Dionysis Athinaios
Dionysis Athinaios
**Is your feature request related to a problem? Please describe.** Not really a problem but I was thinking it would be great to get the text from the help file...
I would like to, instead of the default behaviour, hide the square brackets and change the colour for url titles. Is there a way to define custom behavior for this?...
I am trying to run the play wav example from the `dasp` repo here: https://github.com/RustAudio/dasp/blob/master/examples/play_wav.rs I had to change the use format from dasp::signal to dasp_signal in order for it...
Is there a way to set `telescope` as default? I understand that `quickfix` should be the default but `telescope` with preview is much more convenient. At the moment the implementations...
At the moment I can add marker folding using: ``` (add-hook 'prog-mode-hook (lambda () (setq-local origami-fold-style 'triple-braces))) ``` But this interferes with the default folding functionality. It would be great...
I am using this simple function: ```rust pub fn pop_up(title: &str, description: &str) { let title = title.to_string(); let description = description.to_string(); std::thread::spawn(move || { MessageDialog::new() .set_title(title.as_str()) .set_level(MessageLevel::Info) .set_description(description.as_str()) .set_buttons(rfd::MessageButtons::Ok)...
Branch: dev Revision: 78a41b7 syntax: `markdown` my `.vimrc` settings: ``` Plug 'vimwiki/vimwiki', { 'branch': 'dev' } let g:vimwiki_list = [{'path': '~/Dropbox/Apps/notes_/vimwiki/', \ 'syntax': 'markdown', 'ext': '.md'}] let g:vimwiki_folding = 'list'...
As per https://github.com/RustAudio/baseview/issues/152. Still not working for VST but that appears to be due to a separate issue (see https://github.com/RustAudio/baseview/issues/169). I tested it in a `nih_plug` CLAP plugin in Reaper....
Hello, I am getting this error for certain audio files only. The code works fine with other files! Could you point me to the right direction on what might be...
I have submitted a PR for the input focus issue (https://github.com/RustAudio/baseview/pull/170). Assuming it is accepted and merged in `baseview` these are the changes required on `vizia_baseview`. I have opted for...