Norwin
Norwin
Pandoc for some reason [accepts `...`](https://pandoc.org/MANUAL.html#extension-yaml_metadata_block) as a yaml frontmatter separator, and people [actually use this](https://github.com/go-gitea/gitea/issues/19061#issuecomment-1066706357).
The dependency [github.com/alecthomas/chroma](https://github.com/alecthomas/chroma) increases compiled binary size (on linux/amd64) by a whopping 5 MB. As syntax highlighting hardly can be considered a core feature, glamour would ideally allow to optionally...
given something like `[email protected]:gitea/tea`, glamour outputs the following: ``` [email protected] mailto:[email protected]:gitea/tea.git ```
is it possible to use this component with plain javascript? the example from readme "Browser" does not work in chromium 53: ``` exports is not defined ```
### Description This could very well be a git bug: I have a dangling mirror sync task that's stuck since 6 hours at 100% cpu usage 🤔  My git...
This increases the default value for listings of issues, projects and milestones to 20, for better UX and consistency with other listings. For reference, GH uses 25 and 30 items...
Previously, the search input was on a dedicated search page, being rather unwieldy. - [x] ~~depends on https://gitea.com/gitea/theme/pulls/112~~ | small | medium | large | |-|-|-| | |  |...
Makes the vscode clone link respect the clone URL that's also used for the clone buttons closes #20554
Each piece of code is uniquely addressable via a URI: ```js `${protocol}${gitea_host}/${repo_slug}/src/commit/${commit_sha}/${tree_path}#L${line_number_a}-${line_number_b}` ``` It would be nice to have a context menu entry to copy or open this URL in...
Thanks for the amazing utility! It would nice to be able to scale an object via a resulting size, not via a scale factor. Something like `./obj-magic -O --scale-tox 1.0...