Amin Ya

Results 1114 comments of Amin Ya

Not sure about Node's `fs.readlpath.native`, but at least the function that Parcel uses for resolving has overhead. @mischnic might know better. ---- BTW, to get your explorer like me, install...

Since pnpm has bumped up the major version, I did another benchmark of Parcel builds for [solid-simple-table](https://github.com/aminya/solid-simple-table). Using a yarn bootstrapped repository results in ~4s faster build times compared to...

Any update on this? Being able to tree-shake forge looks awesome.

Wait, this is strange. The bot should add `include("precompile_includer.jl")` automatically. I wonder it has failed to do so! 🤔 The log says it has done it! But it seems it...

> Wait, this is strange. The bot should add `include("precompile_includer.jl")` automatically. I wonder it has failed to do so! 🤔 > > The log says it has done it! But...

I do not think SegFaults are related to this issue. The title is misleading, it was just a mistake for not including the precompilation files. I am waiting for @timholy...

You can switch to the old precompilation backend (using `snoopc`) by changing the `snoop_mode` for julia

> It looks like `5e-3`, `1e-2` or `5e-2` would be the better choices. So I guess we should stay with the default, which I think is `1e-2`. Yes, in SnoopCompileBot...

Any plan for supporting this? There have been so many changes on the V2 branch that it is hard to track the progress.

Now that we have Parcel 2, is this on the priority? Solid-js depends on this feature.