Samuel Weibel

Results 60 comments of Samuel Weibel

It is not that simple for devcontainer: of course the new build directory would also have to be redirected to by nginx. Otherwise we will continue to serve the regularly...

Can you please reopen this issue and update your package.json to support React 18. There are multiple possibilities: ```json "peerDependencies": { "react": ">=17.0.2" }, ``` or if you need at...

Sorry, didn't even remember I had already created #19 some time ago :-). Thanks for merging it! Of course this can now remain closed. Do you have an ETA on...

The changes look reasonable to me. If it is working, then the only thing left to do is to complete the PR checklist. Once this is done and all checks...

> Just for my understanding: If this adapter is based on nodemailer, and nodemailer supports oauth - can it really be so hard to get things up and running again...

Do we realy want to make the way @GermanBluefox creates React adapters the default? The tooling and guidelines created by @AlCalzone should IMHO be kept the default way for regular...

Remark: reverting to these versions fixes the problem for now: ``` npm list nice-grpc [email protected] /src ├─┬ [email protected] │ └── [email protected] deduped └── [email protected] ```

I will have access to the code again on Tuesday, but what I can already say is: - it's a nx repo - we are using npm only (and the...

Here is some additional information: - Node version: v20.12.0 - npm version: 10.5.0 - TypeScript version: 5.2.2 - Protobuf generation: `npx protoc` - Protoc version: 1.1.3 - Missing imports (these...

The errors started popping up in our GitHub Actions first (after the merge of the updated dependencies from renovate-bot), so it seems not to be related to a specific local...