Jonathan de Jong
Jonathan de Jong
I got TFF that the user had an error inbetween [these](https://github.com/mormaer/Mlem/blob/c3a4d7a885bb54b702efce241fd61d01d2bc664d/Mlem/Views/Tabs/Posts/Components/Post/Components/Instance%20and%20Community%20List/Add%20Account%20View.swift#L217-L234) lines, where `hasSuccessfulyConnectedToEndpoint` would show a "successfully logged in" message, but `getUserID` failed, likely due to a network issue....
This may be a Lemmy bug
Taking a look at the current defeds across Lemmy, I think that it's worth considering to look at "multi-account feeds", something that is able to stitch together feeds from multiple...
Currently I see that beehaw.org is defederating with a lot of instances. That's understandable, but when I tried searching for communities on instances my current server had blocked, I didn't...
While clamping the versions of lemmy should also be guided by a policy we should setup at a later time, we should also explicitly, in the app, look at the...
*This is vaguely related to https://github.com/ipfs/ipfs-desktop/issues/2385, in terms of bettering the pinning UX* When I'm pinning something in IPFS, im throwing the CID at a black box, which stays silent...
This is a feature request for IPFS Desktop as I currently see this problem; Pinning something falls either under three different "time scales". The first is that the file is...
### Share your bug report, feature request, or comment. Right now, the rate-limiter is way too strict for some chat usage, and can get very annoying/in-the-way. Its not configurable, as...
**What happened**: ``` ➜ ~ kubectl krew install ingress-nginx Adding "default" plugin index from https://github.com/kubernetes-sigs/krew-index.git. Updated the local copy of plugin index. Installing plugin: ingress-nginx W1208 14:11:58.733846 25803 install.go:164] failed...
JS/HTML: ```html function add(data) { var d = document.getElementById("console"); d.innerText = d.innerText + "\n" + data; } ``` ```go var wv webview.WebView func L(text string) { wv.Eval("add(\"" + strings.TrimSpace(text) +...