Roger Jungemann
Roger Jungemann
I'm not the maintainer, just someone looking for the same answer as you. So, the packer uses some algorithm to try and fit the images in the best it can....
I had some issues where maybe 1 out of 50 times, mousing away from my button would not cause the hover class to go away. I discovered that my element...
Sorry, I didn't describe it well. I imagined if I have a `.sc` file with `trigger a5 "mode=W type=LUA file=./trg_sql3.lua function=trg"` (a `./` in front of the script name), it...
I'll see if I can come up with a PR what I had in mind... from the docs: ``` The search path for LUA trigger files is $HOME/.scim/lua/ or /usr/local/share/scim/lua...
Unfortunately, no. This is what I'm testing with: In a directory called `sc-im-test` I have 2 files: `test2.sc`: ``` set external_functions let A1 = 1 let A0 = @ston (@ext...
@roman65536 this means that all my scripts need to be put in a central location and can't be put in a directory with the `.sc` file, which makes it hard...
I have a PR that I'll post shortly with what I'm proposing
I'll look into it this weekend!
@adamlwgriffiths That fork does not exist anymore.
**Update:** See my second comment, below. After reading http://planet.racket-lang.org/package-source/pb82/sdl4racket.plt/1/0/src/sdl4racket.rkt ```racket (define event (malloc 128)) ; I don't know why this is `128` (cpointer-push-tag! event 'SDL_Event*) (let loop () (SDL_PollEvent event)...