Zach Oakes
Zach Oakes
Hey, thanks for tracking that down. I noticed the problem but was too lazy to do anything about it. I will see if I can add this somewhere logical in...
I finally updated gtk today so I'll try this out once I get access to a Windows machine.
I finally got around to trying it out. The code you posted looks like this if you use play-clj's macros: ``` clojure (gl! :gl-tex-parameterf (gl :gl-texture-2d) (gl :gl-texture-min-filter) (gl :gl-nearest))...
I have finally updated my deps to the latest version of gtk-rs! I also made neovim-rs build on windows. The last remaining issue is that MSYS2 does not seem to...
Thanks i'll look them over when i have time. Just returned from my work trip so still catching up on things.
Good points. I made a ticket for improving debugging here https://github.com/oakes/odoyle-rules/issues/19
Check out the `wrap-rule` fn i put in that ticket. I think it's simpler than having to rewrite your rules so they call a single function and instrumenting those functions...
These are great suggestions -- i haven't used clj-fast before. As for id+attrs, maybe i could calculate a keyword based on it and use that instead...but that feels like just...
That is really neat, i'll try it when i get the chance. Maybe one way to avoid the complexity and maintenance burden would be to just provide a way to...
That is true...and this id+attr thing would be a weird internal detail to expose, now that i think of it.