Ray
Ray
Of interest: if we remove the `USER_AGENT` parameter, `wget` will provide a default user agent, `Wget/1.0` or whatever version, which it should probably technically be. https://superuser.com/questions/495855/what-is-the-default-user-agent-when-using-wget-on-linux
FWIW I just had to copy about 1TB of data from a Debian 9 server to an external USB2 HDD as quickly as possible, and this PR's branch in its...
That paragraph added to the README, plus a Roadmap to answer questions around whether features like music control and notifications are in scope for Siglo in the future, would be...
I'm new to this...would it be possible to do the string similarity stuff in the Rust code itself? More performant perhaps? https://github.com/dguo/strsim-rs
Hi @ChrisBarker-NOAA, new project lead here. Thanks for your input on this! It guided me in a good direction, and it turns out a more efficient algorithm is available. It's...
This is fixed on the master branch thanks to #177. `DEFAULT_PRECISION` can now be set at the package level. This feature will become available in the next release, sometime this...
After thinking this over a bit more, I'm hoping there's a solution that, with minimal added complexity, will allow us to have the best of both worlds. If we can...
Hi @kylebarron good suggestion. Given that the [objects defined in the GeoJSON spec (RFC7946)](https://datatracker.ietf.org/doc/html/rfc7946#section-3) are explicitly typed themselves, `TypedDict` could fit in here. Please submit a PR if you still...
Point of clarification: "Geometry" is an abstract class **and** an abstract concept in the GeoJson spec. It is not an actual Type itself. So, is what we are saying here...
We are making some improvements around the `map_` utility functions and will improve the docs along the way.