Results 7 issues of leshy

### Current Behavior Compilation throws an error. Test repo is here, https://github.com/leshy/knextest File in question https://github.com/leshy/knextest/blob/main/src/index.ts ``` (typescript) Error: /.../knextest/src/index.ts(3,15): semantic error TS2694: Namespace '"/.../knextest/node_modules/knex/types/index".Knex' has no exported member 'QueryBuilder'....

Hi, ```js ClearSession: false ``` doesn't seem to have effect in combination with ```js ProtocolVersion: 5 ``` It seems that this combination of settings always clears the session, server acknowledges...

bug

Hey just to share a very hacky code, didn't write much emacs-lisp before. I'd like to keep notes on articles I read or optionally save articles for offline reading. Without...

discussion

more info: https://github.com/astro/node-xmpp/issues/13

Hi, I'm failing to install on hetzner via nixops, ``` ... Processing ./nixpart-0.4.0-py2-none-any.whl Installing collected packages: nixpart Successfully installed nixpart-0.4.0 /tmp/nix-build-nixpart-0.4.1.drv-0/nixpart-0.4.1 post-installation fixup shrinking RPATHs of ELF executables and libraries...

note for others if useful, I wanted an easy way to run this as a command line code preprocessor https://github.com/leshy/scad-clj-cli packaged as nix package ```sh echo "(cube 10 10 10)"...