-
How about supporting reading the control file to get info output? Something like fusebox version, current ACL…
-
This should handle Python errors that are not explicitly caught elsewhere in the app. Normal and Admin users should only see the friendly error. Add a new "developer" class of user that can directly s…
-
### Quick summary
Screen freeze in LEGO Dimensions Ghostbusters (2016) level
### Details
I'm having a problem with a Ghostbusters (2016) story level. During the level "The Battle for Times Sq…
-
I'm trying to get inferno working with fusebox v4, and starting with the fusebox v4 react example as a starting place.
I'm running into two problems:
- When running the prod build, I get a probl…
-
### ⚠️ Before posting ⚠️
- [X] This is a **bug**, not a question or an enhancement.
- [X] I've [searched for similar issues](https://github.com/nextcloud/android/issues) and didn't find a duplicat…
-
How is this going project?
Im kinda thinking you should maybe take over this(fusebox-loader), if its is something you want, and you can use your loader + plugin if it does not break anything. (need…
-
```
npm i
npm run start
```
results in the following DevTools console error:
```
Uncaught TypeError: Cannot read property 'Button' of undefined
at Main.render (app.tsx:51)
```
-
I tried to do it that way, but it doesn't work.
```
const { FuseBox, WebIndexPlugin } = require("fuse-box");
const PugPlugin = require("fusebox-pug-plugin").PugPlugin;
const template = require("./…
ghost updated
5 years ago
-
Just read [this thread](http://www.echojs.com/news/21207) where someone mentions browserify beating fusebox times with [persistify](https://github.com/royriojas/persistify).
-
With the latest fuse-box 4.0.0-next.432 private class members like so:
```
// index.ts
class MyRandomGenerator {
#aPrivateMember = 1
}
```
Cause an error when running fusebox:
```
~/src…