Acidus

Results 25 comments of Acidus

I encountered a similar issue when building the HTML to gemtext logic of Gemipedia. Instead of just outputting the raw gemtext, or using a simple buffer, I built a special...

Thanks for the note about custom operations. I had looked at those. The challenge I have is that when I fetch and parse a webpage, based on what metadata I...

For what it's worth, Kokatu article pages don't render if JavaScript is turned off. You can try it using the submitted URL. Disable JavaScript on your browser (I tested both...

+1 for simple Animated GIF support, though I get not wanting to add more code in. Perhaps a nice compromise would be to add text to the mime-type/sizing that says...

yeah, its crazy. I documented some of the weirdness like this here: gemini://gemi.dev/weird.gmi I suspect list lines require a space (e.g. `* foo`) so that lines that maybe have markdown...

Here is another capsule which gives the same Handshake error: gemini://ibannieto.info/stuff/links.gmi Interestingly enough the Certificate/TLS settings are very different: ``` openssl s_client -connect ibannieto.info:1965 CONNECTED(00000005) depth=2 C = US, O...

I suggest ensuring that you are using the latest version of whatever TLS library you. Also check the documentation to see if you need to do certain things to enable...

as a bonus, this might help you resolve: https://github.com/makeworld-the-better-one/md2gemini/issues/24

I opened PR47 which implements option 2: https://github.com/makeworld-the-better-one/md2gemini/pull/47