-
This story will be comprised of the following:
1. Implement basic Lambda function for course progression.
2. Create initial Spring Boot API structure.
3. Implement user authentication.
4. Deve…
-
You get
`PermissionError: [Errno 13] Permission denied: '/beacon/beacon/db/ontologies/UBERON.obo'`
when running
`docker compose --project-directory config/gdi-starter-kit exec beacon python beacon/…
-
### Describe the bug
Creating a workspace from a (repository-hosted) devfile that defines only a starter project will result in `$PROJECT_SOURCE` getting incorrectly set to an implicit project that p…
-
### Checked for duplicates
Yes - I've already checked
### Best Practice Guide Category
Software Lifecycle
### Best practice guide URL
[Python Starter Kit](https://nasa-ammos.github.io/s…
-
## Description
This:
```python
@pytest.fixture
def project_context(config_loader):
return KedroContext(
package_name="my_package_name",
project_path=Path.cwd(),
c…
-
## Description
`uv add ` fails with our default template (projects created with `kedro new --tools`).
(And so do `rye` and `pdm`)
Updated after tech design:
Things to do:
> - There was cons…
-
## Description
I use kedro starter CLI configured by prompt.yml with regex check and I think I found one issue : the user inputs are systematically transformed to lowercase : https://github.com/kedro…
-
When running `npm install` I'm gettin this errors:
`npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tes…
-
# To Reproduce:
```bash
python -m venv .venv
. ./.venv/bin/activate
python -m pip install mypy approvaltests
```
```bash
echo "import approvaltests" > test.py
mypy test.py
```
# Result…
-
## Context
I'm testing lean-cli using starter code, during backtest encounter *** PermissionError: [Errno 13] Permission denied: '/LeanCLI/__pycache__'
### Setup
```bash
# confirm login
x l…