Rafael Costa

Results 7 comments of Rafael Costa

Same problem here. @JH7 thanks for posting this workaround!

I had the same problem after upgrading to Ubuntu 22.04: `Error: All configured authentication methods failed`. Instead of adding `PubkeyAcceptedKeyTypes=+ssh-rsa` to `/etc/ssh/sshd_config`, I added an ED25519 key to `~/.ssh/authorized_keys` (on...

We also had [this issue](https://github.com/parallax/jsPDF/issues/3318) and this PR fixes it. Can someone merge this, please?

Same problem here. Does anyone knows why?

This would be important for us too. Are there any updates? I've just asked a similar question on the Multitech forum: https://www.multitech.net/developer/forums/topic/is-it-possible-to-filter-packets-when-using-basics-station/

You can use [viewport-percentage lengths](https://www.w3.org/TR/css3-values/#viewport-relative-lengths) to set the width/height and [object-fit](https://developer.mozilla.org/en-US/docs/Web/CSS/object-fit) to `cover` the element: html: ```html ``` css: ```css #qr-video { width: 100vw !important; height: 60vh !important; object-fit: cover;...

I was getting a segmentation fault when trying to this and ended up here. With a regular SQL table it works correctly. Is there a way to access `NEW TABLE`...