Greg Back
Greg Back
I think this can be closed.
I'm not an admin on this repo, so that would be up to @kbandla to do.
Thanks, @utkonos. I agree with everything you said regarding GitHub and PyPI best practices. @kbandla has been added to PyPI, but asked me to do this release. I'm not a...
@utkonos I added you to the PyPI repo. Feel free to remove me. Thanks for agreeing to help!
[chardet](https://chardet.readthedocs.io/en/latest/) is mostly for detecting encodings, but can also be used to help detect languages.
No, the circular references aren't because of immutabilty. I just meant that, currently, you can do something like this: ``` a = Foo(bar_ref='0', _valid_refs={'0': 'bar'}) b = Bar(foo_ref='1', _valid_refs={'1': 'foo})...
I like the idea of having a separate "builder" API for ObservedData objects. My suggestion was essentially the same thing, but relying on the fact that the SDO's and Cyber...
Thanks, @nlucansk With `cdktf 0.16.3`, I had to update the above to be: `ignore:::.*.cdktf:13637`
Thanks, @tmatilai. It's unfortunate that there's not a good way to do this in Java; not the fault of vagrant-proxyconf though. :smiley:
It works fine for me when I try a diff on http://ipmiutil.sourceforge.net/docs/COPYING, so possibly something to do with it being in a frame?