Sebastiaan van Parijs
Sebastiaan van Parijs
@jelhan how far along is this MR?
@nilportugues Has anyone got a temporary fix of some way to work around this issue expect creating additional object?
@nilportugues it feels like a extra level of complexity and maintenance cost to add DTO's manually wiring them together. To make this package properly usable for Symfony/Doctrine this feature should...
@jillpouchain could you maybe share your fill initialiser locale file? I'm running into the same issue (afaik). If its possible @cibernox maybe add more info on how to add the...
Yeah I have this: ``` this.set('moment.locale', user.get('language')); ``` set currently, but for some reason it not loading the translations... `environment.js`: ``` moment: { includeLocales: ['nl', 'fr'] } ```
Might be, I'm not sure... `ember-cli-moment-shim is installed`... I'm on ``` "ember-moment": "^7.8.1", "ember-cli-moment-shim": "^3.7.1", ```
Is this still on going? I was trying this: https://github.com/mozilla/sops#encrypting-using-azure-key-vault Made a `.sops.yaml`: ``` creation_rules: - azure_kv: ``` My secrets.yaml version says: ``` sops: kms: [] gcp_kms: [] azure_kv: []...
Hi @willviles I also think this package is promising. Hope you can make the time to fix this issue. Thanks!
That would be a shame, its the only component thats makes the fastboot break. ember-bootstrap has figured it out (maybe we should have a look at it). There should be...