Gontran Baerts
Gontran Baerts
Thank you very for your detailed answer. That's great news to know that you already developed this feature before. It think it is a must have feature to make DoGe...
@TheComputerM Could you please review and merge this fix? Thank you.
Please, expose its implementation.
Hi @GustavoKatel , here is a screenshot of an example:  and my sidebar configuration: ```lua require('packer').use({ 'sidebar-nvim/sidebar.nvim', disable = false, config = function() require("sidebar-nvim").setup({ open = true, hide_statusline =...
It is a custom ref that uses a context in `resolve()` to resolve the reference to the target model. This latter is in model store (a simple list of models).
Thank you for the explanations and the suggestion. > as soon as the custom reference resolve function stops returning a resolved model (returns undefined) it should automatically be removed from...
Thank you very much for your quick answer. v4.4.4 fixes the typescript error for the ObjectModel example in the Default values assignment chapter. It also fixes it for the code...
I also think it should be changed to behave like `postfixServices`. Could someone please fix it?
I'm also interested by the mixins approach. Did you make any progress on this topic?
Here is a quick and dirty workaround to enable HTML tags in Notes v2.3.2. **WARNING: USE AT YOUR OWN RISK! Do it ONLY if you understand what you do. This...