-
This is one of several issues with the drag&drop functionality in the newly implemented class tree in WP 3.0.
In certain situations an empty gray circle appears in the class hierarchy tree, where t…
-
After upgrading to `v1.0.0` I started seeing:
```
sideWatch is not a function
```
setup is has not changes:
```js
const sideWatch = require('@embroider/broccoli-side-watch');
trees: {
…
aklkv updated
4 weeks ago
-
If I try to add sourcemaps support for CSS:
``` js
app.options.sourcemaps = {
enabled: true,
extensions: [ 'js', 'css' ]
};
```
then my CSS looks like
``` css
div {
color: blue;
}
//# sourceM…
-
Its hard to tell from the readme and other issues whether this plugin actually works?
When I say work, can you spawn a worker in your app, make it do something and report back when complete?
If so, …
-
I've upgrade hokulea to latest dependencies PR: hokulea/hokulea#13
With that I've upgrade to `@glimmer/component` and `@glimmer/tracking` to `v1.0.1` and ember to `v3.20` and not sure which one of …
gossi updated
4 years ago
-
## Version **2.0.2** of [ember-cli-uglify](https://github.com/ember-cli/ember-cli-uglify) was just published.
Branch
Build failing 🚨
Dependency
…
-
**Describe the bug**
When building an app that uses ember-animated, embroider throw an error when trying to build:
```
Build Error (PackagerRunner) in node_modules/ember-animated/templates/compo…
-
I forked half-pipe with the intention of adding support for GulpJS as well as molding it to fit my own workflow a bit better. Would you be interested in a PR?
-
The code at https://github.com/ember-learn/ember-cli-addon-docs/blob/master/addon/routes/docs/api/item.js#L21 is looking for a type to use when looking for a matching module. However when I have a pat…
-
ansi-html has a high priority advisory against it for uncontrolled resource consumption and has had no new versions since 2017 and no response from the author. ansi-html-community is a fork of it that…