Yaroslav Kormushyn
Yaroslav Kormushyn
@ender-wieczorek have you managed to find a workaround to this?
This might be done using [auditwheel](https://github.com/pypa/auditwheel), however, the pressed wheels might be read as `too-recent versioned symbols` and won't repair.
Ok, this applies to any list parameter - it will always think that the actual files to build wheels from are part of the previous list parameter input.
There's a PR for this #55 which has been sitting there for quite some time (the original builds are not even online anymore in Azure DevOps). I'm fairly new to...
IMO it would be nice to have those docs simply put into a Wiki on the repo itself. The docs are almost completely in markdown, so this shouldn't be an...
Even after adding the "fix" in https://github.com/Azure/azure-functions-docker/pull/170, I still can't see the runtime using `LD_LIBRARY_PATH` to resolve libraries. I'm using Python 3.9 on Linux Consumption Plan. I have a couple...
I'm hitting the same issue when doing `union` on fairly complex polygons. Example features in the attachments. [feature1.txt](https://github.com/Turfjs/turf/files/12048351/feature1.txt) [feature2.txt](https://github.com/Turfjs/turf/files/12048352/feature2.txt) Note: I've already run them through `truncate`. Edit: `truncate` with precision...
Just checked, the same applies to non-nullable Guid fields. Seems like the converter will use the `useOnConversionFailure` from the `DefaultTypeConverter` only if the input is null. However, the name of...
Just checked if it works on my local machine using a different render engine, and it works perfectly:  Examples used: https://github.com/tpaviot/pythonocc-demos -> `core_topology_boolean.py`
Sadly, still in v2.12.0. Interestingly, it happens with any image complexity. I've tried using simple rectangles with rounded corners, as a colored chip icon, but any `stretch` property breaks the...