Morten Linderud

Results 50 issues of Morten Linderud

https://github.com/Foxboron/HyREPL/blob/master/HyREPL/ops.py#L36 The decorator dosnt really do anything. It just assumed everything is correct.

bug
enhancement

Because it is a great way to share stuff. https://github.com/clojure/tools.nrepl/blob/master/doc/ops.md https://github.com/clojure/tools.nrepl#design The source is also a great way to see how they implemented nrepl. https://github.com/clojure/tools.nrepl/tree/master/src/main/clojure/clojure/tools/nrepl/middleware nrepl-python-client https://github.com/cemerick/nrepl-python-client

enhancement

Each session should have a status so we know when it gets interrupted, needs-input, is done etc. Example from nrepl: https://github.com/clojure/tools.nrepl/blob/master/src/main/clojure/clojure/tools/nrepl/middleware/interruptible_eval.clj#L190

Currenty passing along loads of single variables and i havent quite decided what we should pass around and how. nrepl itself keeps everything in one single map, and thats what...

enhancement

- [ ] Should we support `SOURCE_DATE_EPOCH`? - [ ] Missing documentation - [ ] Missing scripts for other essential distributions - [ ] Needs a list of directories we...

This is above my head sadly so I'm not super sure what the proper solution is :) If I use kmsgrab on the Steam Deck with $ ffmpeg -f kmsgrab...

**Describe the bug** When using `x/crypto/ssh` to connect with `sshd` there is no output from the session with `CombinedOutput`. And manually using OpenSSH to connect to `sshd` *sometimes* doesn't give...

Bug

`debug` should be a hidden command for debugging purposes. It should list machine/human readable debugging information from efivarfs to help debugging obscure UEFI firmware issues.