Michael Schmidt

Results 234 comments of Michael Schmidt

While I do like the feature, this might be something that we can't implement ourselves. @joeyballentine, you know React flow better. Is this possible for us, or does this have...

It seems like RF already has an issue for this https://github.com/wbkd/react-flow/issues/1767. Given the recent activity, it might be resolved soonish(?).

@joeyballentine just merged #1063. Paning with the middle mouse button will be available in the next release (maybe 2~4 weeks from now).

I think you just suggested a subset of what #148 would be able to do.

Regarding pass through: Instead of imposing the idea of a primary input and assuming that users think in a certain way about nodes and chains, why don't we just let...

Are category colors that important? What vital information do you get from knowing (or guessing) the category of a node from its accent color?

> How would you feel about some sort of cross-posting of this? I just [did](https://github.com/PrismJS/prism/discussions/3557) :) It might be good to more clearly signpost this as a survey where we...

> because optimized Regex patterns are requested by the maintainers and not part of an automatic process Sorry, that's my fault. I did request manually optimized keyword lists in the...

Maybe to expand upon the general pattern of safe regexes proposed here: Any regex of the form `AB*` where `A` and `B` are arbitrary regexes without star quantifiers (= `*`,...

> any interest in this type of cross-compatibility Honestly, yes. I've already seen multiple projects having to make multiple grammars for different syntax highlighters. I think it would be a...