Max Novikov

Results 24 comments of Max Novikov

It's not a part of `py.typed`. Maybe it makes sense to rank "private" symbols lower in suggestions?

Consider deferring import of `pkg_resources` until `egg:` style import is discovered. [See here ](https://github.com/benoitc/gunicorn/pull/2616/files)

This patch to libusual achieves expected behaviour setting min protocol version accordingly, while preserving ability to disable specific protocols. https://github.com/libusual/libusual/pull/33

See #606 for the test demonstrating this behavior. Does this mean pgbouncer should config should be migrated to new API?

> I don't see anything in the OpenSSL documentation that `SSL_CTX_set_min_proto_version()` overrides the global OpenSSL configuration but `SSL_CTX_set_options()` does not. Is this documented anywhere? Docs state that defaults are used...

Hey @constantinpape I am having trouble reproducing, I think it's maybe related to order/visibility of the layers. Could you post a screenshot of your layers when this bug is present?

My vote is for 3rd option try filename and deglob.

Another idea to return intermediate objects when we call predict and only materialize it on direct query. ```python block_prediction = pipeline.predict(ds).isel(x=slice(0,10), y=slice(0, 17)).result() # this kind of block interaction is...

I think we should pass a normalized name. Instead of "Pixel Classificaton" it should be "pixel_classification"

According to the [markdown spec](https://spec.commonmark.org/0.29/#link-destination) > Implementations may impose limits on parentheses nesting to avoid performance issues, but at least three levels of nesting should be supported.