Sandro Stikić
Sandro Stikić
You haven't specified a license for your project. Until one is specified, it's legally murky for me to use vue-fit-text. https://choosealicense.com
### Steps to reproduce - Open Firefox in a new profile - Install Sidebery - Enable tab previews via popups - Hover over a tab ### Actual behavior - The...
Hi there, This PR adds support for comments via [utterances](https://utteranc.es). # Demo 
Hi there, This PR adds [Mastodon verification](https://docs.joinmastodon.org/user/profile/#verification) support.
Hi there, This PR does what it says on the tin. It lets you link to relative files easily: ``` {{ figure(src="xkcd-234.png", caption="[Escape artist](https://www.xkcd.com/234)") }} ```
Hi there, I don't like installing tools globally (because it's far too easy to lose track of project dependencies) and prefer to use Nix flakes to keep everything self-contained. A...
# Bug Report For some reason, `page.colocated_path` evaluates to the path as if `page.path` wasn't set. Here's the [relevant page](https://github.com/opeik/website/blob/bug/content/pages/wtf-8/index.md?plain=1): ```md +++ title = "wtf-8" path = "wtf-8" +++ {{...
Hi there, I'm trying to use interfaces to work around duplicate Go types being generated for the same GQL types when they're used in different queries. Something like this: ```go...