Tobias Pisani

Results 23 issues of Tobias Pisani

- [ ] Rename `create_` functions to `make_` - [ ] Let the `Application` constructor use `Service::make_default` by default - [ ] Let the `Application` constructor take factories in any...

backend
refactor

Id like to write a clang-based custom static analysis tool, to add our own `[[otto::attributes]]`. These should be to enforce things like. - [ ] Checking action handlers - [...

We need a generic menu system for settings like - picking a midi input device - colour themes - system updates - at some point, wifi, bluetooth and other connectivity

graphics
backend

We need dsp and graphics for a lofi/phone/radio type of effect.

dsp
graphics
good first issue

This highlighter is used to replace like `replace-ranges` does, but with regex, making it useful for syntax highlighting. [This](https://asciinema.org/a/dA4n4KoTjvo4n1Vv3xseMtcGd) (terrible) demonstration shows it used to wrap markup and show `lambda`...

Shared scopes is an idea I saw mentioned by @mawww somewhere some time ago, and I think it is a great kakoune-esque alternative to emacs minor mode, and may even...

Uses a kakscript trick to avoid shell invocation when checking if buffer changed Closes #232

This fixes cquery, where completions would be inserted with the function signature included, which is extremely annoying. It should however be noted that insertText is deprecated, and servers should use...

Some of that strongly disagrees with sage-shell mode! The repl buffer is not read-only, and nothing happens when i press enter or run `sage-shell:send-input` manually. ob-sagemath is also broken, but...

bug

I don't know when the clang syntax changed, but the old command didn't work for me with at least `clang >= 3.8` This simply patches `buildCommand` to use the new...

enhancement