Norwin

Results 48 issues of 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 ```

bug
renderer

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 🤔 ![Screenshot_20220804_131405](https://user-images.githubusercontent.com/7880552/182834737-04352d08-735a-4125-a827-c16547849f01.png) My git...

kind/bug

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...

kind/enhancement
lgtm/done
kind/usability

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 | |-|-|-| | ![Screenshot_20220730_140343](https://user-images.githubusercontent.com/7880552/181913773-90a3f0aa-cd75-4ada-bdb1-bf30d1466520.png)| ![Screenshot_20220730_140330](https://user-images.githubusercontent.com/7880552/181913775-60cdbcec-f3ee-4f70-82ec-bbe26cee6392.png) |![Screenshot_20220730_140322](https://user-images.githubusercontent.com/7880552/181913776-65d6cd06-8146-475c-bdd0-de158499083c.png)...

kind/docs
lgtm/done
kind/usability

Makes the vscode clone link respect the clone URL that's also used for the clone buttons closes #20554

kind/enhancement
kind/ui
lgtm/need 2
backport/v1.17

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...

enhancement
good first issue

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...