Cecile Tonglet

Results 135 comments of Cecile Tonglet

@kirillsemyonkin this one is a bit more complicated, you can check here how they did the API in Immutable.JS: https://immutable-js.com/ Ideally you don't want to reproduce the JS API but...

> This is already a thing because of `Deref` and `Display`, by the looks of it (unless you meant add to README lol). No I just forgot what I implemented...

> At that point, I personally would prefer following (which should already work): > > ``` > let mut vec = i_array.to_vec(); > vec.push(a); > vec.push(b) > ``` I used...

I’m new to Nix and ran into this issue today while compiling the `libc` crate. After removing `"minimal"` from the `rust-toolchain.toml`, everything started working properly. I hope this detail is...

I'm putting this link here as an example of what I needed to duplicate: https://github.com/paritytech/substrate/blob/2e7292cd84121db8bcd2317c1ad70e348ee52f7a/client/cli/src/logging.rs But there is going to be a lot more because now I have a use...

@hawkw maybe it's far fetched but would it be okay if I make a PR where I simply put some stuff public? That would reduce the size and complexity of...

Makes perfect sense... I'm not sure I will be able to help much on this refactoring. I think it's gonna be pretty deep. But don't hesitate to ping me. In...

@dvdplm No... I saw it already but I don't think it will :disappointed: The thing I sent is missing a key in the JSON as you can [see here](https://github.com/paritytech/substrate/blob/b17aa9de9e22aa5ec9bd2909ab19bd6cdc8a6982/client/telemetry/src/lib.rs#L337). If...

> Being unable to write custom formatters without copying a ton of code, forking the crate, or suffering the performance impact from serializing and reserializing JSON every time we write...

How about the F12 key for screenshots? Has it been fixed by that update too? It is weird when you plug the steam deck and you can't do the normal...