Laurent Orseau
Laurent Orseau
Wow, wut? Can you check "full event", "control", "rcontrol", and try again?
Hi, nice to know some people still use MED :) I have little time right now, but I believe it's really just a matter of replacing [this line](https://github.com/Metaxal/MrEd-Designer/blob/master/mred-designer/widgets/slider/widget.rkt#L26): ``` (prop:some-of...
Seems fine to me. A test case would be nice for sure :) Feel free to merge when you are satisfied.
Any chance to see this merged soon? That would be quite useful to me.
Wouldn't `_fixnum` in `(ptr-ref cptr _fixnum idx)` handle the conversion from bytes to a scheme `fixnum`?
To be clearer, perhaps, I don't particularly care of the internal representation as bytes in memory, as long as I have access to converters for `ptr-ref` and `ptr-set!`, and that...
> But I had imagined the goal was to get a pointer who content can make sense on the foreign side. I don't have another side. I'm allocating shared memory...
I've given this more thought and I understand why you hesitate to expose `fxvector->cpointer`. I can definitely work around this, so don't waste your time on this. Thanks for looking...
Filtering out the images and placing them back into the formatted code sounds pretty tricky to me. But perhaps you can just format only the selected portion of the code?...
> > Ubuntu/debian: It should say that [sudo] apt install racket should work. > > IMO, most users wouldn't want this. Racket in Ubuntu's official repository is lagged behind for...