Jiayi Hu

Results 49 comments of Jiayi Hu

Ironically if I try `RUSTFLAGS="-C embed-bitcode"` as said in #25 , it gives a different error: ``` error: BUG: failed to parse .ll file; please submit a bug report with...

I can confirm it's not working if used within a workspace

@OKNoah solution worked for me, here is the minimal version, without aliases: ```js const { override, babelInclude } = require('customize-cra'); const path = require('path'); module.exports = override( babelInclude([path.resolve('src'), path.resolve(__dirname, '../uikit')])...

Do you mean that a file in the shared package imports a file in the main project? In that case you should avoid it, otherwise you'll also have a circular...

By avoiding to have a package you already complicating the things unfortunately. Due to how module resolution works in Node, once you import a file in the shared directory it...

@laco0416 yup not much related. That issue asks for `array spread` in function calls, whereas this feature is more `object spread` of Inputs/Outputs.

I'm having the same issue and currently `atom-ternjs` is the slowest to activate with about ~300ms. Any improvement on the performance would be much appreciated since I love using ternjs....

It's very unlikely that you have numbers so huge to overflow , especially on the client

@chrisgarry is there a way to create an app but without install? Without admin privileges you cannot add apps to a team