Doug Hoyte

Results 217 comments of Doug Hoyte

Ahh sorry, I should write better docs for this. I think you need to update submodules: git submodule update make setup-golpe You'll also need to install a new package: `apt...

I believe that error is being thrown because the sub-sub-module inside `golpe/external/rasgueadb/` is out of date. I would've expected the `make setup-golpe` to update that. Can you try cloning a...

I was just reviewing @mmalmi 's [pull request to strfry](https://github.com/hoytech/strfry/pull/99) for this feature and have some thoughts: * Yes, it might be useful to be able to stream just the...

I think it would be OK to just return the ID in the `EVENT` reply instead of the full JSON: Only clients that specifically requested `ids_only` would get the raw...

@monlovesmango - Ooooh yes, great point about `limit`: This is really something that should be at the `REQ` level, not per-filter. And yeah, `COUNT` too, I think (ie you could...

I agree with @ondra-novak that protocol handshakes are generally useful. I have built several protocols before that did not have handshakes and later on had to add them. NIP-11 for...

Currently this is not possible. I will look into adding an "append-only" feature for archival relays. Note that delete events aren't the only way events can be removed: There are...

Good point! None of my applications use `MDB_RESERVE` so I haven't had a need to solve this yet. I think I would favour being explicit about this and adding a...

Hi! Yes, these are good suggestions. I don't think it makes sense to code these policies directly into strfry. However, I believe this can all be implemented externally, using a...

Hi! I'm not really sure about what would be necessary for this. Probably your best bet is to start a conversation in the NIPs repository.