Mark E. Haase
Mark E. Haase
**Summary**: On Safari, dragging out a new wire doesn't highlight the target port. It seems like Safari doesn't fire the `:hover` CSS pseudoselector when the mouse button is down? _If...
For offline / airgapped / sensitive use cases, it would be useful to have a downloadable version to run locally. --- _If you are reading this and want to express...
This would be great for DX. The Svelte FAQ says: > How do I do hot module reloading? permalink > We recommend using SvelteKit, which supports HMR out of the...
Let's say we have the following gadgets: input → hex decode → url encode. In the input field we type `706172616d3d666f6f`. Then the hex decoder will show `param=foo`. Then URL...
When working with strings from web applications, I sometimes end up with a JSON or XML string. It would be nice to have a pretty printer gadget that could make...
When working with tokens from web applications, I frequently come across Unix timestamps. It would be nice to have a timestamp decoder that turns it into an ISO8601 string. ---...
It might be nice to be able to save an assembly (i.e. a collection of gadgets that a user has wired together) and be able to load it later. Of...
The application has zero support for touch screens. It probably wouldn't be very useful on phones and other small screens, but I could see this being usable on tablets. Should...
It would be nice if gadgets could be resized. Sometimes the content is too big to fit.  --- _If you are reading this and want to...
Add gadgets for common string transformations, like concatenating strings, substrings, etc. --- _If you are reading this and want to express positive or negative feedback, please leave a [Thumbs Up...