-
Hi,
After much struggle, as stated in my previous issue query (now closed), I managed to successfully install CUDA and get it to work properly on BEAGLE. However, to my disappointment, I found tha…
-
Yocto Kirkstone is LTS (until Apr. 2026) but due to its dependency on `meta-clang` [0], the chromium version is freezed at `120.0.6099.224`.
This issue is to keep track of ongoing efforts on updati…
-
ReferenceError: $ is not defined
at script.js:84:1 (https://github.com/facebook/prepack/wiki/PP0023)
-
Tangentially related to #584. In the React ecosystem we tend to `Object.freeze` objects only in development mode but not in production because VMs are slower with `freeze` than with it. However, we do…
-
```
plugins: [
new PrepackPlugin(),
new webpack.optimize.UglifyJsPlugin({
sourceMap:true,
compress:true
})
]
```
Will fire an error:
```
ERROR in bundle.js from U…
-
### Summary
I'm seeing errors when running `npm publish` on a freshly scaffolded plug-in. All I've done is create the plug-in and check that `hello:org` runs as expected, but I think the `prep…
-
### Contribution
- [x] I'd be willing to implement this feature ([contributing guide](https://github.com/pnpm/pnpm/blob/main/CONTRIBUTING.md))
### Describe the user story
Hello Zoltan and pnp…
-
When initializing dependencies, we evaluate each module in isolation, and if the module evaluation fails, we roll back its changes and continue with the next module in line.
This can cause a change o…
-
`const f = 0;` is considered by Prepack to be totally dead. But it's not: the top-level lexical scope is shared across scripts, just below the global scope. So while that may not be a global declarati…
-
Prepacking this, with *--instantRender* (to trigger realm.arrayNestedOptimizedFunctionsEnabled, which is not otherwise directly exposed via the CLI)...
```js
function f(a) {
return Array.from(a).…