FireFly

Results 12 issues of FireFly

Something I missed a few times when working on a new dweet is the ability to see how it behaves in fullscreen. This is especially true for interactive tweets, where...

contributions welcome
good first issue

I find myself reloading the page sometimes to start a dweet over from the beginning. Would be handy if there was a link next to 'fullscreen' for restarting a dweet...

feature-request

I wanted to see if I could add an interactive element to a dweet, so I decided to attach a mousemove listener to take the mouse coordinate into account. Now,...

It would be useful to be able to specify the pulseaudio server to connect to and interact with, as there are setups where you might have multiple servers (e.g. per-user)....

Is it too late to suggest a change in the interface for `useNavigationParam`? I'm working on some code and found myself using the navigation param as the only state for...

### Update disclaimer - [X] Yes, I have checked and my request is not related to the game updating and plugins not working correctly. ### What happened, what did not,...

enhancement
triage

Currently, feeding a circular object to JSONSelect means it'll recurse until the call stack is exceeded. Keeping track on which objects has been traversed and protecting against circular references (i.e....

As a suggestion to the DomUtils "submodule", it'd be neat if it included a way to re-serialize a DOM node back to HTML. Basically, I'm using this library as a...

Fix in 1.8

As you're no doubt familiar with, Github's diffs show not only which *lines* have changed, but also frequently *which bits* of the line changed, when you make changes to an...

There was a change to the interface in sh version 2 where [the output is a true string][1], instead of a special object with `return_value` field etc. There is an...