Arne W.
Arne W.
**What is the feature that you would like to see in the app? Please describe.** This repo provides a lot of useful hooks and components that encapsulate Twilio-specific requirements. If...
Adjustment of Pattern to reflect #20
Thanks for your great client! As far as I understand the secondary connection feature, the secondary connection bypasses the VPN. Would it also be possible to enable the other way...
The code generated by this package is currently not suitable to be easily used in ESM projects. This is because for ESM, we need different import specifiers: https://nodejs.org/api/esm.html#import-specifiers So e.g.:...
I just synced my messages via latest https://github.com/nerzhul/ownCloud-SMS-App with latest OC and OCSMS. All my messages are marked unread on the server (hundreds!). Would be nice to have a button,...
I am using `ember-cli-selectize 0.3.8` in `ember-cli 1.13.1` like this: ``` {{ember-selectize content=model2.items optionValuePath='content.id' optionLabelPath='content.name' selection=item value=item.id}} ``` `model2.items` is a `DS.PromiseArray`. `item` is set via template's controller to `model.item`....
This is suppossed to fix a few deprecations with latest Ember (CLI). There is still the `view "select"` deprecation left, which requires more refactoring (see http://emberjs.com/deprecations/v1.x/#toc_ember-select). Maybe solve this in...
As mentioned in #31, here is a PR for updating Ember CLI.
I'm using Ember CLI `0.2.3` with ember-cli-cordova `0.0.16`. The Ember app is connected to a Rails API. Thus, I use `ember server --proxy http://localhost:3000`. If I set `EMBER_CLI_CORDOVA=1`, this changes...