Amin Ya

Results 1114 comments of Amin Ya

> For #10 we just need: > > ```js > if (runtime === 'node') { > // work around bug introduced in node 10's build https://github.com/nodejs/node-gyp/issues/1457 > args.push('--build_v8_with_gn=false') > }...

Could you merge this? Your suggestion is independent of what this adds. #10 is already fixed.

@juliangruber Could you register your fork on npm so we can use it? This fixes #49

This is not a bad thing. I actually like this. As you see here, it allows us to use some options from Cmake to adjust the build and also use...

So, is this behavior still supported? I want to have both, which gives me the possibility of separating static and dynamic dependencies. If it is supported I would go ahead...

> Hi @aminya, > Could you please give me more details on the use case? > Thanks a lot. One use-case is when we have some Cmake options that we...

@SimonDanisch don't use this action which is broken. Directly use xvfb-run from this script that I wrote for Plots.jl https://github.com/JuliaPlots/Plots.jl/blob/9fc1d574cdd575946b4989a94f793f2be1e674ec/.github/workflows/ci.yml#L61-L66

I wrote a package called flowgen-package that handles everything for the generation of a FlowTyped compatible file. Using my package we can automatically generate types for all the `@types/*` packages....

I have experienced the same issue. Setting up a cache with a size of 800 MB takes 20 seconds on Ubuntu while the smaller 600 MB cache takes about 1...