Bo Lingen

Results 45 comments of Bo Lingen

For those still looking for a nicer way to use sql.js, I've just put out a 1.0 rc for a package I've been working on for a while that allows...

_This relies on the outcome of https://github.com/nim-lang/Nim/pull/15598 which would need to be accepted into Nim's standard library or elsewhere for this package to use it as a dependency._

@erunion similarly, it would be nice to have support for pnpm, but it _could_ be more complicated. What ended up working for me as a workaround was to: 1. Execute...

@dom96 that gets me what seems to be similar errors to #11 or #13 which should have been fixed by #14: error log ``` > nim c src/uiapp.nim Hint: used...

@dom96 yes, I used `nimble install ui` which pulled `0.9.2` and I've got a `libui` directory at `.nimble\pkgs\ui-0.9.2\ui`

I looked into this a little more and my newer errors are actually different from those previous issues — those came down to the linking of `libui` I think, but...

@matkuki that got me past one error and on to another. Compilation on Windows succeeds now but I get a runtime error: ``` uiapp.exe - Entry Point Not Found The...

@matkuki that's actually the same code and command I'm using already

err, I was going to test that and look at the differences but it seems that branch was removed. I think the instructions have more steps than currently listed, at...

@dom96 yes that's why I was using master, but since that branch was apparently working while master was not I was going to see if there were any differences. Maybe...