István Szmozsánszky

Results 68 issues of István Szmozsánszky

Clean up raw HTML use by either: - transitioning into DOM methods (possibly using some kind of helper or framework) - using some kind of templating library - explore use...

developer-story
UI-editor

Selects in the toolbar should be replaced with search-enabled filter boxes. Although the app is not very good at this, this should happen via Progressive Enhancement only, and should be...

A-feature-request
UI-editor

Currently syntax-breaking ES6 features (like `let` or arrow functions) are usually only used on the backend, but the feature started to creep into the frontend world as well. Make sure...

developer-story

Factor out third-party dependencies (`codemirror`, `pep` etc., even [`pif`](/flaki/pif)) into separately installed build dependencies via `package.json`.

developer-story

This hack really need to be uncobbled, before we start accepting contributions. Choose & implement a testing environment and add some initial tests for the most important parts.

developer-story

I would like to have an image toggle to mark certain images as "sensitive" or "hidden". I, like many others, use my phone for all sorts of things. As a...

idea

From [this issue](https://github.com/systemd/systemd/issues/33643#issuecomment-2212535929), it looks like at some point I broke the system when I moved it to ZFS root. I believe it was either: - `debootstrap bookworm /mnt` did...

Trying to connect to a Postgres db via an SSH tunnel from Sequeler without success. Sequeler is installed from Flathub (version `0.8.2`) on Ubuntu 24. I used `flatpak run --env=G_MESSAGES_DEBUG=all...