Abdeldjalil Hebal

Results 10 comments of Abdeldjalil Hebal

When I read this "issue", my first intuition was: Eh, since a Web API already exists, why not just make calls to it? Something this: - Start a local web...

Here's a workaround I came up with after skimming the source code: After adding a file, change its compression `method` to `STORED`. Here's an example (using only the public API...

**Update: Wrote a dedicated function:** ```js /** * Change the compression method of all entries * @param {AdmZip} zip * @param {number} method - Compression method 0 (STORED) or 8...

Until we hear from the maintainer, I believe this simple function may be useful: https://github.com/cthackers/adm-zip/issues/187#issuecomment-490166400

Yesterday, I tested this project on Linux (Ubuntu 18.04 x64) and found it to be useful. I personally didn't need to play audio from my phone, but to use it...

Version 1.9.2a still has this bug. ![Screenshot_20190304-211653](https://user-images.githubusercontent.com/32184973/54075010-faffac00-4299-11e9-91e3-ce6aca8de0aa.png) ![Screenshot_20190304-211700](https://user-images.githubusercontent.com/32184973/54075011-faffac00-4299-11e9-9773-33eb385b5036.png)

`nextra-theme-blog` also depends on `next-themes`, Tried tuanductran's suggestion, and added the following to `theme.config.js` : ```js nextThemes: { defaultTheme: 'light', }, ``` It did not work. I even tried to...

Not sure what Joer meant by "replacing it with the latest version," but here is my similar experience: - Windows 10 x64 - Node v21.2.0 (latest atm) - Vercel CLI...

I believe I do not know enough about Greek mythology or etymology. (It just so happened that I was exposed to Apache and Netflix projects.) I rather someone else opens...

I have a similar issue. It is not clear how the swagger plugin is handling JSDoc comments. ## Case 1: It includes only the `@remarks` section. This is unexpected. ```ts...