Chad Dombrova

Results 167 comments of Chad Dombrova

Yep, my PR for [externally configured mypy plugins](https://github.com/python/mypy/pull/5358#issuecomment-405066555) got merged! Thanks @ethanhs for the quick review. Here are a few questions and complicating factors, off the top of my head:...

> This is already deprecated behavior. C.x will either be a slot member descriptor (a Python thing) if the class is a slot class, or an AttributeError if the class...

> Which discussion exactly? The removal of Attribute will happen before the next release FWIW. I was just wondering if there was a publicly-viewable discussion (or code) around the removal...

@tweise is the side-car approach still relevant after your latest discoveries/realizations that the best option to run portable Beam pipelines on k8s is to create container images that have both...

> I will add an example for the single container approach in the next few weeks. Are you waiting for that? It's not holding us up. Having it in the...

Thanks for the update. Perfect timing as we are getting started on this right now. On Tue, Dec 3, 2019 at 7:02 PM Thomas Weise wrote: > @chadrik the example...

I'm not a web dev, but I started digging through the code to try to get a sense of how difficult this would be to fix. What I gathered is...

I think it would be good to have a pluggable `GraphStore` type. When you build noflo-ui you can choose which stores you want to include, and add your own. Currently...

@ifitzpatrick has done some work related to this. I'll let him comment.

This repo is responsible for parsing .fbp files into json data. It doesn't care about implementation-specific details such as auto-ports and their naming conventions. What _is_ relevant to this repo...