Timothée Astier

Results 8 comments of Timothée Astier

Joining up the conversation here. Has anyone come up with a performant way to generate dijkstra maps in JS? Or is there a way to use Rot.js to generate full...

I found my mistake, I had duplicates in some arrays 🎉 New performance: ``` // 5x4 ~ 0.24ms // 25x21 ~ 1.21ms // 30x30 ~ 2.21ms // 60x38 ~ 6.96ms...

I think so. i'm not directly styling this component but the child component. I'm just importing MyCustomButton, which happens to be styled with styled-components and it works fine. ``` ```

Thank you, this was very helpful!

In my project I'm also unable to upgrade TS for now, so I went with @vtaits's suggestion of copying the sources directly in the project. Thank you for creating this...

Not sure if it's related but when using the component in my app with some custom css and webpack config, the editor was also rendering with a height of 5px,...

Same for me, or at least "x" is what "y" was in my mind, so I had to do things like `graph.grid[coordinateY][coordinateX];`