Morgon Kanter
Morgon Kanter
The performance on large files for lens is extremely poor. You should be able to reproduce the issue by trying to open one of the big files in the Surge...
PR #6626 added a basic scope. Rather, it added the spectrum analyzer part of it. The waveform part is coming next.
Thanks for the info. Looks like explicitly calling (projectile-update-mode-line) will do the right thing. So I can just add a hook to the appropriate spot in magit (I used magit-status-sections-hook;...
Sounds good. I think the cleanest way to integrate it with magit, since magit uses the hooks for actual display purposes, would be this: ``` (advice-add 'magit-status :after (lambda (&rest...
Sorry for the blizzard of messages. This possibility might be better ```(add-hook 'window-configuration-change-hook #'projectile-update-mode-line)``` Thus, updating the modeline whenever a buffer appears in a window when it wasn't already displayed....
Some Arch update must have broken this; same issue here, same solution (create the symlink, or have systemd create the symlink with tmpfiles.d, or have systemd proxy the socket...).
This is now complete and should be released with XT 1.2.
> The constraint is: Parameter needs to be copyable with memcpy so it can't have complex types like std::string as data members I know I fixed some of these cases...
If it's easy to change the vector, you can use my aligned allocator from here: https://github.com/surge-synthesizer/pffft/blob/surge/pffft.hpp Probably move that out of pffft and into sst-cpputils.
Can confirm that on 2.2.0, even with the experimental_config as described above, output stack traces are empty.