Eric Siegel

Results 8 issues of Eric Siegel

Update KeepKey to match updates to trezorlib to fix SSH support

Virgin Mobile started throttling 3G usage after 2560.0 MB. They track your MB used on the site; it's not on the main page, it's under the "Data & Web" popup....

I was trying to compile this on kernel 4.1 with gcc 4.9 and got the following error: ``` /home/nticompass/Code/crystalhd/driver/linux/crystalhd_lnx.c: In function ‘chd_pci_reserve_mem’: /home/nticompass/Code/crystalhd/driver/linux/crystalhd_lnx.c:541:2: error: implicit declaration of function ‘check_mem_region’ [-Werror=implicit-function-declaration]...

CodeIgniter version: 4.4.8 Package version: 1.1.1 **Describe the bug** Decorator does not run automatically. I don't know if I am missing a step in the setup, but I have everything...

bug

Pressing the "Voice" button (key 216) on my LG Optimus V has no effect. With stock ROM, a dialog would open asking me to use a voice command. How do...

I have a yaml file using OpenAPI 3.0.3. All my POST requests have their `requestBody` described, and they all use `application/x-www-form-urlencoded`. When rendered, none of the POST requests show the...

This package is not a vue plugin, it's a component. You need to use `app.component()` to globally register it (if you want to). You don't need to call `.component()`, but...

I have cheerio v1.1.0 installed in my project, and when I use `cheerio.loadBuffer`, my IDE (PhpStorm 2025.1.2) says it doesn't exist. ![Image](https://github.com/user-attachments/assets/a4fe24cd-defe-4f2b-8395-aaf2e7b359d1) Or, if I try to `import {loadBuffer} from...