Sebastian Pölsterl

Results 6 issues of Sebastian Pölsterl

**Checklist** - [x] py.test passes - [x] tests are included - [x] code is well formatted - [x] documentation renders correctly **What does this implement/fix? Explain your changes** - Refactors...

Currently, no wheel for macOS arm64 is available on PyPI. Since you are already using cibuildwheel, you can upgrade to version 2.10.0 or above, which provides support for building macOS...

## Description I want to use `ArrowDataset` to directly load record patches from a string Tensor via `tf.data.Dataset.interleave`, however the program completely crashes instead. ## Actual result ``` 2023-04-28 11:05:47.396681:...

**Checklist** - [x] closes #436 - [x] pytest passes - [x] tests are included - [x] code is well formatted - [ ] documentation renders correctly **What does this implement/fix?...

Using [multi-stage build](https://docs.docker.com/build/guide/multi-stage/) avoids that development and intermediate files increase the image's size. Multi-stage build allows just copying the compiled files to the final image without the intermediate layers. Reduces...

When using an empty string in a context variable, I get the error: ``` Error: × Failed to parse recipe Error: × expected a scalar value. ╭─[recipe/recipe.yaml:7:8] 6 │ #...