Results 825 comments of Vitaly Shukela

Still reproducible on https://preview.butterfly.linwood.dev/ . Settings show 15'th revision.

Behaviour changed now: it does not lock to zoom mode. Stroke being drawn gets frozen until I click again, it cancels the stroke entirely. [disappear.webm](https://github.com/LinwoodDev/Butterfly/assets/173219/f6e71b2d-5f83-4541-b487-2eedb113f895) Better than before (I can...

Now it does not erase the stroke, but also does not continue after cursor is offscreen. It should work like in e.g. https://sketch.io/sketchpad/ - in the same Firefox I can...

> if you release the device when outside of the app, I don't get this event Why sketch.io does receive a mouse up event even when cursor is away from...

Thanks for the answer. This should be in the docs. I expected there to be something like [dns_parser::Packet::parse](https://docs.rs/dns-parser/0.8.0/dns_parser/struct.Packet.html#method.parse). Smoltcp's analogue seems to be `smoltcp::wire::DnsPacket`, though it exposes only basic things....

There is a similar wrapper at https://docs.rs/mtunnel/latest/mtunnel/struct.Stream.html. For some strange reason, it issues `end_of_stream=true` on flush instead of on shutdown though.

Can a formula be displayed as a tree for editing? With tree operations like change operator, remove operator (bring operands up one level), introduce parentheses, swap two parts operands, duplicate...

Will it be similarly easy in in other languages? `ago` adjustable was created with an eye to allow prepending `"in "` manually if needed (by using `.ago("")`). But proper support...

To use the module with secure boot, you need to build and sign it in a certain, peculiar way (provided you use your own key for secure boot and can...

I tried running `clojure virtual_touchscreen.clj` on my system (Debian Bookworm) and it just worked (i.e. showed the window), though it also showed that warning. Note that there is [a pre-built...