molsson

Results 40 comments of molsson

It's only the git emails that are (currently) required to be unique on master, but that was in fact fixed on the r/jl/external-authentication branch recently (still not merged); on that...

Yes, very annoying. Looks like @krg7880 accidentally added it in a commit called called "Fixed test suite"

It would be nice of useLazyQuery() returned a "cancel" function.

This feels like a pretty important feature to have, or is there a good workaround already that people are using?

same error here using ubuntu 12.04 and the go version from that distro

I ran into the same bug as well: ``` @page { size: A4; margin: 0 0 0 0; } body { padding: 0; margin: 0; } pre { margin: 0;...

In slompf18's case it's probably just a really long word that causes it to call getAttribute() on a text node. In my case, maybe the same thing happens because of...

@julientaq thanks for working on this btw... I watched your talk from dpub summit 2019 earlier today while trying to understand paged.js internals better. :+1:

I just upgraded to node 22 (soon LTS) and I got a bunch of punycode module errors caused by this dependency chain: └─┬ [email protected] └─┬ [email protected] └── [email protected] whatwg-url fixed...

running with NODE_OPTIONS="--disable-warning DEP0040" will disable the deprecation warning for punycode