Ben Limmer
Ben Limmer
There's a warning that you shouldn't modify properties in the didInsertElement hook: ``` DEPRECATION: A property of was modified inside the didInsertElement hook. You should never change properties on components,...
Is there something you have to toggle to get this behavior? The jQuery select-2 implementation splits the results as you type and applies the `select2-match` class to the matching characters...
As part of #43, it came up that a unit test suite would be a good addition. In this thread, we could discuss what that might look like technology-wise. Items...
Thanks for this project, it's awesome to not have to have @machty 's source just copy/pasted into our project anymore. We originally modified the gist just slightly to allow automatically...
I have three generators: 1. `handler` - this generator basically just delegates between the other two generators based on a prompt 2. `batch-handler` - handles batches 3. `sequential-handler` - handles...
If a shell command takes a long time to run (e.g. with an `npm install`), it's hard to know that something long-running is happening. Hygen's `shell: ` output appears **after**...
## Issue - Enhancement In reviewing the last 30 or so prioritized bugs, there were several related to issues with third-party integrations (e.g., Jira, GitHub, GitLab). It would be nice...
In our application, we're using the [`waffle`](https://waffle.readthedocs.io/en/stable/types/flag.html) feature-flag library. The first migration they define (`0001_initial`) triggers warnings: ```console (waffle, 0001_initial)... WARNING CREATE INDEX locks table CREATE INDEX locks table CREATE...
It would be nice if there were a way to turn on debug logging when implementing events in ember metrics. For instance, instead of tracking events with google analytics, it...
Fixes #70 I tested this out on my instance and it triggered the invalidation as expected.