William Lam

Results 13 comments of William Lam

I did some reading on this & the real question is whether there's any kind of realistic alternative - from what I've read, there isn't one that would achieve what...

Adjusted CSS to resolve this issue as well in this PR: https://github.com/Sendouc/sendou.ink/pull/1119

@DoubleCookies I can't read Russian, but I believe my changes in PR !1119 also addresses the edge case for RU strings: ![image](https://user-images.githubusercontent.com/15804376/201445990-7fc2337f-8702-4960-b027-f900b932776d.png) I will include this image in my PR...

> As mentioned in my previous response, Flyway has become more controlled over passwords in URL and the `@` is stating that you are supplying an intentional empty username and...

Small update from me: everything works as intended when I'm using Flyway 9.18.0.

I notice that hovering the cursor over the background image still marks it as "selected" (and thus, it still grabs the focus of the cursor), despite it being locked. I'll...

So I spent some time & I don't think they have an API method to make the background image ignore your cursor, so to speak. I noticed that you can...

This is caused by `app.resetDocument()` in `app\features\map-planner\components\Planner.tsx`. Further investigating would be required to see if this function call is needed & re-evaluate from there. I have a few thoughts though...

At this time, a good way to do this may be to remove the reset document call on the "Set background" button and implement a separate reset button instead. But...

Confirmed that this is an issue (see the video in this post for a project I tried using v2.1.3 of the @headlessui/react library in: https://github.com/Sendouc/sendou.ink/pull/1857#issuecomment-2323239293)