Danylo

Results 9 issues of Danylo

With https://github.com/girlbossceo/conduwuit/commit/649e9da1f8f6404123f240af99cd801a7d16ed3a and release of v0.4.5 I can no longer run aarch64 executables and OCI images from the release page. Even Raspberry 4 does not support Arm8.2, so this change...

enhancement

I setup a multilingual site, but accessing `http://localhost:1990/uk-UA` crashes zine. I don't think there's anything particular about my setup, I followed the docs, and created two identical folders `contents/en-GB` and...

Running fzf with `WithNoLimit(false)` and then with `WithNoLimit(true)` breaks toggling, that is, the program no longer responds to TAB key. Running fzf twice with `WithNoLimit(true)` does not break toggle input....

See https://docs.joinmastodon.org/methods/streaming/#streams. Mastodon supports more timelines(for example `user:notification`) than provided: ```rust async fn user_streaming(&self) -> Box; async fn public_streaming(&self) -> Box; async fn local_streaming(&self) -> Box; async fn direct_streaming(&self) ->...

`rel="me"` attribute can be used for verification, for instance Mastodon uses such check to display a green check mark on links in user's profile. ```html ⁂ Fediverse ``` It would...

I believe when hash map grows pointers become invalid. Function `fetch` accepts the hashmap but later map mutation occurs, invalidating pointers. https://github.com/nix-community/zon2nix/blob/2360e358c2107860dadd340f88b25d260b538188/src/fetch.zig#L28 `parse` puts to map and is called inside...

In #597 I accidentally fixed another issue, where hidden window stopped receiving events (or something). Replacing animated spinner with some static widget results in a hang on window hide action....

**Is your feature request related to a problem? Please describe.** I use `treefmt.withConfig` from nixpkgs and it generates a wrapper like `treefmt --config-file /nix/store/vykk3qvdjrnmvgp4pmw4jy2kdb8321fm-treefmt.toml`. **Describe the solution you'd like** I'd...

enhancement