Pierre Spring

Results 23 issues of Pierre Spring

Would you still recommend inuitcss as a starting point for ITCSS?

**Describe the bug** When running `bundle exec jekyll build` in a V1 project, I get the following error: ``` Liquid Exception: Could not locate the included file 'experience.html' ``` **To...

When trying to mount the `config_dir` I run into permission issues. I am in no way a Docker expert, and usually rely on linuxserver.io images on our homeserver, e.g. [hedgedoc](https://hub.docker.com/r/linuxserver/hedgedoc)....

enhancement

Given the following folder structure and config: ``` $ ls "foo bar" foo_bar foobar $ echo $FZF_COMPLETE 0 ``` I would expect `fzf` to be triggered when using the TAB...

After changing the value of `Layout > Note Font` to something else, I can not go back to `.AppleSystemUIFont`. I this possible?

It would be helpful to know the hardware requirements for ZZT. RAM, CPU, graphics and sound cards.

For example: ```ts type HSX = [number, number, number]; /** * function hsv2hsl * @param h {Number} hue value 0...360 * @param s {Number} saturation 0...1 * @param v {Number}...

As of now, these are the contents of the package: ``` fettepalette ├── .eslintrc ├── .github │ └── workflows │ └── main.yml ├── LICENSE ├── README.md ├── dist │ ├──...

Add the following to the `.gitignore` file and remove the files from the repository: ``` dist ```

There are some ` `s in the `README.md`. These ` ` in the `.md` file tend to break some Markdown parsers. Here is an example of how `VS Code` parses the text:...