-
### Steps to Reproduce
```shell
# generate a python project from template
cargo generate gh:x-pt/template template/py
cd
rye init
```
### Expected Result
`rye init` can be successful in a e…
pplmx updated
7 months ago
-
I want to propose working on a "code style" for *typ files (templates, packages, etc). The code style should set conventions such as (freely made up examples): function names should always be lower ca…
-
## Introduction
Tracking ticket for discussion about
"Moreover, we should move away from using setup.py and make all Kedro starters use only pyproject.toml and setup.cfg, since this is how the …
-
### 🔍 Before submitting the issue
- [X] I have searched among the existing issues
- [X] I am using a Python virtual environment
### 🐞 Description of the bug
From [`src/ansys/templates/python…
-
Hi Team,
I am trying to call rest api to run a pipeline with multiple custom component. I could not find any example for the same in the hayhook repository. It will be helpful if some examples are …
-
## Describe the bug
After following the docs for boilerplate setup I am getting an error:
`error: missing required argument 'id'`
## Expected behavior
Correct boilerplate setup
…
-
## Description
Currently, we expose an entry point to packaged projects that corresponds to `cookiecutter.repo_name`. This is done by `src/setup.py` in our project template and starters:
```
ent…
-
I'm building a python project that includes jinja templates and css files. Unfortunately it seems like the dream2nix pip module doesn't support [setuptools package-data](https://setuptools.pypa.io/en/…
-
### What is the bug or the crash?
The welcome page shows only the name of project templates, no preview/thumbnail image and no information about the used coordinate reference system.
### Steps to re…
-
### Duplicate Check
- [X] I have searched the [opened issues](https://github.com/flet-dev/flet/issues) and there are no duplicates
### Describe the bug
When packaging an app using `flet build…