-
**Did you [search](https://github.com/LucasPickering/slumber/issues) for existing issues already?**
Yes :)
**Is your feature request related to a problem? Please describe.**
_A clear and concise …
-
I understand that the only way to define configuration values used when none of the files, environment variables or command line sources, is to use the memory source. The problem with it is hard to de…
-
In https://github.com/servo/rust-url/pull/252, @Manishearth is writing a serde deserializer for urls since parsing a string can be expensive. However, to do this safely from untrusted sources, they ne…
-
Immutable data are used heavily for web applications today, commonly with Elm-like (redux, ngrx, ...) architectures. Most common thing web developer is doing with data is creating a copy of it with so…
-
Bevy [supports importing via GLTF](https://bevy-cheatbook.github.io/3d/gltf.html) - which includes animations, textures, materials and a zillion other thing. To implement support for these through the…
-
Since encountering the issue from #3450 again, I am convinced that printing a more helpful error message won't be enough. There needs to be a programmatic way to discover if `to_json`/`to_yaml` can be…
-
Hi Vito:
There is so far some work done to port to ESP32?
I think there are many advantages as mensions in http://vito.tw/?p=720#comment-25109
- TLS
- More pins
- BLE
- And it is also less d…
-
Hello,
we currently use `async-openai` to query Azure OpenAI and we would need support for the new [content filters](https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/content-filt…
-
In some languages (e.g. French) numbers are written using a decimal comma instead of a decimal point, e.g. `3 / 2 == 1,5`.
Some web APIs actually generate JSON with this kind of decimal, for exampl…
-
Even though `JSON::Serializable` is a big improvement over `JSON.mapping`, having to include `JSON::Serializable` in every type feels like a burden.
In many other languages, for example, C#, Go, an…