雪猫
雪猫
How about step instead of command? ``` steps: - exit: success() if: failure() ``` ``` steps: - exit: failure() if: steps.step1.outputs.count > 0 ```
Indeed. Deleted.
How about adding rule to `m` tag? It can be filtered by `#m`. `m` tag MUST be lower case. The allow-list is essentially the same between kind and `m` tag...
I just created [Notestr](https://github.com/SnowCait/notestr) for private notes (PoC). The flow is [here](https://gist.github.com/SnowCait/33f59ef20bae0c075b7c9cf51766dca7#file-privateaccountpossibility-md). You can try it at https://notestr.pages.dev/example which allows your followees to read your private notes (through ephemeral events...
Adding both `k` tag and `p` tag to kind 10000 makes it complex and will break existing clients. Expanding `k` tag to be able to contain pubkey would cause conflicts...
I see. If `` is free input, multiple events will be created for a kind. It makes clients complex to use kind mute sets. If `` is same as ``,...
Implemented in [nostter](https://github.com/SnowCait/nostter) and [lumilumi](https://github.com/TsukemonoGit/lumilumi).
Thank you! I'll keep an eye on it for a while.
I've never seen deleted error these days🎉 Thanks again!
Home: #1352, #1353