Florian Bienefelt

Results 37 comments of Florian Bienefelt

Yeah, I can confirm this bug. @mominoes hack fixed it for me as well.

I was looking for this feature, would be a great addition, especially for free users when you have to type in the random URL into a mobile device.

Seeing this as well. From what I can see, playing around with different versions of `selenium-webdriver` and `chromedriver` might temporarily fix this. But that's a real pain, haven't found a...

This is great and should be added to the README !

Here's a very simple reproduction of the error: https://github.com/Floriferous/react-pdf-meteor-error

It seems like version 2.1.2 created this bug, whereas on 2.1.1 everything works fine. v3 has the same issue. I tried with React 17 and 18, but there's no difference.

> What version of MongoDB is your server running @Floriferous ? We're on 4.2.22

Yeah, it'd be great if there was an API like `` to set the default name of the file in the browser.

What is the canonical way to get this done? I'm curious about it and not very well versed with nginx.

You can also hack your way through it like this, the component exposes a `render` prop: ```jsx const ref = useRef(); return ( ( { textMaskRef(node); // Keep this so...