Stefano Occhetti

Results 7 comments of Stefano Occhetti

I'd love to... but I don't manage to push to a new branch... can you grant me new branch creation?

https://github.com/amaurym/react-mapbox-gl-draw/pull/565

I notice the same problem, but none of the workaround are applicable. The point is that the browser can access the Keycloak server at the same base address as my...

I have the same problem in a next.js application. It looks like the problem occurs when an "onCreated", "onEdited" or an "onDeleted" event is set to the component. I think...

Drastically removing the dependency list fixes the warning. That is, at line 34: replace: ``` }, []) ``` with: ``` }) ```

Same happens to me, running LazyDocker with docker: `docker run --rm -it -v //var/run/docker.sock:/var/run/docker.sock lazyteam/lazydocker`