Tal

Results 43 comments of Tal

It might also be a good idea to be able to enable this functionality per-component or per-page. I really need this feature in my own project and it would be...

I'm also experiencing this issue, so I'm glad there's a PR for it.

I feel like if you want people to update their apps, it's probably now the best time to document all the colors in the README, which would make porting everything...

https://github.com/sainnhe/everforest/pull/92

Is this still being worked on?

Could there be an option in the future where you can set a default/fallback?

> If you know how to create derive macros, I think you could easily implement this I'm actually still a bit of a beginner to rust, and I'm using logos...

> Did you check the handbook? I tried to make the documentation a bit more comprehensive :) It's much better, but the problem is when you try to use the...

What you did in the json example however is something I hadn't thought of: ```rust while let Some(token) = lexer.next() ``` and while it isn't as readable as a simple...

@jeertmans Would it be possible in the future to create a new macro where you have an option to set a default/fallback?