jossefaz
jossefaz
As @byrman wrote, the change of DeclarativeMeta seems to be the breaking change here. > [orm] [declarative] [bug] Modified the DeclarativeMeta metaclass to pass cls.__dict__ into the declarative scanning process...
The SQLAlchemy maintainers confirmed that this is the issue, and also suggested a fix : https://github.com/sqlalchemy/sqlalchemy/discussions/7972#discussioncomment-2655517
I successfully convert a GeoJSON to DXF with the [GDAL](https://gdal.org/) `ogr2ogr` command line. But then I tried both `dwgwrite` and `dxf2dwg` command and both did not output a valid DWG...
I use those features in my new REST API [Geofiles-convertor API](https://github.com/jossefaz/gis-geofiles-convertor) I hope to enhance it with this fix. Thank you so much for your help
Well as far as I know there is no Polygon entity natively in AutoCad (I use AutoCad Map btw...it might be a slight difference on what I write here with...
I use the official docker image of [Osgeo](https://github.com/OSGeo/gdal/tree/master/gdal/docker) The version there is `ogr2ogr --version GDAL 3.3.0dev-7856bfcd6e516a93d7cb23da70a13c41dc4214c4, released 2021/04/04`
Hi ! IIf you use SQL Alchemy, you can explicitly call the `engine_dispose` in order to close all open connections. In that way, the `__del__` method will not have any...
Hi, Does anybody face out this issue. I have a ton of commits in my repo but any of them got render. Also I do not realy understand how the...
Upvote this one ! Is this possible to programatically doing this in the meanwhile ? If some of the maintainer can give a code snipet to do so that would...
duplicate https://github.com/usebruno/bruno/issues/157