Peter Munch-Ellingsen

Results 401 comments of Peter Munch-Ellingsen

Yes, the message came through. Just created your account and sent you an e-mail with the password.

This has been resolved now. It should be possible to sign up once again using the normal e-mail route. Thanks for your patience!

Seeing similar issues. Nimble sometimes takes forever to complete. I think it might be building a cache of installed packages and that somehow takes forever. It probably stores this cache...

Hmm, this is very strange. Futhark definitely should support void pointers. Not quite sure what the caret notation in your snippet is though, is that even valid C?

I've seen this myself, but been unable to create a small reproduction. The culprit is likely that the macro code generates some slightly invalid code, but which is rendered correct...

Short answer is that it's because Futhark and c2nim are implemented completely differently. Futhark relies on type information from clang, and defines don't have type information. Defines in C are...

Not exactly minimal, but should be easy enough to strip away the things you don't need. This is what I use for a couple of programs I've written using Gtk...

@dirtboll, did you ever post in in the main repo? Would be nice to have the issue linked here so it's easier to track. I just faced the same issue...

This suggestion might come as an effect of implementing this, but I noticed that adding a mask didn't update anything in the node graph. I was expecting to see a...

It does not! With the `--opengl` flag everything appears to work as expected. Also tried again without it and I can sometimes manage to get a couple seconds of interaction...