Alexey Kulakov
Alexey Kulakov
Is it possible to get new version pushed out with depreciation warning fixes?
with this add-on installed and `template-only-glimmer-components` turned on wrapping `div` is being created. It would be nice to provide an element as root to attach auto generated class to.
``` Watching /Users/aklkv/.hotel/servers create /Users/aklkv/.hotel/daemon.pid 3384 internal/fs/utils.js:658 throw new ERR_INVALID_ARG_TYPE( ^ TypeError [ERR_INVALID_ARG_TYPE]: The "data" argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received...
## Module Report ### Unknown Global **Global**: `Ember.Logger` **Location**: `app/pods/almond-hull-split/detail/controller.js` at line 8 ```js const { Logger } = Ember; ``` ### Unknown Global **Global**: `Ember.Logger` **Location**: `app/pods/almond-hull-split/index/controller.js` at line...
Hi! I was wondering, is there any way to specify default selection?
### :pushpin: Summary * add typescript tooling * update app blueprint * fix in what order GHA runs build/lint/test for showcase as we need components and flight-icons to be built...
### :pushpin: Summary This mainly exists for demonstration ### :hammer_and_wrench: Detailed description ### :camera_flash: Screenshots ### :link: External links Jira ticket: [HDS-XXX](https://hashicorp.atlassian.net/browse/HDS-XXX) Figma file: [if it applies] *** ### 👀...
### :pushpin: Summary * simplify reexport for components (might need to split and clean up some non top level reexports as intentions of this files is to only export top...
### :pushpin: Summary This change cuts component tests in CI by 50%, today on average it takes around 4 minutes with this change we reduce it to 2 minutes. The...