-
### What version of Bun is running?
1.0.17+5e60861c3
### What platform is your computer?
Darwin 23.1.0 arm64 arm
### What steps can reproduce the bug?
1. Clone https://github.com/infernojs/infern…
-
I'm trying to use a node module I've made in my own project. I am using Inferno, which is essentially a React clone. This module I have made works perfectly fine in a fresh, basic create-inferno-app a…
-
This issue is a: Bug report
Is the version of `nwb` you're using installed globally or locally? Globally
Which modules are installed in your project?
```
# ochervak at Chervaks-MacBook-Pro.l…
-
**Describe the bug**
I have YAML files in `source/`, e.g., `source/_authors/noraj.yml` used for [hexo-multiauthor](https://github.com/bob983/hexo-multiauthor)
```yaml
name: noraj (Alexandre ZAN…
noraj updated
7 months ago
-
**Describe the bug**
Occationally, the ShareThis buttons on my [website](https://leimao.github.io/blog/CUDA-Cooperative-Groups/) do not display well. It might look like this.
![sharethis-1](https://…
-
production bundle seems to have has lots of webpack overhead
full module path strings too...?
```js
var r = n("./node_modules/inferno/inferno.js")
, i = o(r)
, a = n("./sr…
-
### Feature request
Read jsconfig.json when running .js/.jsx files.
### Why?
Having to rename every .jsx file to .tsx when using preact/solid/inferno just for the jsx pragma to work is a waste of t…
-
**Observed Behaviour**
`inferno-compat` does not support the following:
```js
import { createRoot } from 'react-dom/client';
```
Error:
```js
Module not found: Error: Can't resolve 'rea…
-
Using:
```
"dependencies": {
"@material-ui/core": "^4.9.5",
"inferno": "^7.4.2",
"inferno-compat": "^7.4.2",
"inferno-scripts": "7.0.4"
}
```
got:
```
Attempted impo…
-
As you now support Inferno with ViewModel, is this possible to update it to support Inferno as well ?
You can see this project: https://github.com/mariusandra/pigeon-maps/blob/master/src/infact.js
t…