groszdaniel
groszdaniel
In the REPL, I can't enter or paste an object literal across multiple lines if it has to conform to an interface/type: immediately after the opening { it throws errors....
On Wayland (unlike on XOrg) touch input does not move the mouse pointer to the location of the touch. When a right-click is simulated, the popup menu opens at the...
**Describe the bug** If a backend method starts some process that asynchronously updates an entity in the database after the backend method returns, and a live query watches the entity...
**Is your feature request related to a problem? Please describe.** Our project has various entities representing "children" of other entities, a typical many-to-one relation from the child to the parent....
On Remult 3.0.2, under some circumstances, we get exceptions on the backend if an entity has a field that's a serverExpression, and entities have subscribers. In order to make changes...
The scenario: Entity `a` has a backend method `a.method` which changes a field `a.field`. Entity `a` has a `saved` hook that, when `a.field` is changed, updates a field on an...
**Is your feature request related to a problem? Please describe.** It's nice that Remult (optionally) expands the contents of related entities, as it removes the need to write code to...
### Problem description If Termux is launched in certain ways — from a shortcut from termux-widget, or via a termux-url-opener hook —, it does not respect the background color specified...
### Feature description I suggest adding a feature to search in the output of programs (really just the contents of the terminal). One can always pipe to `grep` or `less`,...
It appears that if a zip file's top-level content is a directory with the same name as the zip file itself without the .zip (such as zip files created by...