Jaremy Creechley

Results 188 comments of Jaremy Creechley

Just found another one! :-) ```smalltalk >>> 1 >>> 1 >>> :a >>> SIGSEGV: Illegal storage access. (Attempt to read from nil?) ``` Here I'm trying to understand why the...

Ok, thanks! I'm not sure what's expected or not. I'll look up the Discord channel, or send an email to figure out when you'll be around.

For sure! I understand that, maybe I can help some. Sent you an email.

Fantastic! > Debugger support > [ ] Beautify C/C++ backends (i.e. remove mangling and optionally show temps) on LLDB I started toying with the LLDB / GDB debugger support issue....

@ZoomRmc did you ever end up doing this? It'd be handy. I modified channel to support overwrite operation in the ring buffer, but it'd be nice to be able to...

Okay wrote my initial thoughts, and somewhat of a summary of what @dryajov and I have been discussing: https://github.com/codex-storage/nim-codex/discussions/506 My brain hurts... trying to write down ideas into something cogent...

Note, I'd like to add a test before this is merged. However I wanted to open the PR so I could get feedback on whether multiple selector's should be supported.

> !nim c --gc:refc > > ```nim > type AnObject = object of RootObj > value*: int > > proc `=destroy`(x: var AnObject) = discard > > proc mutate(a: sink...

> The problem comes if you don't want to draw pixel aligned rect. Boxy is not just for UI stuff. Ah, that makes sense. Hmmm, that's tricky. > If your...

Thanks! Definitely a corner case. I'll look into it, probably the renderer freaking out.