LangLangBart

Results 18 comments of LangLangBart

Extension to simplify emoji reaction on issues - [gh look](https://github.com/LangLangBart/gh-look/blob/main/gh-look)

### Website https://cli.github.com/manual/gh_help_formatting ### GitHub cli/cli repo Check the comments made by @heaths on ticket #3488

@fingolfin Thats seems like a good idea. Will you make the PR ? ___ Once you have selected your values for your `--json` flag and made them pretty with `--template`,...

Thank you for contributing a solution to my smōl feature request.

The problem is that I can not rename the folder because it is a mod for a game that determines the folder name shema. If I ignore it with `excluded_globs`...

(was about to ask this, thanks for already fixing it :smile: ) The only thing that was irritating was the wait time for large requests. Example: Pulling all the `starredRepositories`...

> `esbuild-node-loader` is deprecated: https://github.com/antfu/esbuild-node-loader I use `tsx`(https://github.com/esbuild-kit/tsx) instead and it works fine for me: > > ```ts > { > "extensions": { > "ts": "module" > }, > "nodeArguments":...

This change correctly displays a codeblock with three backticks in the preview. However, the same issue may arise if a user uses four backticks. ```diff --- a/gui/src/components/markdown/CodeSnippetPreview.tsx +++ b/gui/src/components/markdown/CodeSnippetPreview.tsx @@...

Thanks for investigating and finding a workaround. > The ucal_getHostTimeZone() function was added in ICU version 65 in 2019. - the `icu` version seems to be `64.2.0` on macOS 10.15...

> For convenience, I have a script named `bun` in `~/.local/bin` @usagi-flow. Thanks for the tip. I've attached a Bash script below that includes the build of `libicucore.A.dylib` from Apple's...