why some links don't work in homebrew apps?
https://lemmy.world/post/31907003
why some links don't work in homebrew apps? - Lemmy.World
hello. 2 days ago i bought an old 2ds (already homebrewed). and yesterday my
console stopped allow to use links to themeplasa, universal ub and other links
to homebrew services. netpass links also dont work now. what i need to do? i
already did mintyfresh…
can someone give me a coda what handles lemmy markdown?
https://lemmy.world/post/25351093
can someone give me a code what handles lemmy markdown? - Lemmy.World
Lemmy
how to upload image? (lemmy fetch api)
https://lemmy.world/post/25129991
how to upload image? (lemmy fetch api) - Lemmy.World
yup. me again…
client [https://github.com/lgor360/oldemmi/blob/dev/settings.html#L175-L202]
proxy server (for cors)
[https://github.com/lgor360/oldemmi/blob/main/api/form.js]
how to get local posts and posts from subscribed communities? (lemmy fetch api)
https://lemmy.world/post/25022200
how to get local posts and posts from subscribed communities? (lemmy fetch api) - Lemmy.World
Lemmy
if u can create something from nothing what it would be? (u can create something once)
https://lemmy.world/post/24787902
if u can create something from nothing what it would be? (u can create something once) - Lemmy.World
Lemmy

vector cat (igor360) - Lemmy.World
artist: me
gallary: i havent gallary :(
news about oldemmi: IT WILL BE DONE SOON!🎉🎉🎉
https://lemmy.world/post/24506707

news about oldemmi: IT WILL BE DONE SOON!🎉🎉🎉 (oldemmi is a lemmy client by me) - Lemmy.World
oldemmi in github [https://github.com/lgor360/oldemmi]
but now look at the oldemmi in oldemmi
[https://oldemmi.vercel.app/community?server=lemmy.world&community=oldemmi]
can i add lemmy-api-client to my webpage (yes. me again.)
https://lemmy.world/post/24201083
can i add lemmy-api-client to my webpage (yes. me again.) - Lemmy.World
hello. I recently asked here for help with Lemmy HTTP API and someone said “why
don’t you use lemmy-js-client?”. i tried to add it and… first i searched the
internet about this library and it turns out that it is an npm library… (I have
github pages) i searched different variations of the library and found a cdn
version of it. i tried to add it. it was a hell of a torture… i added it the way
I add cdn libraries, nothing. i searched all over the internet, but found null.
i even asked chatgpt! to no avail. the library (and everything I tried to get
out of it) turned into undefined! what am I supposed to do?
help me with /user backend! (lemmy api v3)
https://lemmy.world/post/24164915
help me with /user backend! (lemmy api v3) - Lemmy.World
hello! im developing lemmy client (on html5). i tried to do login function but…
when i try to fetch /v3/user backend with auth-token it give me error: json {
"error": "no_id_given" } but why? what im doing wrong? if you want here is my
source file on github [https://github.com/lgor360/oldemmi/blob/main/main.html] (
function: getLoggined() )