Matthias Beyer

Results 517 comments of Matthias Beyer

Would there be a way to tackle the issues you describe with an attribute macro? Like, you annotate your struct "Hey, we gotta get some caching in here" and then...

Hi. I'm currently on a sabbatical and cannot test this until march. If you care enough please ping me after March 1st again and I will check whether it works...

Rebased, fixed your suggestions and also added tests. I'm not 100% sure about whether the tests are correct though, so you should probably have a look at them first :laughing:

If you replace the tomllib with toml-rs, have a look at toml-query as well. It might help in some places. Sorry about the duplicated comment, I have bad internet right...

What OP suggests is not task of the developer of the program, but the packaging infrastructure. So this should be either fixed by npm or pypi or whatever is used...

Here is the paste: http://pastebin.com/NaZs4BCg It's 8k lines so I pasted it on pastebin.

I love this, please implement this!

I am interested in this functionality, too: for spawning vim from a cursive app.

There is already a [multiplexer for cursive](https://crates.io/crates/cursive-multiplex)!