rtk
rtk
I don't think scratch stores your ctrl-c of blocks as text in the clipboard, so you could only implement this as a browser extension. Also this isn't really what you're...
its possible to use the scratch api to send it into your backpack
that's because of the python version. 3.12 should work. this is an issue that has occurred before #469
What's the minimum python version we want to support?
> I am going to deploy it as 2.1.15 soon if there are no more errors Does it work? If so, this issue can be closed.
you can do this with a macro, although it isn't as efficient ```rs # Loop through a list or string # The warnings for the FOR macro probably apply here...
there was an existing idea for a different syntax that would allow for this and be able to be used in other contexts too, using the @ symbol. however it...
i think it would be more feasible to simply add an option to directly tamper with the project JSON, and possibly add syntax highlighting or formatting. But making a whole...
It may be possible to create a drop-in replacement for client.get_requester if we can add an option to pass in an optional keyword-only argument called `event` which could contain data...
Another extremely useful feature that could build upon this is operator overloading. This would make the complex numbers issue extremely clean