-
As I'm moving towards a major refactoring of this project I'd like to lunch for a community call.
A bit of a backstory, I'm currently, unofficially, maintaining 3 popular-ish JSONAPI related projec…
-
At the moment `from_json` and `to_json` must be manually implemented because the `nlohmann::json` macros that can minimize boilerplate declarations makes it difficult to support some classes like `std…
-
- Right now log data is pretty visually hard to parse with Forc.
- It would be nice to simplify this or have a simplified view or option available
For this program (as an exampe):
```
script;
…
-
I'd like to apply a normalization function on the field names when deserializing to serde_json::Value.
```rust
let field_normalizer = |name: &str| {
return name.to_lowercase().repla…
-
Related conversations:
[6/17 7:20 PM] Jeb Bearer
First thing to figure out is whether the transaction being posted by the wallet to the relayer is already invalid, or whether it is getting corrupt…
-
### Admin comment by @mit-mit:
This request is being investigated as a feature. We've investigating a general mechanism for adding members (fields, methods, an unnamed const constructor) to enums, …
-
> Update: initial sprinklings of a .net/C# conductor client are starting here: https://github.com/holochain-open-dev/holochain-client-csharp
Hi Guys,
Really happy Windows support has finally bee…
-
Rspotify's v0.11 update introduces a lot of breaking changes. Thus, I think an issue like this might help with upgrading.
First, check out the upgrading guide in the changelog: [`CHANGELOG.md`](htt…
-
Hi, Is it possible for a function like token_price() to return the json received from CoinGecko, instead of the entire price struct?
-
Float parsing is currently implemented by calculating the significand as u64, casting to f64, and then multiplying or dividing by a nonnegative power of 10. For example the input `10.9876543210987654`…