Kevin Zander
Kevin Zander
Would a property in the rule itself work? Something like `ignore_on_restart`?
> > current client tab locations > > what's that? He means keep clients on the tab they're on between restarts. There are some instances where they don't like to...
I haven't tested a lot of multi-monitor lately with git-master, but I finally attached a second monitor again. I'll have to play around again and see if it will happen...
As a mitigation, if you close LMMS and reopen it, the toolbars should be back.
Recently I've been looking at a large refactor/rewrite into more C++ code than C code wrapped in C++ classes. With this I've also tossed around the idea of just making...
> @Veratil that is an interesting idea. Are you planning to keep it API compatible with PortSMF? If not, I'm not volunteering to change Tenacity to use the new API,...
I work primarily in Python and I also am very disappointed with the support for Python.
This is part of the grammar detection, not the syntax theme. You should open an issue with [atom/language-python](https://github.com/atom/language-python/issues).
> I cant say I'm a fan of the inheritance to `std::array`. I would prefer composition over inheritance and move `sampleFrame` into its own file. I agree with this. Don't...
> On Windows, `sf_wchar_open` should be used instead for handling filename encoding properly. `#define ENABLE_SNDFILE_WINDOWS_PROTOTYPES 1` is required for libsndfile < 1.1.0 too. I didn't see in the docs that...