Tally Barak

Results 54 comments of Tally Barak

Well, specifying supporting version is far from being a solution to the issue. With the ecosystem moving forward, it is no use being left behind. Is Stenciljs a dead project...

For those interested, here is a hack for working with test specs (not with e2e) that you can use meanwhile: 1) If you are using stencil spec -> extract the...

Sadly this is not possible for CI triggered builds

I get this often as well. Pkg-lock is committed, and occasionally I would get it. Some things to notice, though: - Multiple jobs exist in the same workflow, all with...

This seems to happen when there are multiple jobs running in parallel. My analysis is as follow: Change made to pkg-lock In all jobs, cache hits undefined (since the pkg-lock...

I see that this requires setting an option of https://cli.vuejs.org/config/#runtimecompiler in the vue.config. We will need a version of the Vue compiler that allows adding vue.config configurations.

@MariusBongarts - also, can you try the newer Vue compiler: $bit import bit.envs/compilers/vue --compiler

@GiladShoham - seems like Bit TS requires upgrading to 3.8

The compiler is on 3.8.3, but Bit needs also to be on 3.8 for the AST analysis to work correctly. On Wed, Apr 15, 2020 at 11:36 PM Pierre Bérubé...

the current workaround is to completely remove the @types/styled-components and instead use a module declaration as follow: - under `src` folder create a `@types` directory. - Add a types.d.ts file...