Andrew Dias
Andrew Dias
> I think this is covered by #1192 Was it necessary to change the `axios` version resolution in #1192 from `>=` to `^`? This causes a regression where axios versions...
I wouldn't upgrade the peer dependency to `1.0.0` because that would just break it for anyone still on `0.x`, and we want the peer dependency to reflect the lowest compatible...
I am able to work with axios v1.x by using the `overrides` field in `package.json`: ``` "overrides": { "soap": { "axios": ">=0.25.0" } }, ```
> Can we mark the peer dependency to support old and new versions? > > ``` > "peerDependencies": { > "axios": "^0.27.2 || ^1.2.2" > } > ``` No need...
> Won't this make Prisma depend on additional shared libraries to be installed on the system? If so, it's a breaking change. Yes, according to https://github.com/prisma/tiberius#integrated-authentication-trustedconnection-on-nix, on *nix: > With...
@aqrln It looks like @pimeys was spending some time looking into the implications of enabling this gssapi feature on Prisma a while ago (https://github.com/estokes/libgssapi/issues/1#issuecomment-682488405). I would be curious to know...
I had a similar problem but it turned out to be caused by the way I was starting the `wsl-vpnkit` service (https://github.com/sakai135/wsl-vpnkit/issues/150).