Maxime Dupont
Maxime Dupont
For the moment, the types seem to be asserted at compilation if the props have a default value but it might be too restrictive (an empty array will have the...
I just checked and it there is no generics in v4 nor in v5 but yes it should be doable. I can take a try to migrate the lib to...
Hey @moufmouf ! I made a repro repo here https://github.com/Ennoriel/workadventure-map-ui-bug. I changed the clock rectangle to another layer and it's not working anymore.
Hello @heberleh ! Did you get an answer from HCIRN or one of the original author? Thanks for the reply ;)
I think that noone should assume that because a library X is writen with the licence Y means that it does not inherit from one of its dependency a licence...
@Hello yoh-extradat @eur2 , Did you successfully integrate leaflet.markercluster? Would you be willing to share a piece of code? From what I understand, to make one `MarkerCluster` the same way...
Is your project public? Do you have a minimal reproducible example? On the REPL (which is a different environment than yours): - [svelte v3.44.0](https://svelte.dev/repl/603c4beea0724a74ba7744dec267bc3f?version=3.44.0): it loads but the picker is...
Hello @JCM00N Have you found a solution since you last reply? [This stack overflow post](https://stackoverflow.com/a/76415712/11320442) suggests to update `vite` to version 4. Can you do that and let me know...
@codenius You have access to a global `sortKeys` store: `const { sortKeys } = pluginStates.sort;`. You can use that to display anything you want
It seems that the feature got fixed 7 months ago but wasn't released. Is it possible to have a new release?