Pawel Badenski

Results 40 comments of Pawel Badenski

I believe ClipboardItem constructor should be restricted to only accept `Blob`. Blink has only partial support for ClipboardItem - as per MDN: > The ClipboardItem constructor only accepts a blob...

@kdy1 Just flagging that that this and similar source map issues are pretty serious obstacle for our team. We have recently switched all development to swc. We unfortunately might need...

It seems to a bit of hit and miss. WebStorm works in some situations - but also had many issues and reports from my team that it frequently doesn't.

Just FYI looks, I'm extremely happy. I haven't had any problems since recently - I will keep this thread updated. Thank you!! :star:

Can we have maintainer's input on this? This is really useful feature.

@woodcockjosh it doesn't seem to be that obvious how this can be implemented easily.. I use this workaround: ```typescript interface LoadBalancer { calculate: (...) => Promise; } const loadBalancerMock =...

This is a very powerful feature and I'm sad to see is not progressing - what can be done to help?

I'm getting an empty html even after following instructions in the gist. Might be related to: https://github.com/thlorenz/deoptigate/issues/9 Would be really cool if deoptigate supported collecting data from Chrome - looking...

I had the same problem and @monostop fix works perfect. +1 for merging it into main dc.leaflet.js repository