Paul Nodet

Results 59 comments of Paul Nodet

Hi Paul, Thanks for showing interest in integrating your app with Chess dot com. Following is your OAuth client details: Name: Chesspecker Client ID: XXX Redirect URI(s): https://www.chesspecker.com/callback/chess Even though...

Writing down some quick notes on what changes to implement. Sessions should store a user type value (enum either lichess or chesscom) OauthToken and verifier should now be stored as...

https://github.com/ai/nanoid

Hi @floum Thanks for reporting this bug! Can you precise which website you are currently using: either chesspecker.com or beta.chesspecker.com ? We are currently working on a new version, currently...

Hi @anonrig I created this separate PR with the correct template. This is an example of what it would look like.

Specifying the peerDependencies seems to solve the issue on my side, not sure why pnpm prefers installing `2.5.2` though

Any update on what are the blocking points and the roadmap before release? @controversial @SukkaW

This has been annoying for so long… Already expressed in #2424 and #2882

This shouldn't be closed since it's not fix, however it's a duplicate of others issues as stated above.

I'm running version `2.42.1`. ```hcl terraform { required_version = ">= 1.9.3" required_providers { scaleway = { source = "scaleway/scaleway" version = "2.42.1" } } } ``` The output above was...