Davi Figueiredo

Results 9 issues of Davi Figueiredo

#### Summary This PR changes the default tag from an `unstyled` component to be a `` instead of a ``. This fixes invalid DOM nesting, since `` cannot be a...

CLA Signed

For anyone that faces this issue, **try updating to `Node 16` and run the command again**. You can just use it for this command, and then go back to your...

In case anyone is wondering what is the command line executed from the `libvirt` inside `qemu-system-x86_64`, this might help: Those lines were exported by `virsh domxml-to-native qemu-argv libvirt.xml` ``` qemu-system-x86_64...

Better explanation of the following topics: - Suppressing the `ActionBar` in child components and using parents `$navigateBack`. - Mandatory `Layout` attribute inside `Page` to use `$navigateTo()`. Hope it helps.

Hey, I am building an hybrid application that shares the same code on both server and client sides. Same JS files, same modules. After some hours trying to figure out...

bug
urgent
verified
spec

Kinect (XBox One) fails randomly after being work for a while: ``` $ dmesg ... [ 9191.899894] gspca_kinect2 2-3:1.0: urb status: -71 [ 9191.903372] gspca_kinect2 2-3:1.0: urb status: -71 [...

I'm drafting a PR to build the DEB package for the Electrum wallet. ⚠️ INB4: For some reason, it builds without the `libsecp256k1-1`, but the package fails to execute. I...

Version: "jest-fetch-mock": "^3.0.3", Node: v18.12.1 ```js fetchMock.mockResponseOnce(null, { status: 400 }) // Returns "" fetchMock.mockResponseOnce(undefined, { status: 400 }) // Returns "" fetchMock.mockResponseOnce(() => new Promise((resolve, reject) => reject ({...

File sizes are getting twice as big as the decrypted version. That is because we are encoding the files using just HEX notation and saving the characters. This could be...

enhancement