Matus Goljer

Results 398 comments of Matus Goljer

Actually, now I found out that the `config` method completely replaces the config, instead of only updating what was supplied. This is mostly my intention as I do some basic...

Great, thanks for the very informative answer. I figured it would be fast, but nanoseconds is definitely good to hear! :D I think at some point I will have to...

Does this mean I can have one global set of window configurations and share those between all the frames? Create a view on frame1 and then apply it on frame2?

That makes perfect sense. For me it's a bit more complicated as just scraping a bank statement since I use ledger for personal finance as well as several businesses that...

Sure, I'll play more with this and get back to you!

Seems like `(bold (black "already present"))` produces gray so maybe this is already implemented in this way?

I would also like the ability to do recursive options, i.e. put options to commands, such that I can write for example cask install --no-dev but not cask --no-dev pkg-file...

This is a good place to steal some ideas, I like the yargs way quite a lot. We can lispify it a bit of course: https://github.com/yargs/yargs/blob/master/docs/api.md

I'd really like to use commander for https://github.com/emacs-elsa/Elsa so I'm probably going to build at least the things I will need and we can extend later of course :)

We probably can't treat every file in `test` as test file because there could be other helper files which should not be executed in a non-controlled way. However now I...