Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | flake: update input for ghc 9.2 | pacien | 2022-12-01 |
| | |||
* | viewer/build: use poll-based live reload in sandbox | pacien | 2022-11-19 |
| | | | | Continuing to use a watch-based approach by default elsewhere. | ||
* | flake/sandbox: increase allocated resources for viewer build | pacien | 2022-11-19 |
| | |||
* | flake: update flaky-utils, use tools argument | pacien | 2022-11-15 |
| | |||
* | flake: avoid making a new pkgs instance | pacien | 2022-11-13 |
| | |||
* | flake: update flaky-utils, use single pkgs instance | pacien | 2022-11-13 |
| | |||
* | flake: add devshell and VM sandbox | pacien | 2022-11-12 |
| | |||
* | compiler: fix support for non-utf8 terminals | pacien | 2022-10-30 |
| | | | | | | | | | | | | | | | | The compiler echoes the names of the files being processed. Those file names may contain UTF-8 characters. However, some consoles may not support those. This is notably the case of the Windows CMD or on Linux with the legacy C locale. This caused the following error: ldgallery: <stdout>: commitBuffer: invalid argument (invalid character) This patch adds automatic transliteration when a non-UTF8 terminal is detected, so that neither the compiler or the terminal crash due to UTF8 characters. GitHub: closes #341 | ||
* | flake: add example as a package | pacien | 2022-10-26 |
| | | | | | | | | | | | | This allows quickly testing compiling the example gallery with a given version of ldgallery. For example: ```sh nix build github:ldgallery/ldgallery?rev=commithash#example -o result python -m http.server --directory result ``` GitHub: closes #339 | ||
* | project: set new version for release 2.1 | pacien | 2022-09-04 |
| | |||
* | flake: add useful commands to readme | pacien | 2022-09-04 |
| | |||
* | project: add nix flake | pacien | 2022-09-03 |
GitHub: related to #285 |