Andrew Wason

Results 42 comments of Andrew Wason
trafficstars

[dm.xmlsec.binding](https://pypi.python.org/pypi/dm.xmlsec.binding) might be an alternative to python-xmlsec. Onelogin python-saml uses it https://github.com/onelogin/python-saml/blob/master/src/onelogin/saml2/utils.py#L712

Could you support the different versions as packages e.g. `fhirclient.models.DSTU2`, `fhirclient.models.STU3` etc. Then allow instantiating `FHIRClient` to use the version you want. Similar to how fhir.resources is packaged https://github.com/nazrulworld/fhir.resources/tree/master/fhir/resources

My usecase is I want to use these type definitions when typing my own code. e.g. I have some function that accepts a `ColumnClause` and so want to hint it:...

Hmm, I see. I have been using the documented type names - so `sqlalchemy.sql.expression.ColumnClause` instead of `sqlalchemy.sql.elements.ColumnClause` https://docs.sqlalchemy.org/en/14/core/sqlelement.html#sqlalchemy.sql.expression.ColumnClause How would I even determine the correct non-reexported name to use in...

I think any module that is in the docs should export the names it documents https://docs.sqlalchemy.org/en/14/genindex.html

The HTML support is dead due to Qt changes. I've been working on porting WebVfx to Qt 6 on a branch https://github.com/rectalogic/webvfx/tree/qt6 QtQuick3D is supported so you can do true...

UTM 4.4.5, macOS 13.6.3 guest and host also has no `/Volumes/My Shared Files`

Having a similar issue with public.ecr.aws/aws-observability/aws-for-fluent-bit:init-2.31.2 sending logs to AWS OpenSearch. ``` [2023/02/28 20:41:40] [ warn] [engine] failed to flush chunk '6-1677616889.860927077.flb', retry in 21 seconds: task_id=2, input=forward.1 > output=opensearch.1...