Eugene Formanenko

Results 9 comments of Eugene Formanenko

I know about this problem and think the problem is inside Blockly. Some blocks translates back correctly some not. For example Test translates correctly in english after french. They fixed...

Hope it helps someone Working hack is to use different modules for helm release and resources based on CRD `./modules/cert-manager/main.tf` ```terraform resource "helm_release" "cert-manager" { name = "cert-manager" repository =...

I've found that easiest way is to redirect to path with trailing slash. Also I migrate to `joi` package, `@hapi/joi` is deprecated now And i've bumped up `rxjs` to 7...

> Just checking: when can this be released? https://www.npmjs.com/package/@mo4islona/nestjs-redoc :)

Faced same issue with kubernetes config map ```terraform resource "kubernetes_config_map" "nginx" { metadata { name = "geoip" namespace = "ingress" } binary_data = { "GeoLite2-Country.mmdb" = filebase64("${path.module}/config/GeoLite2-Country.mmdb") } } ```...

Sure. Dont had much time for work but enough to implement basic features https://github.com/mo4islona/joi-to-typescript/pull/1 the progress of tests - none ✅ - primitives types ✅ - multiple file - I...

Have same issue with postgres too