queil
queil
I am wondering if it has anything to do with the fact that `Amazon.CDK.Lib.dll` has `Amazon.CDK.Lib.aws-cdk-lib-2.1.tgz` as an embedded resource in it (about 20MB compressed).
It seems referencing the dll directly via `#r "Amazon.CDK.Lib.dll"` serves as a workaround.
If this is WSL then for me it's yet another reason to move to real Linux 😄 If it's Linux then well...
Hey, I've just got hit by this issue using generator.swagger.io. Are there any plans to fix that? Most of real world APIs include enums in their definitions so it's a...
@Slesa I think you can achieve similar behaviour via [IConfigurationRoot/ConfigurationBuilder](https://github.com/demystifyfp/FsConfig#app-config) support. Otherwise I think the lib would require some code changes (PRs welcome) to provide such a composability.
This is still failing in `argocd: v2.12.4+27d1e64` with `argocd-server: v2.10.5+335875d`: `failed to notify 'slack:xxx': template: app-deployed:2:48: executing "app-deployed" at : error calling call: runtime error: invalid memory address or nil...
We've been facing the same issue in the last few days. Adding the record manually after it has been deleted is a temporary workaround but this bug is hard to...
It happens for me too (also a remote container). Version: `ionide.ionide-fsharp-7.21.2`
Hi @harrisse, I'll take a look if anything can be done here.
Hi @harrisse I know it has been ages but do you have any repro for this? I am not super familiar with WebAssembly so a test project would help.