Jonas Zohren
Jonas Zohren
**Is your feature request related to a problem? Please describe.** HedgeDoc is great for editing markdown, but often enough the actual markdown file should be versioned in a git repository....
I do have some full-text RSS feeds where all the content is already provided via RSS so that I don't need their corresponding websites downloaded (fefes blog, netzpolitik.org, etc.). It...
It would be great if the app could optionally automatically start caching new articles as they get synced from the nextcloud. The option to only do that on wifi networks...
A bit hard to describe, so here is some code to show it: This is my component (let's call it `ResolutionSelector`) which wraps `AutoComplete` ```svelte import AutoComplete from 'simple-svelte-autocomplete'; async...
At the moment, the bot just outputs the keys from the raw JSON API objects. this looks like this: ``` ┊ ├ first_name: Jonas ┊ ├ last_name: Fowl ``` Is...
Todo for me: - Host stable code at t.me/GetIDsBot - Host unstable code at t.me/GetIDsDebugBot
In https://github.com/algorithmica-org/algorithmica/blob/master/content/english/hpc/pipelining/hazards.md?plain=1#L15 you wrote: > The only way to resolve a hazard is to have a pipeline stall [...] Though at least data hazards can often be resolved by using...
TL;DR: Pre-build binaries are glibc-incompatible with uberspace, guide broken. Previously, Conduit was available as a statically linked binary, so it also worked here. Due to static compilation ~~misery~~ complications, I...
Upon trying to write a OneClickApp for https://conduit.rs I ran into the following error:  The variable ```yaml - id: '$$cap_conduit_trusted_servers' label: Trusted servers defaultValue: '["matrix.org"]' description: "List of servers...