heri16
heri16
This issue is still open?
Looking forward to a blog post on this
The below loses numbering due to the if block. ```md 1. First item 1. Second item 1. Third item {#if test } 1. Indented item 1. Indented item {/if} 1....
The part about loose lists here applies? https://github.github.com/gfm/#lists
What would it take to realize this? Maybe another preprocessor to remove `` nodes around if tags?
I have a version of it that already works. It depends on python Async functions not monopolizing or holding up the event loop, by not doing any long blocking operations...
For Option B, The `PyCoro_Check()` function in the Python C-API can quickly determine if a given PyObject is a coroutine. The performance characteristics of this function is generally very good...
Breeze sends a nonce and comment long with the amount to the callback url. There is no guarantee that amount will appear first in the url queryParams. https://github.com/breez/breez/blob/0a99a253ca166cebe1ce01cd8e26181235691be4/account/lnurl.go#L334C2-L334C2
Since relay operators typically republish `kind:10002` notes to other relays, we probably could enhance the User experience by hiding the relay input box if a valid `kind:10002` is found on...
Would there be a feature to swap from the base layer to lightning from the website? To cater to users who don't want to run a lightning node or the...