Tobias Pisani

Results 23 issues of Tobias Pisani

This seemed like the best way to handle the issue. All internal log calls pass the `printf_tag` tag, and thereby use the correct formatting.

A few things that should be configurable - [ ] Tab layouts (save your channel/tab layouts) - [ ] Keymaps, fairly easy, there is already a python file, it should...

enhancement

Should probably be done from the channel selector menu

enhancement

Commands should be global, instead of widget specific. Then each widget makes some basic fields avaliable for key/mousepress shortcuts. A command prompt should also be added. Example command: `select-send-channel `...

enhancement

In menus, especially the channel selector, hitting a letter should jump to the first entry starting with that letter.

enhancement

Currently `textDocument/codeAction` and `textDocument/codeLens` respond with commands consisting of textedits that should be applied by the client. however, they are [supposed](https://github.com/Microsoft/language-server-protocol/blob/gh-pages/specification.md#code-action-request-leftwards_arrow_with_hook) to respond with commands that can be sent back...

clang-format has an easy-to-use api, and could probably fairly easy be integrated. It would be great if the documentatation used the formatting we'd like our contributors to use.

enhancement

Given this code: ```cpp struct S { /// This function has documentation void func(); }; ``` The generated documentation looks like this: ``` struct S; ``` If a doc comment...

enhancement

- [x] Set ALSA output volume - [x] Set ALSA input gain - [ ] integrate `otto-input` into the main software. And with lower priority: - [ ] Wifi in...

backend

Mega-issue for property system. Add todo items here - [ ] Customization point: custom storage wrappers to allow differences between stored type and user facing type - [ ] Replace...

backend
refactor