Peter Munch-Ellingsen

Results 78 issues of Peter Munch-Ellingsen

Combparser turns out to be fairly slow. This is probably caused by it's very recursive nature and lot's of string slicing (which creates a new copy of the string). As...

This currently parses the official protobuf specification. However if you only plan to use it for Nim -> Nim communication there is no need to specify your protobuf format in...

If #4 would be implemented it would also be nice to be able to export the internal representation to a protobuf specification. This could mean that you could write up...

I've recently started looking into the state of Android app writing in Nim. I've previously written an app using SDL2 in Nim which was able to run on Android by...

Essentially it would be nice if nimPNG could parse a 16-bit greyscale into a `seq[uint16]` for example, and similarly write this data. This shouldn't be too hard to implement, although...

I've looked into using Couchbase Lite in the past with Nim. Especially since you had a first party wrapper for it. Wanted to check it out again and much to...

I would really like a widget to add tasks with. Essentially just the add task bar currently in the app, as a widget. This would allow you to add tasks...

### Describe the bug Recently updated my Ubuntu server and after the update the taskwarrior_syncall library was gone. Just got this error when running `tw_gkeep_sync` (which for some reason was...

bug

Recently tried to parse a protobuf file with a field named `type`. This causes issues with this library as `type` is a reserved keyword. The error however was super obscure,...

I wanted to create a style without any lines, to simply pad the data to a tabular form. When I set all the elements of a `Style` to be empty...