Ilija Tovilo

Results 11 issues of Ilija Tovilo

Thank you for this library! I'm looking for something like React routers [Prompt](https://reactrouter.com/core/api/Prompt). When there is unsaved work there are three ways the user should be warned: 1. `window.onbeforeunload`: The...

Since docker-compose 2.0 the default container names have changed to use `-` as a separator instead of `_`. https://github.com/docker/compose/blob/6476e10b9337ba58eabb817570ddd1fe66c48583/pkg/compose/compose.go#L36 This causes Lando to endlessly wait for services to be up....

bug
stale

![test](https://user-images.githubusercontent.com/1752683/168442444-187a8494-fc55-4f3d-9e11-aa2d7d0a4557.gif) I often need to paste GitHub issue IDs into the description of a time tracking entry. That often starts with `{Bug,Feature} GH-` followed by the id in the clipboard....

This is essentially the same bug report as https://github.com/toggl-open-source/toggldesktop/issues/3390. Under Wayland, Toggl's idle detection never triggers. I specifically know it's Wayland because I have switched from Xorg to Wayland and...

Sometimes you might want to add a completely custom offcanvas header. Currently to do this you would have to not pass the `toggle` property so that the close button doesn't...

### Description Hi! I'm running into overfetching with API-Platform that relates to the Serializer component. API-Platform allows loading additional relations of an entity by specifying the `groups[]` query parameter. That...

Serializer
Feature

### Plugin _No response_ ### I have an idea! Hi rr team! :wave::blush: As far as I can tell, right now RoadRunner always spawns new php-cli processes per worker. When...

S-RFC
C-feature-request

This repl is awesome! :heart: I have a small issue. https://svelte.dev/repl/820b649c9edd4acd9e9b33d727dd3414?version=3.42.6 ```svelte import {createForm} from 'svelte-forms-lib'; ``` > 'dequal' is not exported by https://unpkg.com/[email protected]/lite/index.js, imported by https://unpkg.com/[email protected]/lib/util.js Looking at the...

REPL

I'm really looking forward to v2.0 of this bundle! Is there some documentation / sample code to get started? The official docs haven't been updated in a really long time...

We're using [Gedmo Tree](https://github.com/Atlantic18/DoctrineExtensions/blob/v2.4.x/doc/tree.md) instead of Doctrine ODM for our tree data structure. In Version 1.0 of the TreeBrowserBundle it was pretty easy to write my own `Tree` class by...