Blake Gentry
Blake Gentry
I can confirm that the following diff at least lets me get back some values from my MCP3008 via SPI on a Raspberry Pi 2 Model B using the latest...
I ran into this same issue on a Raspberry Pi 2 Model B. Following @akofoed's instructions, I was able to get the program to run multiple times in a row...
Today I also encountered the circular dependency issue on confirmation, as described clearly by @brandynbennett. A confirmation field should not be marked as invalid if it matches the field it's...
Yesterday, I finally ran into the need to use a service in my validations. In my particular case, I needed to fetch a dynamic array of strings from my API...
👍 I also use this addon and I agree that it makes sense to keep ember-cli-deploy integration separate. I would welcome the additional usage of [ember-cli-deploy-rollbar-sourcemap](https://emberobserver.com/addons/ember-cli-deploy-rollbar-sourcemap) along with any feedback...
@viniciussbs just to confirm, you're saying this is an issue with [ember-cli-deploy-rollbar](https://github.com/bgentry/ember-cli-deploy-rollbar-sourcemap)? If so can you open an issue there?
I'm definitely a :+1: on this. With [ember-apollo-client](https://github.com/bgentry/ember-apollo-client), we're always just passing either POJOs wrapped in an `EmberObject` or `NativeArrays`. Out-of-the-box, the arrays do not work cleanly with Ember unless...
I haven't written any TypeScript yet myself, but I'd also love to see this. My understanding is that it should be possible to incrementally migrate the addon to use TS,...
Yes, definitely open to it! Apollo itself is already TypeScript so that should help too