Jérémy Benoist
Jérémy Benoist
Superseded #474 because we got no answer from OP. > Relative files that are located in the same directory as the `package.json`, e.g. `"file:./foo.tgz"`, were not being rebased correctly by...
With or without that feature enable on the wallabag server, the app should be able to cache feature for each article. Like Reeder does: - sync all articles - parse...
_From @Suncatcher on July 11, 2017 15:49_ ### Issue details How can I enable HTTPS on Docker installation on Wallabag? Didn't find any decent documentation on that. I see that...
Creating a PR from a fork of the repo doesn't trigger GitHub Checks for the bundle analyzer. For example: - that one coming from a fork has no checks: https://github.com/smooth-code/bundle-analyzer/pull/20...
## Possible bug ### Is this a possible bug in a feature of sharp, unrelated to installation? - [x] Running `npm install sharp` completes without error. - [x] Running `node...
### Describe the bug While upgrading from 4.1.3 to 5.0.0, we got an error during the process: ``` $ gulp [11:06:05] Requiring external module ts-node/register Error: Cannot find module 'vinyl-sourcemaps-apply'...
If you use a Password Manager you can't paste the password into the password field. As Password Manager generally generates complex password it hards to re-type them. Could you allow...
### Describe the bug When a plugin is throwing a GraphQLError, the result is `Unexpected response`. I created a custom plugin which throw a GraphQLError in case of a problem...
### Describe the bug Within my lambda, I define multiple cookies when a user logged in: `Token` & `UserInfo`. I use the `cookieStore` from the context to define them. It...