ballcoach

Results 8 comments of ballcoach

FWIW, I got the same error. I solved the problem by upgrading to the latest Jest and ts-jest versions.

After cloning with submodules and attempting to build with yarn, I get quite a few errors when building with pkg. Examples are: ` pkg: ../../node_modules/@types/react-virtualized/node_modules/@types/react/index.d.ts(3100,14): error TS2300: Duplicate identifier 'LibraryManagedAttributes'....

> @ballcoach12 I am unable to reproduce your build issue. Make sure you are using the latest yarn and that your git index is clean: the pkg submodule should point...

I'm curious to see if there is any activity or a workaround available for this issue. I too need to ignore self-signed certs for testing purposes.

@danmx, it isn't for your language/build process, but I have created a tutorial for .NET that describes how to build a container image: https://github.com/ballcoach12/NuclioDotNetTutorials Maybe this can provide some insight...

> You could use `@Param`: > > ``` > // @Param Cookie header string false "token" default(token=xxx) > ``` I might be wrong, but I don't think this will yield...

I am getting the same error. Is there a workaround?