Denis

Results 27 comments of Denis

I'm into it. They've changed some stuff in `syn` in that 11->12 update, hopefully I'll be able to migrate the code without hitting any major problems. If somebody works on...

Is there anything else that needs to be done? :thinking: Seems like the PR from the first message has been already merged, so isn't it time for the FCP? :)...

@skittishdev which discord server the discussion has happened on?) unfortunately by following the link I only get a "Problem with lifetimes" channel and grayed-out discussion (as if it is loading),...

Hey @LRFLEW ! I would say your suggestions are helpful in the general case, not just for the sake of making a *Homebrew formula* :) Regarding static and shared libraries...

My vote is for some way to cut the backtracking. Currently I'm using the approach proposed by @blm768 , but as he mentioned it's not quite ergonomic. IMHO any reject...

Thanks for such a detailed answer! :) As you've mentioned `Either` is more of a chimera than a direct analogue of either `Iterator` or `Option` or `Result` or whatever, so...

Well, sounds reasonable, but then another question appears: do you think it's worth adding a milestone or a tag or something for a probable 2.0? I have a bad feeling...

This is probably what you want: https://docs.rs/serde_yaml/0.9.22/serde_yaml/with/singleton_map_recursive/index.html I guess we need to apply a `serde_yaml::with::singleton_map` deserializer to the `When` struct, and in order to do so we can make a...

P.S. Zero-width joiner is not the only one "character" in the Unicode that causes a mess. There are at least 2527 characters that cause exactly the same behavior, and here...