Erick Tryzelaar
Erick Tryzelaar
@qhua948 Since it typically takes some time to hash out a feature like this, to unblock you on https://fuchsia-review.googlesource.com/c/fuchsia/+/688982, I think you could use this trick to get this to...
Yeah this would be interesting. We don’t have a built in way to do this at the moment, but you could use a helper function to do it. See this...
r? @tmandry
Sure, I like this idea. My main consideration nowadays with things like this to make sure projects can maintain a rubric through code review. I’d be happy to take a...
Hello everyone. It seems like there hasn't been much progress on this since #378 trying to implement it was closed. Are you still receptive to adding this functionality to ring,...
If I’m understanding you correctly, you should be able to define an option field with an option type, with something like this: ```rust #[derive(FromArgs, PartialEq, Debug)] /// Reach new heights....
I think you could implement the two thread solution with a bounded channel with a two level state machine. we might need this since there isn’t really a way to...
For reference, I have a similar patch in my pull request, but I take the approach of hardcoding the types to cast: https://github.com/erickt/tire/commit/2281af5f836e4cbf5bfbed823837fec28281e9b2 Which do you all like better?
It seems that @holstvoogd isn't able to work on this anymore. However, it looks like his work can be found at https://github.com/holstvoogd/semver-resource. Perhaps someone else could help get it over...