Peter Munch-Ellingsen

Results 251 comments of Peter Munch-Ellingsen

I guess we could change it to `uint8`, but I used cuchar to make the wrapper as true to the original as possible.

Hmm, this appears to be something that VSCode does or the plugin passes to nimsuggest. On my machine I don't have any `_check` folders in my `~/.cache/nim` folder and as...

What do you mean by better retyping? Isn't it working well for you? The problem here is that I want to keep Futhark as automatic as absolutely possible, so adding...

This is an interesting question. The intention behind Futhark was that you shouldn't need wrappers, and therefore you shouldn't need to create packages for Futhark-wrapped projects. Futhark also executes macros...

Well in Gtk you can do this: https://stackoverflow.com/questions/1706550/gtk-modifying-background-color-of-gtkbutton, and for WinAPI you have this: http://winprog.org/tutorial/dlgfaq.html

I am also in need of a mouse move callback for a custom widget, in order to allow drag and drop of items in the widget.

Sorry, my bad. It was made with the old folder structure, and I forgot to check when I merged in your changes to my fork. Should be fixed now.

Ah yeah. The {} code thing is still a work in progress. Previous versions of genui used `identifier % Button` to assign a new button to the identifier "identifier". This...

Oh thanks, I think so too. By the way, another workaround for your specific problem which might be better is to simply define the variable before assigning to it in...

Okay, I've now added a small check to the handling of pure code. If the only node in the code is a string literal it parses it as code instead...