Chuck
Chuck
When extending controllers with EmberPusher.ClientEvents, I can trigger events like this with no problem: ``` this.pusherTrigger('channelName', 'client-test-event', {foo:1}); ``` However, when I extend a component with EmberPusher.ClientEvents, I get the...
**Feature Request:** Allow the ability to validate a model from the template without needing javascript **Reason:** I have models that will need to be validated across the app. My current...
### Context: I use a Snapmaker A350. My bed is a 350mm X 350mm bed. The Snapmaker has the ability to do an auto-bed leveling in a 5x5, 4x4 or...
My application has a front end that is served through the API. The API handles some of the routes while the front-end handles others. For example: My authentication routes are...
I'm using ember-cli-typescript to develop an addon. My components subclass a base component. I'd really like the documentation to show the inherited pieces of the base component. Given that the...
Has anyone gotten this library to work? Is this dead? I imported the latest `0.11.0` version using the Git url but it's still not getting imported.
When installing dependencies for my project, one of which depends on `ember-modal-dialog`, I see the following output in the logs. ` npm WARN tarball tarball data for ember-modal-dialog@git+ssh://[email protected]/yapplabs/ember-modal-dialog.git (sha512-eWhtEPQJQtuhJ4sFaiXSP1KiaNl+ywyDGoaUKpY45OFxsQurXgSLBxAizPBkjSXxmI0eJLHIDoRhbYHq4R4qVQ==) seems...
How do I display custom font sizes while maintaining the custom font-family I'm using?
**Expected Behaviour** I was following the instructions on the [MongoDB Module](https://node.testcontainers.org/modules/mongodb/) page and trying to implement in an ES6 environment that outputs CommonJS. The examples don't include the `require()/import` statement...
Is there a version of this library that doesn't enforce the option `promiseLibrary`?