nuǝuuɥǝxᴉnɯ

Results 9 issues of nuǝuuɥǝxᴉnɯ

[Minimal repo](https://github.com/unennhexium/rollup-typescript-paths-issue) to reproduce this issue ### Project Structure ``` / └── project ├── custom │ └── index.ts ├── main.ts ├── package.json // `rollup --config` as `build` script ├── tsconfig.json...

See [this](https://github.com/simonhaenisch/rollup-plugin-typescript-paths/issues/18) issue for details

The selector for `titles` in `page view` has been changed in a similar way to the selector for `titles` in `journal view` ![Untitled-2023-10-12-0503-crop](https://github.com/yoyurec/logseq-awesome-links/assets/50716292/803af4ac-c894-49d8-866e-4be0099c0108) Tested with 0.9.19 version of Logseq

```md --- layout: page title: test --- $$\alpha$$ $$\beta$$ ``` renders to

Trying to build custom font version using the following command: ``` ./script/build.sh --family-name "Fira Code Custom" --weights "Regular,Medium,SemiBold,Bold" --features "cv06,cv12,cv14,ss04,cv18,cv31,ss02,ss09,cv25,cv26,cv32,cv28,ss06,ss07,ss10" ``` ..., which produces the following output: ``` Creating font...

### Command ``` ❯ docker run --rm -v "${PWD}":/opt tonsky/firacode:latest ./script/build.sh --family-name "Fira Code Custom" --weights "Regular,Medium,SemiBold,Bold" ``` ### Output ``` Creating font with family name: Fira Code Custom Generated...

I checked scans, and this typo is there too. It's up on you to judge is it worth to correct or keep this as is.

I have an issue with my custom configuration providing uppercased commit types (`FEAT`, `FIX`, ...). Current version of `conventionalcommit` implementation produces an empty output in case of custom types provided...

I'm trying to paste `target_bin` in the middle of `target_interpreter` command using subshell and xargs approaches: ```shell # subshell sh -c 'mit-scheme --load $0 --eval '((lambda () (main) (exit)))'' #...