Bo Lingen

Results 45 comments of Bo Lingen

@matkuki where did you pull `resources.o` from? This should probably be added to the instructions. Seems related to https://github.com/andlabs/libui/issues/308.

Note that due to #19 this is fixed when building on Windows but not when attempting to cross-compile (because you use `-d:windows` the path will be wrong). Not sure how...

Hey @alexlafroscia, friendly ping about this PR. I'm not blocked since I vendored the types from the repo into my own, but it would be nice to remove that. Hope...

@timotheecour I would also prefer option 2, but it is a breaking change. Any code using `walkGlobKinds` will break if it's using tuple destructuring: ```nim # will fail when `GlobEntry`...

Well, interestingly enough `walkGlobKinds` is technically the base implementation and `walkGlob` is just a wrapper that drops the `kind`.

Pretty sure this is an issue with `libui`: https://github.com/andlabs/libui/issues/259

The root as I understand it is that `vsprintf_s` is a more secure version of the original `vsprintf` but it's a Microsoft extension only present in vcc, meaning it fails...

@kidandcat it doesn't appear to be closed yet per the issue status and the latest comment from the dev. The safe string functions mentioned here will still likely cause these...

@timotheecour hmm. It seems more common that I'd want to not match directories, and that's what I'm used to from most libraries in the JS realm. This is a possibility...

Hey I'm the author of that package :smile:. Happy to help if you need it, and if you use it and have any improvement suggestions I'd be glad to chat...