Niels Swimberghe

Results 119 comments of Niels Swimberghe

@vseguin I don't have priveleges to this repo anymore. @AJLange can you take a look?

@Daniel15 are you up to contribute the class?

Changing the signature of a method or constructor is a breaking change. Even if it's a new optional parameter, as you can see above, it requires depending libraries to recompile...

This PR recompiles against your new ctor signature, so it'll work again if merged and released. https://github.com/twilio-labs/twilio-aspnet/pull/141

> Why aren't these two libraries in the same repo and released concurrently? It's not great to have releases that are incompatible with each other like this. > […](#) >...

Twilio.AspNet has been updated to use the latest version of Twilio C# helper library again.

Now no migration runs at all: node --enable-source-maps ~/fern/packages/cli/cli/dist/prod/cli.cjs upgrade Upgrading from 0.84.1 → 1.1.0 changed 1 package in 855ms With no version redirect, it still works tho: FERN_NO_VERSION_REDIRECTION=true node...

Come up with a strategy for making subclients and root clients align, so from a user perspective, there's no difference in instantiating them. Perhaps two different paths for instantiating? A...

Root headers should always be added when a client is instantiated by a customer, but keep the behavior idempotent

Review my changes and verify it is still the intended idempotent behavior