Sam Willis

Results 171 comments of Sam Willis

Hi Alex, I have spotted you have submitted an issue to Alpine. I suspect you are right about it being an Alpine issue. Will add my thoughts there... https://github.com/alpinejs/alpine/discussions/3019

I have submitted a pull request to Alpine.js to change the DOM fragment creation method to enable table support: https://github.com/alpinejs/alpine/pull/3020

No worries, 'tr' as a component root element is clearly going to be a very common pattern so it's quite critical that it works!

I believe Nodejs 18 dropped Ubuntu 18 and Centos/RHEL 7/8 support, and I think Google Colab may be running on a Debian/Ubuntu derived Linux of that vintage. Installing with: ```...

Thanks for the info, I had missed that. Will update!

@jacobdr Go ahead, that would be great.

I have just experienced this when upgrading from v5.2.0-beta to v5.2.0. v5.2.0-beta - Not happening: https://user-images.githubusercontent.com/31130/192096422-cd0ee453-25b0-4c19-a16e-8abc699df438.mov v5.2.0 - Bug happening: https://user-images.githubusercontent.com/31130/192096418-0dcee873-0aca-4b30-bb1e-09f284da1993.mov Hopefully that helps in tracking it down.

From an an initial look though the history (and having zero prior knowledge) I'm suspicious that this was introduced by #35679 which changed the tool tip to be fully recreated...

So to answer my own question, I have solved it. This is a problem upstream with Playwright, currently there isn't a way to prevent a sigint being passed down to...

Just spotted this, and can hopefully point in the right direction, Alpine.js uses the reactive engine from Vue.js 3. Fixing it will be a very similar to what I did...