Joseph Luk

Results 11 comments of Joseph Luk

hi @gdcooman , thank you for submitting this. I was doing an exercise to file my first open-source fix to an issue of my choosing and I chose this one...

@mikeu thank you for giving such a thorough explanation. btw your alternative solution looks really good! for curiosity's sake, I have a follow-up question around SSR and tree-shaking, how does...

Hi @imShara and @mikeu , I took a look at this issue out of curiosity, and while I am able to reproduce the blinking marker in cases where the vue-leaflet...

hi, pardon me if I'm parachuting in with a non-valuable suggestion, but at work we have begun migrating some js codebases to ts using [ts-migrate](https://github.com/airbnb/ts-migrate). results have been mostly positive....

hi @mikeu , I tested your branch and am confirming that I no longer see the blinking effect from my toggling. Nice idea to solve the issue without sacrificing the...

thank you @xeno . Your suggestion worked for me. Would you mind explaining why that's necessary?

@iliyaZelenko I'm very impressed by this! Do you take a one-time donation through Patreon only? I'd like to make a one-time donation but I'm having trouble reactivating my Patreon account....

I am able to reproduce this when I run my vue component (which imports bbox from turf) in a cypress component test, but unable to reproduce it when I run...

@vonec thanks so much. you also saved my day. may I ask how you found the solution? How did you know to use `{ VTextField }` etc. ? also, do...