Eric Mills

Results 25 comments of Eric Mills

Awesome! There's no rush. I totally understand how a new public release like this can go. Just trying to provide as much detail as I can to be helpful for...

On startup now of the app, I'm hitting this error where it can't find `/content/media`. Made a folder at that location, but didn't help. ``` 2019-03-05 23:15:32.479 INFO 1 ---...

Automatic AMI and Docker Image creation is very easy to do with [Packer](https://www.packer.io/).

Outlook on iOS does not get detected. The value in parenthesis is the [iOS outlook app version I believe](https://itunes.apple.com/us/app/microsoft-outlook/id951937596?mt=8). Outlook-iOS/687.32416.prod.iphone (2.81.0)

I see it constantly for scheduled and sqs jobs that run. Here's one example of one that shows the TimeoutError. Pulled some relevant bits. ``` processor: handler: src/processor.process layers: -...

I'm seeing this error in the same situation. ``` serializableStateInvariantMiddleware.ts:234 A non-serializable value was detected in an action, in the path: `payload`. Value: SyntheticBaseEvent {_reactName: 'onClick', _targetInst: null, type: 'click',...

Data is returned anyway from execute. Data is based on the `returning` param of insert, but defaults to full representation. ``` resp = supabase.table("table").insert(data, upsert=True).execute() obj = resp.data[0] # full...

Yeah this really stinks... I also didn't realize it wasn't blacklisting everything else. It's unfortunately not being supported.

It really shouldn't be setting the width at all so the user could use flex. It should be left to the user configuring the style.

Also missing: - worker-src - manifest-src