Jason Kane

Results 8 comments of Jason Kane

`satisfy any;` ?

I'm +1 on this, I just had a bad day from a bunch of identically configured nodes thundering connections at the same rabbit node. I'm tempted to patch in a...

I just came up with a somewhat crack-brained workaround for this. COPY can't exclude directories, but ADD _can_ expand tgz. It's one extra build step: tar --exclude='./deferred_copy' -czf all_but_deferred.tgz ....

Huh, that is unexpected. I'll see if I can reproduce the problem. On Fri, Apr 14, 2023 at 9:19 AM Chris Pratt ***@***.***> wrote: > On a fresh pip install...

I would try a .style.yapf based config per https://github.com/google/yapf#formatting-style as a potential workaround.

In retrospect I think the baked in formatting config stuff was a misfeature. Apologies to all those who suffered. ;)

That would be https://github.com/google/yapf itself. This repo is just the sublime wrapper for it.

"pip install espeakng" gives you a [different repo](https://github.com/sayak-brm/espeakng-python). try: "pip install py-espeak-ng"