Stephan Bönnemann-Walenta

Results 24 comments of Stephan Bönnemann-Walenta

@vladanpaunovic Is there a way to disable just the server part of `@sentry/nextjs`? Because while I understand that you don't want to support beta/middleware this also blocking any adoption of...

Hey @AccaliaDeElementia, thanks for the very thorough explanation. This sounds really interesting and we hope we can develop such a feature in the future. Thanks for the feedback, Stephan

Hey @travi, thanks for the detailed explanation of the problem. This is not something we can immediately work on. As we've just open sourced the core components of Greenkeeper you...

Quick update on this: I had to revert https://github.com/semantic-release/cli/commit/7631d40ec10d8c7619a97000cb04f8ad32390d17, because as @christophwitzko raised the scope is currently required to enable Travis with a sufficiently scoped GitHub token. A solution for...

If you just enter your github username and password for npm it works automatically, at least that's what @gr2m told me. Good question what happens with 2FA then, though. But...

The way that works for github atm is that they send back a special header indicating that the "one-time-password" is missing. See here: https://github.com/semantic-release/cli/blob/master/src/lib/github.js#L56 I suppose npm just sends the...

Yes you're totally right :) We're using npmconf to load npm config anyways, so this should be a simple addition. https://github.com/semantic-release/cli/blob/master/src/index.js#L59