Gary Sassano

Results 76 issues of Gary Sassano

A few things I would like to change for `PythonProject`: - `pyproject.toml` is the new standard configuration file for all projects, completely replacing the old `requirements.txt`. - A new `requiresPython`...

Currently, adjusting the default Python version in a project requires the use of `project.add_dependency`. This approach is not straightforward, complicating the process of setting a specific Python version due to...

Adding a default `Apache-2.0` license to `PythonProject` to align it with `NodeProject`. BREAKING CHANGE: The `PythonProject` now defaults to an `Apache-2.0` license. To use a different license, you must specify...

For GA

Poetry released [v1.8.0](https://github.com/python-poetry/poetry/releases/tag/1.8.0) yesterday, introducing a quite useful `non-package` mode. This new feature allows projects to be managed without defining a traditional package, making the `name` and `version` fields optional...

enhancement

When using a frontmatter, I get the following warning: ![image](https://github.com/DavidAnson/markdownlint/assets/10464497/c4f68a7b-73dc-4a8a-aa0e-1ffd24b39bf2)

question

Removing duplicate content which is part of `MarkdownPostLayout.astro`.

1. You have an existing Astro project 2. You execute `sst init` 3. `astro.config.mjs` gets transformed into a broken state `astro.config.mjs` (before `sst init`) ```astro import { defineConfig } from...

```sh 03:52:22 PM [astro] update /.sst/sst.log 03:52:22 PM [astro] The currently selected adapter `astro-sst` is not compatible with the image service "Sharp". 03:52:22 PM [astro] The adapter astro-sst doesn't support...

### Terraform Core Version 1.8.3 ### AWS Provider Version 5.50.0 ### Affected Resource(s) - `aws_codebuild_project` ### Expected Behavior I expected the AWS Terraform provider to follow the same defaults as...

bug
service/codebuild
needs-triage

When you reach this part of the tutorial: ![image](https://github.com/withastro/docs/assets/10464497/e851127e-77e2-403d-a3a4-6022e80a580e) You will end up with this blog post page being rendered: ![before](https://github.com/withastro/docs/assets/10464497/bf8fdd87-e2be-4bab-867b-7210269dcd16) You may think something isn't working, but you are...

tutorial