-
The humidity sensor often saturates in damp weather conditions. Sometimes it recovers, but regularly it breaks. This could be prevented by turning on the internal heating element for some time every s…
giplt updated
4 years ago
-
Because using internal APIs whose documentation explicitly states they might go away is really not such a good idea.
-
Current implementation uses Pub/Sub and a Method to mimic a Stream. It is not anything bad.
But it will great if we can use the underline `Meteor._Stream`[1] as the transport.
[1] - http://stackove…
-
## Problem
At the moment we have the following data models handled by the backend, often with two-way transformers between them:
* Domain model in `/model` used by all internal APIs and business…
-
I build brpc(https://github.com/apache/brpc) and meet the following when It link protobuf:
```
/root/cpp_proj/brpc-compile/protobuf/src/google/protobuf/generated_message_tctable_lite.cc:1419: unde…
-
With the current client API there is no way to access ephemeral manifests generated by e.g. `convertSchema2Manifest`.
This is because we must retrieve a manifest by tag using two steps; first query…
-
Mongo client can make use of Netty event loop group for async request processing, so it might be possible to pass a vert.x group instance using `io.vertx.core.Vertx#nettyEventLoopGroup()` to https://g…
-
I am trying to use pawtucket but am not getting much success because I am getting the following error in the log;
`2017/02/17 20:54:32 [error] 5635#5635: *1755 FastCGI sent in stderr: "PHP message: P…
-
In the datahandler lib, a User has an id and an email. During creation the email is copied to the id, which is also used in the couchbase db as _id. IMHO this has several disadvantages:
1) The user…
-
In 2015 gmaxwell had this to say about bitcoin core's private key generation process:
>Just incorrect key generation? Attempt signing with all the keys and verify the results. (Bitcoin core does th…