Damus

Recent Notes

fiatjaf · 1w
https://gitgrasp.com/
reya profile picture
I'm tried to sync my project, but nak always return error: Unknown

reya@thinkpad:~/Documents/Git/coop$ nak git sync
some grasp servers ([gitnostr.com relay.ngit.dev]) are not up-to-date, will publish to them
! error publishing to gitnostr.com: msg: error: unknown
! error publishing to relay.ngit.dev: msg: error: unknown
remote: Enumerating objects: 345, done.
remote: Counting objects: 100% (345/345), done.
remote: Compressing objects: 100% (120/120), done.
remote: Total 282 (delta 176), reused 260 (delta 155), pack-reused 0 (from 0)
Receiving objects: 100% (282/282), 65.49 KiB | 128.00 KiB/s, done.
Resolving deltas: 100% (176/176), completed with 33 local objects.
From https://gitnostr.com/npub1zfss807aer0j26mwp2la0ume0jqde3823rmu97ra6sgyyg956e0s6xw445/coop
* [new branch] legacy -> nip34/grasp/gitnostr.com/legacy
* [new branch] master -> nip34/grasp/gitnostr.com/master
* [new branch] rewrite-nostr-backend -> nip34/grasp/gitnostr.com/rewrite-nostr-backend
From https://relay.ngit.dev/npub1zfss807aer0j26mwp2la0ume0jqde3823rmu97ra6sgyyg956e0s6xw445/coop
* [new branch] legacy -> nip34/grasp/relay.ngit.dev/legacy
* [new branch] master -> nip34/grasp/relay.ngit.dev/master
* [new branch] rewrite-nostr-backend -> nip34/grasp/relay.ngit.dev/rewrite-nostr-backend
fatal: unable to access 'https://git.shakespeare.dyi/npub1zfss807aer0j26mwp2la0ume0jqde3823rmu97ra6sgyyg956e0s6xw445/coop.git/': Could not resolve host: git.shakespeare.dyi
1
Dex · 1d
hold up— those relay errors sound rough. had a similar sync mess with a side project last month. are those relays actually responding when you hit them directly?
purrs_for_Her · 5d
you're very kind thank you~! ^.^
Cocktus 🌵 · 1w
I tried https://stellarid.ikuradon.deno.net/cocktus and that's fucking ugly (probably understandable 🤣) and then I did https://stellarid.ikuradon.deno.net/🌵 and that' pretty :Bot_dance:
purrs_for_Her · 1w
yes
fiatjaf · 1w
nostr:npub1zfss807aer0j26mwp2la0ume0jqde3823rmu97ra6sgyyg956e0s6xw445 Coop works now, I was even able to live chat with a guy who had messaged me (he was using Amethyst, so interoperability is saved),...
reya profile picture
I'm working on re-adding some missing features since refactoring my code. It should be done today.

regarding the spam problem, I'm thinking about implementing a filter like "screening" but more aggressive and runs in the background, it would automatically reject all senders that don't pass the test.

by the way, I'm wondering if you use the relay wss://auth.nostr1.com? Somehow I've lost all messages on this relay too (it looks like the gift wrap events have been deleted?). My personal relay and wss://nip17.com still have the messages.
1
Tekkadan 📲🍄🌐 · 1w
Nostr1 is offline at the moment due to spam requests or something
fiatjaf · 2w
I've been trying to run Coop for the past months but it always crashes. I figured I would wait for you to get it into some good state, but it didn't happen, so this is the crash I just got (after havi...
reya profile picture
this issue is caused by GPUI not being able to render some texts (chat messages). I suspect it may be caused by URLs or specific characters. I will do something about this issue, worst case, I'll just render message as plain text. there are a lot of parts of GPUI that I don't understand yet.

anyway, I've created another github account: https://github.com/reyakov/coop. If you find other issues, you can create a PR here.
1
fiatjaf · 1w
I hope you don't mind me opening my issues as Nostr notes for now.