Jonas Zohren

Results 17 issues of 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....

type: feature
priority: medium
scope: CLI
feature:export

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

enhancement

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

enhancement

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

Some long admins names are cut off strangely. Fix that.

bug

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

enhancement
discussion

Todo for me: - Host stable code at t.me/GetIDsBot - Host unstable code at t.me/GetIDsDebugBot

enhancement
todo

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

broken-guide

Upon trying to write a OneClickApp for https://conduit.rs I ran into the following error: ![image](https://user-images.githubusercontent.com/15788906/184732566-c033074e-7639-406c-abae-14204c7931d8.png) The variable ```yaml - id: '$$cap_conduit_trusted_servers' label: Trusted servers defaultValue: '["matrix.org"]' description: "List of servers...