Vlad Timofeev

Results 6 comments of Vlad Timofeev

Hi all, have you been able to find something better than `dockview` so far? We want to replace GL in one of our apps and it seems like other solutions...

In case someone else will work on this in the future: Maybe identifying groups would work better with group **paths** used in KC, not names. e.g. `{ "groups": ["/parent/child", "/another/path",...

Maybe I'm wrong but it seems like the current behaviour ``` $: if (center && !compare(center, $mapInstance?.getCenter())) $mapInstance?.panTo(center); $: if (zoom && !compare(zoom, $mapInstance?.getZoom())) $mapInstance?.zoomTo(zoom); ``` does not allow changing...

quick reply: seems like changing `NODE_ENV` fixes it to some point, but I had no time to perform stress tests. So cannot verify it works yet. > sorry for the...

@dmbr0 > I just feel like the erlang VM would be better suited at taking over SSR than the node VM. > after my limited interaction with this I just...