Jonathan de Jong

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

bug
TestFlight Feedback

This may be a Lemmy bug

bug
TestFlight Feedback

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

enhancement

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

enhancement

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

enhancement

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

kind/discussion
P2

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

kind/discussion
P2
kind/enhancement
topic/design-ux
need/analysis
need/maintainers-input
need/community-input
exp/wizard
effort/weeks

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

chat
backlog
API
admin
go backend

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

kind/bug
needs-triage
needs-priority

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

possibly stale