Peter Munch-Ellingsen

Results 78 issues of Peter Munch-Ellingsen

### Description Fairly simple, passed some C code through c2nim and it spat out some `if nil == X` statements. These statements unfortunately crash the compiler with `Error: internal error:...

Compiler Crash

Scopes are currently hard-coded, would be nice if it was possible to provide the scopes that are requested.

### Is your feature request related to a problem? Please describe. I'm using this to sync our company Sharepoint to my machine so I can more easily work with the...

Feature Request

I'm working on a server that uses a MySQL backend and I wanted to add pagination. Typically with the MySQL wrapper you would do something like this: ``` db.getAllRows(sql"SELECT *...

- Changed every occurrence of Nimrod to Nim - Cleaned up some uses of `result`, `return result`, and automatic initialisation - Improved `getMOverNBits` to not catch `IndexError` as that would...

I recently discovered that I could "share" selected text with Noteless. Again I was hoping to use this to add things to my "Inbox" note. However when I share a...

I use Noteless in combination with Notable and Syncthing to have my notes with me on the go, and to be able to capture ideas into my inbox document. However...

I've been using this to create some PDFs for notebooks where I design the individual pages through a combination of scripts and manual SVG work. I then convert all my...