Yaroslav Kormushyn

Results 8 issues of Yaroslav Kormushyn

Pressed binary Linux wheels cannot be directly uploaded to PyPI, as outlined [here](https://peps.python.org/pep-0513/#rationale). Binary Linux wheels must follow the [manylinux](https://github.com/pypa/manylinux) tagging scheme in order to allow upload to PyPI. If...

Unfortunately, conda press won't install to environments with python 3.9 or 3.10. It seems the existing conda press package in conda-forge isn't compatible.

The `--channels` parameter accepts a list of conda package channels, so we cannot pass the channels as the last parameter before the actual files. We either need to add this...

The demo site does not render any maps. https://wykks.github.io/ngx-mapbox-gl/demo/display-map Seems like the account token for Mapbox is either expired or invalid. ![image](https://github.com/Wykks/ngx-mapbox-gl/assets/11539004/4f18678c-e90b-4ac2-a2d4-71ae2549c00b)

Mapbox supports stretchable images, which we may include in existing `mgl-image` support. Source: https://docs.mapbox.com/mapbox-gl-js/example/add-image-stretchable/ They have `stretchX`, `stretchY`, and `content` properties, which `MapImageOptions` doesn't have right now.

**Is your feature request related to a problem? Please describe.** The `.Default()` mapping includes a `useOnConversionFailure` parameter, which sets the default value for a field on conversion failure. The attribute...

feature

**Describe the bug** The default value from the class map is not used on conversion failure for nullable properties. **To Reproduce** File: ```csv id,name 73eb2807-9e02-41d7-a140-40411b822,itemName ``` Class Map: ```csharp internal...

bug

Hello! I've tried running the binder examples in Jupyter Lab for `BRepAlgoAPI_Section` usages. However, the `slicer` and the `section` examples don't work as expected. Expectation: the displayed shape has lines...