Seph Reed

Results 34 issues of Seph Reed

**Environment** Provide version numbers for the following components (information can be retrieved by running `tns info` in your project folder or by inspecting the `package.json` of the project): ✔ Getting...

css

I'm not sure if this is the correct repo for this pr, but it is the codebase I'm working in. I'm currently running into the error `messaging/registration-token-not-registered`, and found the...

type: feature request
api: messaging

I have a website with one assets folder and two fusebox projects. Both of the projects export to a folder in dist: Neither of these projects can access the assets...

question

[These docs](https://fuse-box.org/docs/task-runner/sparky) state that: > watch > Same as src above, the only difference is that it is a daemon so it will always run whenever a file in the...

question
docs

The templating engine replaces `$bundles` with root relative imports: ``` ``` ---- It should instead be path relative imports ``` ``` Having not relative paths makes it so the dist...

bug
4.0.0

Followed these instructions exactly: https://github.com/fuse-box/fuse-box/blob/master/docs/webIndex.md >(node:42913) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'original' of undefined at fileContents.replace (/Users/seph-play/Code/rCommunity/web-app/node_modules/fuse-box/webIndex/webIndex.js:85:62) at String.replace () at Object.generate (/Users/seph-play/Code/rCommunity/web-app/node_modules/fuse-box/webIndex/webIndex.js:74:41) at ctx.ict.on (/Users/seph-play/Code/rCommunity/web-app/node_modules/fuse-box/webIndex/webIndex.js:115:50) at fns.map.fn (/Users/seph-play/Code/rCommunity/web-app/node_modules/fuse-box/interceptor/interceptor.js:48:49) at...

bug

https://github.com/fuse-box/fuse-box/issues/1808 ### I figured out what was causing the issue. This comment can be skipped, but has been left to show the work. Sparky has some messed up logic around...

bug
4.0.0

The auto importing topic is covered in one part of the docs, but it would be nice to have a dedicated section. A bit of stuff: ``` // fuse config...

4.0.0
education

I have some project that uses `.ts` and `.scss` files to create HTMLElements. I would like to make it into an npm module, but `tsc` can't handle `.scss` files. Is...

question

I'm updating an old project that used 3.0, and I need to have a similar asset management system as I had created with it and sparky. Here's what I need...

help wanted
question
4.0.0