Marco Feltmann

Results 27 comments of Marco Feltmann

For (n)vim there is https://github.com/lilyinstarlight/vim-sonic-pi

I'd personally love to have real (n)vim integration, but for that we'd somewhat need access to the tools integrated to the editor… :( Well, looks like https://github.com/lilyinstarlight/vim-sonic-pi can do the...

Seems like `go tool vet` is deprecated since Go 1.12 and `go vet` is the new and downward compatible fuzz: https://go-review.googlesource.com/c/go/+/152161/3/doc/go1.12.html Just created PR #293

I'd like to discuss making the project context scriptable by Modes. I found this pr and corresponding issue by looking for some SEE [ConTeXt](http://pragma-ade.com/install.htm) modes, and this project is an...

Guess Vincent Leinweber has to decide?

As I did the whole worst-case-of-everything-run the `PicoW != Pico` just somewhat freaked me out. Running NixOS and neovim rendered things not working at all: - `tinygo build --target=pico` producing...

Appreciating this feature as [aerc mail client](https://aerc-mail.org) only supports this way of password managing besides hacking them into your plain text config files. See [password manager integration | aerc wiki](https://man.sr.ht/~rjarry/aerc/integrations/password-manager.md)

Dear @objectmethod, thank you for the PR #10 Unfortunately it does not work on my machine in Obsidian 1.5.12 via BRAT: ``` app.js:1 Uncaught (in promise) Error: Request failed, status...

Looks like `curl`ing the daily activity endpoint by hand works. ``` curl --location --request GET 'https://api.ouraring.com/v2/usercollection/daily_activity' \ --header 'Authorization: Bearer ' ``` Maybe the BRAT thingy did just not work?...

Built it on my own and it has some interesting information in there. ```markdown - Bedtime_Start:: 22:33:24 - Bedtime_End:: 22:33:24 - Sleep_Score:: 71 - Sleep_Efficiency:: undefined - Sleep_Duration:: 00:00:00 -...