Mik

Results 10 issues of Mik

Hi, I don't understand why this [function](https://docs.rs/midir/0.7.0/midir/struct.MidiInput.html#method.connect) takes self ownership. This prevents to reuse MidiInput instance. Moreover I have noticed that MidiInput::new raises an InitError when the same name is...

Hello ! anchors on the documentation seem broken. Web site is https://www.elm-live.com/ but anchors give https://www.elm-live.com/undefined#getting-started. Not a big deal. Just signal it. Great app ! 😄

Hi, After an upgrade from melpa I get this warning about proof general: ``` Warning (emacs): Proof General compiled for GNU Emacs 27.2 but running on GNU Emacs 28.1: "make...

Hello, I am trying to run Pyrlang with the native term ETF library. I have installed setuptools-rust and I see the output from Rust compiler: ``` (test_pypy) mik@lt-1:~/dev_python/Term$ LD_LIBRARY_PATH=/home/mik/dev_python/Term/target/release python...

help wanted

Hi, Here my openapi schema: ```json { "openapi": "3.0.0", "info": { "title": "OpenApi Rest Documentation", "version": "1.0" }, "servers": [ { "url": "http://" } ], "paths": { "/trolls": { "get":...

Go version: go1.20.3 freebsd/amd64 Go-SDL2 version: github.com/veandco/go-sdl2 v0.4.35 SDL2 version: on host: ``` $ pkg info sdl2 sdl2-2.26.5 Name : sdl2 Version : 2.26.5 Installed on : Tue Apr 18...

Hi, When I use nix-mode I get this warning message: ``` Warning (comp): nix-mode.el:362:37: Warning: value returned from (match-beginning 0) is unused ``` ``` $ emacs --version GNU Emacs 28.2...

Hello, When I am running pytest-watch on a Django project. When pytest is wrapped by ptw, I get several error about logger which try to write on a closed file....

Hi, I don't know if this behaviour is wanted. But the children and attributes inside a `` are indented in a strange way: ```handlebars Delete {{ note.title }} ? ```...

I have tried several things and it seems impossible to pass arguments to rustmt. especially the edition. Is it possible to specify --edition 2021. But if I set Rust formatter...