-
No matter what I put in the google login information, app crashes. This is with .2
-
Hello,
I use gnotify in a docker installation and allways works great, but recently it stop working
this is the error:
root@domoticz-oficial:/opt/domoticz/scripts/personales/GHome# gnotify -H 1…
-
For various reasons (crash recovery, site isolation, asynchronous rendering), certain users may wish to run the Renderer/Views in a standalone process.
Build a multi-process RPC layer around the C…
-
Many peer-to-peer protocols serialise request and response payload using Protocol Buffers (https://protobuf.dev), for example [libp2p Identify](https://github.com/libp2p/specs/blob/master/identify/REA…
-
Take the following case:
```js
q.push('hello')
q.pull({ polling: true }, (msg, done) => {
done(new Error('kaboom'))
})
```
It will end in an infinite loop, because we put the message back i…
-
```
Using version 2.7.3 I have encountered the following problem:
When you run out of direct memory you end up leaking unconnected sockets. The
reason, I think, is that we open the socket, then allo…
-
When I try and run i get the following error:
```
[libprotobuf FATAL google/protobuf/stubs/common.cc:68] This program requires version 3.5.0 of the Protocol Buffer runtime library, but the install…
-
> Only repeated fields of primitive numeric types (types which use the varint, 32-bit, or 64-bit wire types) can be declared "packed".
[source](https://developers.google.com/protocol-buffers/docs/enc…
-
We can provide functions to convert proto messages to/from JSON, using the existing reflection capabilities of `Data.ProtoLens.Message`.
This is the canonical mapping:
https://developers.google.co…
judah updated
4 years ago
-
We strive to store all generated header files (by the Thrift or Flatbuffers compilers, for example) in `src/generated`. However, it seems that Flight puts its protocol buffers generated files in `/src…