Kibouo
Kibouo
Sorry, I glanced over the fact that ``.with_callback()`` is currently directly implemented on ``Dom`` (I expected a trait). You actually can implement traits, and thus functions, on "any ``T`` that...
Certainly a valid reason to not go through with this at the moment. I love traits (and writing less code) but exposing complex trait stuff as a C API certainly...
Encountered this issue during my setup. Both for hiding the window (this issue) and dynamic sizing (#254). A work-around for hiding the window is [hideIt.sh](https://github.com/tadly/hideIt.sh). However, a proper fix would...
The given work-around will still result in glitchy sound when hovering, so I used a different approach. The `onchange` action uses a wrapper script to seek. In this script, I...
The SVG itself looks fine. The problem is during conversion. Loading the SVG into GIMP also fails (only coloured lines and nodes are visible).
Do I understand correctly that you are trying to solve #80? > The previous question can be solved if we render description in a block and allow sub tree from...
I want to note that, while it works great, https://github.com/twistedfall/opencv-rust is not particularly user-friendly or 'clean' in rust terms. Maybe we could have a look at it?
No problems here
The basics work. However, anything that requires fetching blobs is still missing: - screenshots - built implants - downloaded files - credential that is not an API key or user/pass...
Sometimes you want flags that are available for each subcommands. Replicating it in every subcommand's config is not great for maintainability. ________________________________ From: KK Cheung ***@***.***> Sent: Wednesday, November 29,...