Aviv Beeri
Aviv Beeri
I was trying to enter the filename to save a file, and realised that when I made a mistake, I couldn't use backspace to erase the letters I'd already entered,...
When I try to draw multiple tiles at once by clicking and holding my mouse key, it seems to "miss" that I release my mouse button, so it keeps drawing...
I loved the design and aesthetic of this tool from the moment I ran it, but I spotted some opportunities for improvement: * I've made ESC as an alias for...
As discussed on discord, we found a case where wrenEnsureSlots seems to cause a stack corruption. It runs the method correctly once, but the second time it calls it, the...
I pointed this out as part of another issue a while ago (https://github.com/wren-lang/wren/issues/734#issuecomment-598022860), but raising it as a separate thing here: If you have a Foreign class/instance which requires some...
The goal of this issue is to discuss the implementation of something like NodeJS or Python modules, which can be developed and distributed for use across multiple projects with ease....
DOME supports rotation (in 90 degree increments) and integer scaling, but I'd like to allow for arbitrary transformations (including skews and full 360 degree rotations). This will matter more to...
At the moment, there's no way to make a Makefile project watch a specific file, or group of files, for changes, in order to run this project's build. Ideally, I'd...
DOME will always write out to `screenshot.png`, even if the file already exists. I'd love it if we could detect that, and then try `screenshot-1.png` and 2 and 3 and...
I love this tool, but I have a small feature request. It'd be useful to have an option to toggle if I am looking at it from the top or...