Nikolaj Brask-Nielsen
Nikolaj Brask-Nielsen
Just to keep this thread continuous also see https://github.com/Shazwazza/Examine/pull/345#issuecomment-1656701699 (From @nzdev ) > Here's what I'm thinking. Have the next release of Examine be 4.0, but avoid breaking API changes...
@Shazwazza Let's get the beast out there. I don't have time myself right now to test it but if it works for @nzdev that should be good enough to release...
I've tried adding a custom error but we're using the `signIn` function from `packages/next-auth/src/react.tsx` [Source](https://github.com/nextauthjs/next-auth/blob/5ea8b7b0f4d285e48f141dd91e518c905c9fb34e/packages/next-auth/src/react.tsx#L214) and here the `code` isn't available in the response. Is it possible to have it...
@IceReaper I also ran into this issue and found that there's more than one `OperationGenerationMode`:  The default one is `MultipleClientsFromOperationId` so it might work for you to choose any...
Should be fixed now
Hey @NightOwl888 I've used `packages.lock.json` for checking the cache of NuGet packages on a few projects over the past 2 years and havn't had any problems with it. But these...
Similar issues can be seen here: https://sonarcloud.io/project/issues?resolved=false&rules=csharpsquid%3AS2933&id=apache_lucenenet
I've looked a bit around and it might be possible to get a little of both worlds. Using the setting explained here: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository#controlling-changes-from-forks-to-workflows-in-public-repositories We should be able to 1. Prevent...
This question is similar to what is found in: https://github.com/apache/lucenenet/issues/437#issuecomment-992014580 But I too would like to know which issues are blockers for a release version of Lucene 4.8.0. I see...
I've been reading your latest comments about the problems with versioning and a production release and think I have an idea to solve this problem. What if we use the...