Charlie Jonas

Results 41 comments of Charlie Jonas

I can't use the `for-downstream: yes` option because it interferes with CNAME resolution. Put simply I have one locally-cached `auth-zone` that contains CNAMEs to another locally-cached `auth-zone` and enabling `for-downstream`...

@ixti, thanks for the feedback - finally got around to doing this!

Am also being affected by this issue. ``` $ ruby -v ruby 2.6.3p62 (2019-04-16 revision 67580) [x86_64-darwin18] $ rails -v Rails 6.0.0 $ bundle info sassc * sassc (2.2.1) Summary:...

Just experienced this myself. I think it's related to Turbolinks as the problem went away when I disabled TL and then reappeared when I enabled...

For a standard Rails 5 app this can be remedied by editing `config/environments/production.rb` and replacing ```ruby config.assets.js_compressor = :uglifier ``` with ```ruby config.assets.js_compressor = Uglifier.new(harmony: true) ```

As mentioned on 546 we're running RabbitMQ on Antigone for Postal at the moment and it's the perfect fit for message queuing. Whether we want to integrate with it or...

Yeah 2FA for reauthentication or as a further stage in a general login sounds good to me. In terms of 2FA apps that I know of, you've got [Google Authenticator](https://en.wikipedia.org/wiki/Google_Authenticator),...

All sounds good, agree with everything said here regarding storage. I did have a brief think about integrating a similar idea into our fork of Brimir a while back but...

> Might also be good to have a way of blocking all users from editing Good thought. Could also revoke the `INSERT`, `UPDATE`, `DELETE` etc. privileges from the production user...

I think that film listings that spring up ad-hoc venues & societies would be the biggest issue RE the first disadvantage. Then again, I'm not convinced that's necessarily a bad...