-
I downloaded the 2.0-beta2 and decided to try out the `points_only` option for `geo_shapes` that was added in #12893 but I couldn't get it to work.
Here is the mapping that I tried to use:
``` JSON…
-
Would love to be able to use this service in the weather widget, they have very accurate, hyperlocal weather forecasts and a fairly robust and well-documented [API](https://darksky.net/dev/docs)
-
The hyperlocal crate provides a hyper Connector type with a `tokio_uds::UnixStream` transport. The code below is a standalone repro based on the code of that Connector.
When using this Connector wi…
-
I would to to access an UNIX socket with hyper. `TcpStream` and `UnixStream` are very similar, but I assume it would still require some heavy changes (or, looking at `net::HttpStream`, maybe not?). So…
-
Recent topics have got me thinking a bit about how the current wallet implementation could be improved.
Today we have a single "wallet receiver" that sits listening for http requests on a given port.…
-
I defined my index `ads` as follows:
```
fos_elastica:
clients:
default: { host: %elastica_host%, port: %elastica_port% }
indexes:
ads:
types: …
-
Hi,
I was testing the environment, as I wish to continue some development on this project but I am unable to get it worked on my system.
I get error for websocket in console logs:
`WebSocket …
-
I am trying to use this in one of my projects, and I seem to get an error on line 84 of asynMonitor.js that says cannot read URL of null. I have set this up in my server.js file as such
`const { as…
-
Hi Alexander, Daniel
We have reviewed the way that each hit is stored in Bigquery, and found that there is something wrong with the serverlet that incorrectly stores the information inside bigquery
…
-
Is there a reason for the OpenLocationCode class of the Java implementation being "final"? If not, can we remove that?
My reasoning is that, currently working on an app displaying plus codes to its…