sashadev-sky

Results 173 comments of sashadev-sky

@siaw23 @cesswairimu I did the same as both of you for a bit and then got rid of it somehow just need to remember exactly what I did! Try putting...

@jywarren I use the vscode extension GitLens it lets you scroll through the file history of any file going months back. There haven't been any recent changes to mysql in...

Ah just saw this one after all my tooltip updates! I will open an issue for this soon to get one done and the workflow down then an FTO for...

@neelesh17 yes would love your help on this! The one catch is that we should do it without pulling in an external library, so you you'll have to make them...

@neelesh17 Currently the tooltips look like this: ![image](https://user-images.githubusercontent.com/41092741/79805141-7c49bf00-8333-11ea-9abe-488e33071215.png) And we were thinking to make them look nicer, closer to this: (this screenshot is from a toolbar in a different PL...

@jywarren @ChrisLowe-Takor I have been working in this library for a bit now and just wanted to give an update on this issue! I think the problem was because we...

@jywarren @ChrisLowe-Takor Ok take 2 -- this is now actually fixed! via #341 and #348. The solution was to switch `latLngToLayerPoint` to `project()` 🤯meanwhile we've all been rewriting matrix algorithms....

@jywarren This PR is all about tieing together big picture loose ends LDI. The `modes` API: toolbar actions can be modes, explicitly limit the` actions` array or use `removeTool`, etc....

code is implemented and "done" as in bugfree, documented, tested but I need to circle back around and refactor the very complex chains of logic. I think what will be...

And the updated UI: - I think fixes anything left that was confusing like `lock`. lmk! ![new](https://user-images.githubusercontent.com/41092741/65765021-11b20700-e0f5-11e9-87f5-e79e6e667191.gif)