David Purdy

Results 21 issues of David Purdy

Hi there. Following the basic example, I get as far as this point: python path/to/pmgen.py greeting.nim However, that gives me a series of warnings, followed by a fatal error. Here's...

Posting against the correct repo this time I hope! Anyhow, as per subject, the forum would look nicer with a Favicon. Please check?

This is using nlvm on git master, hash c308bf997bf8fa45 My test case: A really basic test.nim file that contains one line: echo "SSSSSSSSSS" This command works fine: nlvm c test...

In tutorial 1, for title.nim and main.nim near the start, the user is instructed to use an init() proc, but the compiler gives a deprecation warning that you should use...

eg, based on this tut: http://dranger.com/ffmpeg/

enhancement
help wanted

Over at the botttom of this file: https://github.com/dom96/snake/blob/master/snake/server.nim There's a reference to a Nim bug, that necessitates a workaround. However, if we check the Nim bug tracker, the issue has...

Nim 1.4.8 is installed with choosenim. I have libsodium-dev installed on Debian Unstable, which in turn depends on libsodium23 version 1.0.17-1 When running this command: `nimble install httpauth@#head` I get...

I'm running nim version 1.4.0, as installed by choosenim on linux. Running this command: ``` nimble install compiler@#head ``` Doesn't seem to install nimfmt Trying to install nimfmt from github...

On Nim HEAD (1a73cef), this command fails on a NimBorg checkout: --- david@david:/tmp/wat/NimBorg$ nim c -r ./nimborg/py/test/test_py_eval.nim Hint: system [Processing] Hint: test_py_eval [Processing] Hint: high_level [Processing] Hint: low_level [Processing] Hint:...

### Steps to Reproduce I'm running Ubuntu LTS (22.04). My home directory is on an ext4 filesystem. In a new project under /tmp/moo, if I run `rye sync`, then I...