Joshua Kelly
Joshua Kelly
This bit specifically: ``` Ember.Model.dataTypes[Date] = { deserialize: function(string) { if (!string) { return null; } return new Date(string); } ``` IE8 can't parse iso8601 strings this way. One strategy...
I want authenticated API sources flow through the Warden + Devise + Omniauth provider. They should have a common lifecycle. On initial authentication, all historical data should be downloaded from...
Should get this in place sooner rather than later. To be determined after the license question is answered.
Example: ``` ❯ node -v v16.18.0 ❯ npm install -g @47ng/cloak ❯ cloak generate Key: k1.aesgcm256.xDQ816copHeT8jWCNGHinlashyfB5hOXR8wcvXbReeM= Fingerprint: d5fff283 # Generated new empty keychain: export CLOAK_MASTER_KEY=k1.aesgcm256.xDQ816copHeT8jWCNGHinlashyfB5hOXR8wcvXbReeM= export CLOAK_KEYCHAIN=v1.aesgcm256.d5fff283.RJPDSOWSrJubssj7.CHTk4XNSpHFKMISv3_hwdMev ❯ echo 'test'...