Chris Thoburn
Chris Thoburn
## 🌌 Universal > [!NOTE] > Universal *also* presumes that we ship SchemaRecord (in the WarpDrive section) > for full utility, and that tasks in the Vite section are done....
Once complete, this removes what is probably the largest blocker to us quickly shipping `@warp-drive/schema-record` and/or building decorators for `@ember-data/model` to replace `belongsTo` and `hasMany` with new semantics. There are...
nowhere near ready to ship. I suspect the js files like these that remain are skewing the d.ts types in canary and need to be killed off.
The `inputFile` option does not allow for a directory path other than `app/styles` and does not resolve relative paths from that directory either. This makes it impossible to configure to...
`Ember.run.cancelTimers` is not a public API but is recommended here: https://ember-concurrency.com/docs/testing-debugging It's not even documented as a private API: https://api.emberjs.com/ember/release/modules/@ember%2Frunloop Nor is it documented as part of Backburner's API https://github.com/BackburnerJS/backburner.js/tree/master
For a faster live preview of changes to the code, it would be great if there were a task for updating the app's html/js/css/image assets only instead of needing to...
Currently I have to manually kill the `lldb` process in order to rerun the grunt task. I'm on `osX 10.9.2` using `phonegap 3.5.0` and `grunt-phonegap 0.15.2`
This makes inspecting via either `node --inspect-brk ./path/to/bin` or `NODE_OPTIONS="--inspect-brk"` not able to be used for debugging issues with babel transforms.
There will be a few areas where `ember-stickler` doesn't immediately seem to solve a form validation issue but for which it actually makes it quite easy. These include - async...