-
Per https://yaml.org/faq.html ".yaml" should be used when possible.
Only older versions of windows would restrict extension to 3 letters like .yml
Reasoning being, some stuff does not like .yml …
-
Hi,
first, thanks for supporting this project.
Our backstage setup use a `catalog.yaml` file stores in our git repos (gitlab).
I'm working on some tooling to generate/maintain this yaml file.
…
-
We've had a few requests for yaml and .js configuration files:
https://github.com/bcoe/c8/issues/425
https://github.com/bcoe/c8/issues/420
---
One issue with .yaml is that the available yaml…
bcoe updated
3 months ago
-
I have two services
1. UI
2. API
I am using the specmatic proxy server on the API and then pointing my UI to the proxy.
Now I manually go to some pages on my UI do some CRUDs, when I press CN…
-
Hi there. Great extension!
I've noticed that .yml files are not recognised as YAML files. .yml is a valid alternative to .yaml and is commonly used. Would you be able to add this?
-
Hi there! thanks for open sourcing this work.
I want to run the APD experiments to see what a bunch of different GAN samples look like.
So if I understand this right, I want to use `train_new.py` …
neale updated
6 years ago
-
This is probably more a stylistic thing but if you have a yaml file
```yaml
%YAML 1.2
# yaml-language-server: $schema=https://json.schemastore.org/pre-commit-config.json
---
default_install_hoo…
-
### TFT Version
_No response_
### Firmware Version
_No response_
### Blueprint Version
_No response_
### Panel Model
EU
### What is the bug?
during compile I have error:
Microsoft Windows [V…
-
### Before proceeding
- [X] I didn't find a similar [issue](https://github.com/werf/werf/issues)
### Problem
The project maintains the value of the application version. The value can be read from a…
-
Add to `.pre-commit-config.yaml` to enforce that:
```
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.13.0
hooks:
- id: mypy
files: "src"
```