Michael Lange
Michael Lange
This is neat! Hopefully it'll help core/addon maintainers shed gnarly conditionals and composite types more frequently. At first glance I was concerned about how this would impact LTS releases, since...
We hacked `AbortController` support in [Nomad](https://github.com/hashicorp/nomad) using [an approach similar to what @SergeAstapov suggested](https://github.com/hashicorp/nomad/blob/main/ui/app/utils/properties/watch.js#L23-L28), but as @runspired said, [we also had to specially handle the `AbortError`](https://github.com/hashicorp/nomad/blob/main/ui/app/adapters/watchable.js#L73-L82). Ultimately, since the store...
I agree that both a formatter that mentions due dates and a formatter that aggregates are worth being in the core lib. ### The process for discovering a core formatter...
The primary use case for me is quickly checking in on TODOs. Or one step removed, answering the question "is this a new linting error or did a TODO expire?"....
Any timelines on inlining the formatter or adding that subcommand? Any place I can help move that forward?
Right now using the external formatter, but that's presumably because I need to update `ember-template-lint` (currently on 3.5.x and getting an "invalid time value" error). Assuming upgrading fixes my issues...
While upgrading to Ember 2.2 I came across this in our app as well. I was able to reduce it in a demo app here: https://github.com/DingoEatingFuzz/mf-double-alias-bug There is a model...
It would be great to get first-class Model Fragments support in Mirage, but for the time being you can make it work like this: 1. **Make each model fragment a...
Having used Docfy for a bit now, I find myself going out of my way to keep examples limited to HBS so I have control over where in a document...
I have a similar yet slightly different issue caused by disconnecting my eGPU. The window is interactive (can't click through it, resizable) but it's just, you know, transparent. I have...