Josh McArthur

Results 9 comments of Josh McArthur

I'm running into the same problem. The Dockerfile I am using: ``` FROM resin/rpi-raspbian RUN apt-get update &&\ apt-get install -y git python3 python3-pip bluetooth bluez &&\ git clone https://github.com/ThomDietrich/miflora-mqtt-daemon.git...

Hey @septeven - I've been doing a bit more on this today and seem to have things working for me. Here's what I tried: 1. I updated the firmware of...

This slowness seems to be a scale issue, rather than a particular bottleneck. The content type matcher [attaches a file for a given type](https://github.com/igorkasyanchuk/active_storage_validations/blob/ceeee23c4cecc117219085f8da772625c539b54d/lib/active_storage_validations/matchers/content_type_validator_matcher.rb#L90) to the field, and then checks...

Oh, so `rejected_types` [defaults to `Marcel::TYPES.keys - allowed_types`](https://github.com/igorkasyanchuk/active_storage_validations/blob/ceeee23c4cecc117219085f8da772625c539b54d/lib/active_storage_validations/matchers/content_type_validator_matcher.rb#L59), and this is used by both the `allowing` _and_ `rejecting` qualifiers of the matcher. I think the intention of this is to...

Nice, I'll update to use that. I was just making a quick edit based on a google based on a "Why am I typing I18n.t! again". I expect the build...

@halles I think that comes down to how each template works. In the case of the rails template, it's not something we copy-paste to start a project - we _generate_...

I should say this is a bit of a bikeshed discussion, since MIT is _fine_ - I am just proud of how much we've invested into this project in the...

@eoinkelly for a client project where this came up, I disabled the registration routes and removed the registerable strategy from the model, then added my own routes wrapped in `as...

The build is actually working now, so merging this PR doesn't really add anything. We've discussed this in Ruby Guild and determined this doesn't really add any value given the...