BwehaaFox
BwehaaFox
When trying to run `corber init`, compiling failed with error `cordovaProj.create is not a function`. As I see in the latest release, the `cordova-lib` has been updated from `9.0.1` to...
There is a definite problem with optional properties based on the `ember / component` functions. The problem is that the component's fields and attributes are set in the same place,...
When updating the application to version 4x, an issue appears related to the ember-classic-decorator add-on. It uses the Ember.Object call that has been removed from the new release. The workaround...
Now, when clicking on an element inside a popover, which, after clicking, should disappear, it causes the popover to be hidden, For example, when a button is replaced by a...
Is it possible to invert the behavior of the plugin so that it works if you pull it from the bottom up? I would like to use the addon for...
When using this addon in Ember 4.x, an error occurs when trying to play sound. The main problem is removing `Ember global` and removing `getWithDefault`. The `ember-poll` service does not...
Is it planned to adapt the addon to the new component structure and change the component type to `ts`? When using this addon in `gts` files, ember cannot correctly process...