Botond Balázs
Botond Balázs
I use Ctrl+A often to select text in input boxes. It doesn't seem to work in Lagrange in either the address bar or the pop-up input windows.
When I'm writing a reply to a comment (on Station for example), sometimes the comment is covered by the input window and I can no longer read it while composing...
Until #51 was merged, *urlcat* was dependency-free and therefore it could trivially support Deno along with Node and the browser. This PR introduced [qs](https://github.com/ljharb/qs) as a dependency to support arrays...
*urlcat* now uses qs internally. qs is licensed under the BSD 3-clause license which is less permissive than MIT, which urlcat currently uses. We need to determine if this means...
This issue is currently blocked by #74 If we decide to continue supporting Deno, and choose the second or third option described in #74, we will need to run unit...
I've built the app on macOS. The resulting .dmg looks OK but after installing it in the Application folder and opening it I get the following error: I might have...
I really like small and focused libraries like this one! I tried to add Hungarian but the words for the time units ("year", "month", etc.) need to be different depending...
In the current version, mouse clicks on the panel propagate to HTML elements under the panel, sometimes causing unintended behavior. This PR prevents that.