pihentagy

Results 23 issues of pihentagy

Wrong value for `--ct-header-height`, For me, the header is huge, the offending setting seems to be ``` --ct-header-height: 50px; ``` However, the computed height of the selected element is 120px...

Although I like famfamfam icons, but maybe because of their small size, the UI is hard to navigate (it is hard to position your cursor to the desired feature).

* When the login page loads the focus should be on username * When creating a new node, the focus should be in the title / body * There should...

Given the following typescript file: ```ts interface A { a: string; } interface B { b: string; } export type C = A & B; ``` typeconv produces the following...

Eg. when trying to save [this page](https://bluxte.net/musings/2018/04/10/go-good-bad-ugly/#mutability-and-channels-race-conditions-made-easy). Code blocks are properly placed in `` so it should work.

Having the following doc: ``` Usage: $0 encrypt -w -o $0 decrypt -w -o ``` I'd like to be able to use encrypt where the order of the options are...

When extracting note from the subfolder, the extracted node should also be in that subfolder.

I'd like to have a setting to create new pages with a `.md` extension.

Version: Deno 1.40.4 Even when you abort the server with a signal, it resolves: ``` const ac = new AbortController(); const server = Deno.serve({signal: ac.signal}, function (req) { setTimeout(()=>ac.abort(), 0);...

bug
ext/http

Hi! Could you summarize some key differences (how to migrate, what to watch out, what is missing in myzod, which is possible in zod) if someone tries to switch from...