-
https://blog.bnorm.dev/writing-your-second-compiler-plugin-part-1
We should use IR on JVM too
-
### Describe the bug, including details regarding any error messages, version, and platform.
```
[INFO]
-
#### Overview of the Issue
packer-plugin-sdk fails to build for the aix/ppc64 compiler target.
#### Reproduction Steps
```
$ GOOS=aix GOARCH=ppc64 go build ./...
# github.com/hashicorp/pack…
-
### Issue type
Support
### Have you reproduced the bug with TensorFlow Nightly?
No
### Source
source
### TensorFlow version
tensorflow/tensorflow:latest-gpu
### Custom code
Yes
### OS platfo…
-
### What kind of issue is this?
- [X] React Compiler core (the JS output is incorrect, or your app works incorrectly after optimization)
- [ ] babel-plugin-react-compiler (build issue installing o…
-
"dependencies": {
"@babel/runtime": "^7.7.7",
"@nutui/nutui": "^3.1.18",
"@nutui/nutui-taro": "^3.1.10",
"@tarojs/cli": "3.4.7",
"@tarojs/components": "3.4.7",
"@tarojs/plugin-html"…
-
I encountered an error when running e2e test unit after an update of a dependency.
I was using @cypress ^13.0.0; that was using @cypress/request 3.0.5 as a dependency.
Two days ago, I started havin…
-
to circumvent the type inference bugs Kotlin still has (and might still have after 1.4) we could consider to introduce a compiler plugin.
It's not the first time I am thinking about it but came acro…
-
This in an issue to discuss proposal for [Kotlin serialization compiler plugin](https://github.com/Kotlin/KEEP/blob/master/proposals/extensions/serialization.md).
-
#### Explain the problem
I use `karma-webpack` for testing, and there is no `karma-parallel-webpack` plugin. My code gets built three times -- during build (using parallel-webpack), and twice more …