Gustavo Inacio
Gustavo Inacio
I tried to run the assignment of ".google.protobuf.Timestamp" to `wrappers` with protobufjs 7.0.0 and it isn't working, I had to downgrade to 6.11.3. It's worth to check if it's running...
Are there any plans for implementation on this?
> Wow .. that's a really nice addition! > > Before I start reviewing this in detail, I noticed a few things from a quick look at the PR: >...
I really like this idea. Our current frontend is struggling with error handling because the errors aren't typed. It would be nice if we have some way to enable unions...
[ethnum](https://docs.rs/ethnum/latest/ethnum/) may be one external_crate to use. It seems that it's a simple and direct implementation of u256 and i256 without any ethereum types or utils. From their docs: >The...
Yeah, I'm currently doing part of this I was just wondering if the lib already had this provided. Do you think it's worth it a PR with a `enum Cell`...
That's a good one too! The current only difference between my implementation of `Cell` and `clickhouse_rs::Value` is that it has some serialization macros and also implements complex struct like `String`,...
One more information about this: A new epoch was created but `graphNetwork` is still returning 2208 as the `currentEpoch`.
Ok, so I'm gonna leave a few possibilities for this. 1. Use `dioxus-query` https://github.com/marc2332/dioxus-query. It's more or less what I wanted with mutations. 2. This code adapted from `use_resource` can...
I'm not using biome and I'm having the same issue. Using Zed 0.148.1. Gonna try reinstalling it.