Lorenzo Bodini
Lorenzo Bodini
update: i opened a pr on [font-logos](https://github.com/lukas-w/font-logos), i'll gladly close this issue if you consider it to be a better home for the WireGuard icon. lukas-w/font-logos/pull/152
i apologize for not noticing #1277... i guess this is a duplicate then. the implementation is similar, apart the fact that i'm using an external crate for the actual format.
+1 same issue, on master branch, I noticed too that working with integer scaling solves the issue as someone already pointed out
> It seems the issue was that "modprobe v4l2loopback" assigned /dev/video99 to the virtual camera. Removing v4l2loopback and then manually assigning the next available number (in my case /dev/video2) resulting...
> I forgot that I had to run "modprobe v4l2loopback" in order for the "Start Virtual Camera" button to appear. Or at least, the button did not appear until after...
i'm experiencing the same issue: looking at the code (specifically [here](https://github.com/miguelpruivo/flutter_file_picker/blob/70db27bb1bbd625ad66b2687daac07f4ea4126c1/lib/_internal/file_picker_web.dart#L147)) i think the problem is that if the file picker window loses focus it will return null before completing....
@navaronbracke as I said before, I think the process shouldn't end even on *unfocus* events. but if the intended behavior was to abort on window focus, the code is wrong,...
apparently, this has been solved by b40af723. but the build still fails... i don't have much time to investigate though