SebastianAviles

Results 13 issues of SebastianAviles

### Type Both ### Suggestion You can add Netflix service download?

enhancement

**Describe the bug** I use **PUPPETEER_PRODUCT=chrome npm install**, but throw error: ``` npm WARN deprecated [email protected]: Please update to ini >=1.3.6 to avoid a prototype pollution issue npm WARN deprecated...

bug

New update (1-2 weeks ago), broken the shotcut to ShareX, the app cannot open anymore with ImpPrint button. How can I fix it?

I get this error when open the obsidian after the first upload. ![image](https://github.com/user-attachments/assets/c9ad656a-9d48-49d9-8845-18ec4d186a09) but the folder in my drive exist. ![image](https://github.com/user-attachments/assets/902c10ec-c358-4fe8-b3bf-5b0623294770) The name on my vault is same that folder...

**What's your feature request? Please describe.** I have products with EAN13 with addons, like 978-84-17751-81-3 00001, but the scanner only recognice 9788417751813 part, the rest 00001 is not captured. **Mobile...

### Program version 5.1.5 ### Operating System Windows ### Type GUI ### Service AnimeOnegai ### Command used .\aniDL.exe --service animeonegai --token ${token} ### Show ID 58 ### Episode 1,2 ###...

bug

I add a banner to my page, and this show over headers, and if I add content, the content has a lot of padding. ![image](https://github.com/user-attachments/assets/9eb4027c-d382-4d48-aca2-274c3f97dd5e)

I runing a code, but when this fails, the code retry automatically. I dont want to retry. I tried with this, but retry anyway ``` serviceCollection.Configure(option => { option.NumRetries =...

I tried to run a code in my Personal PC, and works with ESM, but when I move it to a server, not work, throw ESM error, I must change...

I tried running a file as described in the documentation. Originally, my file looked like this: ```javascript module.exports = (callback, message) => { ... callback(null, message); }; ``` But when...