Jaremy Creechley
Jaremy Creechley
Sweet! > New observations: > > * `withRootWidget(self):` is awesome 👍 > * `with this:` is awesome 👍 Excellent! > * The "Delete" key doesn't work in the `Input`, only...
You'll need to do a 'nimble install -d' too. I switched to DMON.
Ah I missed that on my phone. Okay I'll have to look into it. The macosutils looks to have version 0.3.2 tagged. Oh I added macosutils to the nimble directory...
> Currently the clone operation is global-configured to use shallow cloning. Atlas needs to pass this option to clone directly or ignore it when cloning the packages repo. In my...
Thanks! Could you post what OS/distro you’re running? Also if Linux whether it’s Wayland or x11?
Thanks guys! I think I fixed it. I found it was happening on MacOS as well. It's working on MacOS now in 0.14 release. If anyone wants to try it....
Thanks, I'll take a look.
I've got this fixed on the latest PR branch! Seems on Linux (maybe windows) you have to explicitly quit. Likely there's some threads running that keep it active. Adding an...
> I'd rather make the type of Size a generic parameter itself if possible as opposed to the code snippet, since platform ints tend to be faster and easier to...
I made a PR where the lenInternal type is a generic parameter: https://github.com/termermc/nim-stack-strings/pull/10 Since it's easy I also made a PR that uses the minimum int size possible with an...