e6c31d

Results 15 comments of e6c31d

As a workaround until this is implemented, it's possible to use CAPI keys through a PKCS#11-CAPI bridge such as [p11-capi](https://github.com/risacher/p11-capi) or [pvpkcs11](https://github.com/PeculiarVentures/pvpkcs11). I managed to connect to an SSH server...

The good news is that official 7-zip will add zstd support. See [this post by 7-zip's creator Igor Pavlov](https://sourceforge.net/p/sevenzip/feature-requests/1580/#f045).

I fixed it without deleting my data by extracting "Update.exe" from Postman-win64-Setup.exe. ![image](https://user-images.githubusercontent.com/90863725/190890574-f235675c-2d84-4d46-a46e-941ca64e5cc2.png) ### Steps: 1. Download the Postman-win64-Setup.exe from here: https://dl.pstmn.io/download/latest/win64 2. Use 7-zip to open Postman-win64-Setup.exe as an...

@FernandoMiguel No. `group.name` can only use an ALB that was **created by the cluster**. And that ALB will be deleted if all ingresses in the same group are deleted. What...

Minor breakthrough: I managed to get ESM working by commenting out `TypeFormatFlags.UseFullyQualifiedType` in https://github.com/nestjs/swagger/blob/1daf8e0861f92e83def952affe263efac3c44c7e/lib/plugin/utils/ast-utils.ts#L109 This changes the `require("./dto/myType.dto").MyType` to simply `MyType`. I still got some errors because the `MyType` import...

I wrote a proof of concept that checks if the type already exists in the file (either defined in the same file or imported from another file), it will reuse...

@Hareloo We ended up removing the plugin altogether and manually added the swagger decorators to all controllers and dtos.

@geowalrus4gh The link you posted doesn't say anything about deprecation. In fact, [the FAQ page](https://gateway-api.sigs.k8s.io/faq/) says: > **Q: Will Gateway API replace the Ingress API?** > A: No. The Ingress...

@jsdevel I don't know why the build fails in CI. It works fine locally. I think it's related to IPv6?