Mark E. Haase

Results 48 issues of 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...

bug

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...

enhancement

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. ---...

enhancement

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...

enhancement

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...

enhancement

It would be nice if gadgets could be resized. Sometimes the content is too big to fit. ![input gadget with scollbar](https://user-images.githubusercontent.com/320904/41991564-d617acc0-7a13-11e8-9328-ead9f8b88d99.png) --- _If you are reading this and want to...

enhancement

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...

enhancement