Oskari Timperi
Oskari Timperi
With Nim a lot of stuff is possible. At some point I was thinking something along the lines of: ```nim protobuf: message Test1: repeated sint64 value1 = 1 string value2...
If you have any questions about the conformance test stuff, just ask. It was very nice to get it running to see how well my creation fares. :-) When you...
`libwebkit2gtk-4.0-dev` should provide the pkg-config file (see [here](https://packages.debian.org/stretch/amd64/libwebkit2gtk-4.0-dev/filelist)): ``` sudo apt-get install libwebkit2gtk-4.0-dev ```
This could be a nice addition. Need to take a look at some point.
This is something that should be implemented already (maybe it's a bit undocumented :-). [`findCompiler()`](https://github.com/oswjk/nimpb/blob/master/nimpb/compiler/compiler.nim#L20) should take care of this by: 1. checking the environment variable `NIMPB_PROTOC` 2. checking if...
When I first started to create this package, I had some problems with nimble, srcDir and binaries. Maybe I'll need to take a fresh look.
There are a few conformance tests that are failing, but shouldn't affect normal usage much. Like those JSON input tests: failures come from the fact that Nim stdlib json module...
Yes. That, and I made a change to make the parseInt (for parsing an integer from a JsonNode) compile. Previously I had two parseInt procs with different generic args and...
These instructions are for Windows environment, but you should be able to use them without too much difficulty on other platforms. Use `pipx` (https://pipxproject.github.io/pipx/) to install python-language-server: pipx install python-language-server...