David McFadzean
David McFadzean
Just fyi I worked around the issue the same way that @monkins1010 did, I renamed all references to the member variable `interface` to `kinterface` to get it to build (windows...
In windows header `combaseapi.h`... ``` #define __STRUCT__ struct #define interface __STRUCT__ ``` I think this only showed up when I disabled all other drivers in configuration... ``` ./configure --enable-keccak --enable-opencl...
Me too. Any work arounds?
Just for the record, instead of using the anchor function I used the API directly, e.g. ``` const getAnchor = await axios.post('http://localhost:3000/operations/', createRequest); const anchor = getAnchor.data; ```
I've run into the same issue. Is there a reason why @nikolockenvitz's fix hasn't been merged?
I understand NIP-23 suggests markdown for the content, but NIP-01 does not prohibit markdown for notes. This should be clarified in NIP-01.
Does everyone consider markdown as "non-plaintext"? If not, we might need some clarification here.
> The consensus from a while back was that markdown is fine insofar as it is also plaintext. Do you have a link to that discussion?
Markdown appears to be on the [roadmap](https://github.com/irislib/faq#markdown) for https://iris.to/
> Relevant [jonathanleger/nostrgram#1](https://github.com/jonathanleger/nostrgram/issues/1) In that case, I think NIP-01 needs clarification because one of the main selling points of markdown is that it is a plaintext format.