-
I like being able to start a project with a simple `hatch new` command. But is it possible to add or alter functionality, for example via a plugin? Maybe the intention is that `hatch new` should only …
-
In the Readme, you have this line...
```
Download the Python OS/X support package, and extract it. This will give you two frameworks.
OpenSSL.framework
Python.framework
```
When I download …
-
https://github.com/ansible-community/molecule-ec2/blob/08e1e57bff0d77e8100570e6d9b782171e831dc2/molecule_ec2/cookiecutter/%7B%7Bcookiecutter.molecule_directory%7D%7D/%7B%7Bcookiecutter.scenario_name%7…
-
As of now, project domain name is determined at the initial, scaffolding stage only, for it to then be hard-coded into numerous files, -- it might take quite some time to accurately update all the occ…
-
If I understand correctly I'm covering all the conditions specified [here](https://github.com/peter-evans/enable-pull-request-automerge#conditions), but I might me wrong cause I'm quite a noob 😋. Woul…
-
Hi! I've been working on a plugin for python-lsp-server. I used the cookiecutter template, which helped, but I have found it challenging to figure out how to work with the hookspecs because they don't…
-
In the tests there is an
```typescript
import {
ExampleModel, ExampleView
} from '../../src/'
```
But there is no definition of those types in the code base
-
and update the README to include the (manual) steps below, and notes about which configuration files should be changed if the classes in the schema change.
- would have to edit the paths in `main.js`…
-
Running a single test inside a container gives me a little more overhead then I would like. Therefore I'm using python locally and leveraging docker for all the external services like `redis` and `pos…
-
The [REUSE specifications](https://reuse.software) are a suggestion coming from FSFE to make code licensing information explicit and easier to apply. They build upon [SPDX Tags](https://spdx.org/) to …