Wyatt Arent

Results 39 comments of Wyatt Arent

So I created an empty folder for the bucket and then I added a `.gitkeep` file to it so that the bucket structure would exist in github when empty. It...

Agreed. I've been following this readme for a while now and it's getting out of control IMO. Now it's less "curated" and more "aggregated"

@Choko256 that sounds right. This is the kind of thing that naturally occurs when using Docker or especially when using Kubernetes. In theory all those proxy/ingress layers should be basically...

I think trying to make this a fully comprehensive list sends the wrong message. It makes it little aggressive, or turns it into more of a joke. Just having those...

I'm starting to understand where this bug is coming from. It's actually two bugs I believe the freezing/unfreezing is coming from having to render the `Big Content` tab repeatedly. Something...

I think we may see a clue in the handleDragStart event. If you add a third parameter, you'll get a react-draggable `DraggableData` object with: ``` type DraggableData = { node:...

It looks like there's a series of things happening here... https://github.com/mzabriskie/react-draggable/blob/85420898fcac7bdaf75587bae550293cdcb58f99/lib/DraggableCore.es6#L256 ``` js handleDrag: EventHandler = (e) => { // Get the current drag point from the event. This is...

It's on my list. I'll be working on this eventually

This is broken for me as well

I have no idea why that error happens, but for me the fix as adding the following to my app.yaml: ``` automatic_scaling: min_num_instances: 1 max_num_instances: 2 ``` Which I found...