Maxime Réty
Maxime Réty
Good point @cglewis. As it's a bit of work to add support for OAuth2 tokens, I don't think anybody will volunteer to develop this feature any time soon. If this...
There are two occurrences now, with the addition of `SessionsMany`. This was an emulation of `context` from a time when it wasn't a part of the standard library yet (golang...
To elaborate on @astockwell's solution, setting the `MaxAge` option to `-1` may not be enough. If the content of the session is not "written", the session will not be saved...
I figured it is even weirder than that... The option used to be named `--remote` in the code base (and in the [changelog](https://github.com/your-tools/tsrc/blob/6c162b43/docs/changelog.md?plain=1#L206) when introduced in 2.1.0), while being referred...
I just noticed I had the same problem when migrating an application from [go-pg/pg](https://github.com/go-pg/pg) to bun. Thanks @dlarin for reporting this! To clarify the issue: it is currently **impossible to...
Thanks @cetsupport and @pubkey for reporting this. After upgrading from PouchDB 7.2.2 to 7.3.0, I noticed the same problem in several projects where I use several databases simultaneously. Two inappropriate...
I just saw that version [7.3.1](https://github.com/pouchdb/pouchdb/releases/tag/7.3.1) was released but did not include this fix. Could it be prioritized for the next patch release or is extra work needed before? If...
> @maximerety One thing that would help get this merged is having a unit test in the PR. Could you look at adding that, than I can help get this...
> Sorry I leave for vacation couple of days, please let me know if I need review it or not? @maximerety @cetsupport Thank you for taking the time to revisit...
@JamesJefferyUK I don't think so as `less` isn't a direct dependency of `font-awesome-webpack`, but a **peer** dependency of `less-loader`(see [package.json](https://github.com/webpack-contrib/less-loader/blob/acb91d2e/package.json#L39)), which is itself a dependency of `font-awesome-webpack` (see [package.json](https://github.com/gowravshekar/font-awesome-webpack/blob/319bb47c/package.json#L28)). So...