DarkCat09 · he/him
DarkCat09 pushed to main at DarkCat09/dc09rs 2025-02-07 20:48:24 +03:00
a1ad036fa9 refactor: rename content source dir
b30cfd810a chore: add test for standalone image/link
Compare 2 commits »
DarkCat09 commented on issue DarkCat09/dc09rs#6 2025-02-07 20:45:33 +03:00
Tables in gemtext...

Honestly rendering tables in gemtext is overall a bad idea

DarkCat09 opened issue DarkCat09/dc09rs#6 2025-02-07 20:44:32 +03:00
Tables in gemtext...
DarkCat09 opened issue DarkCat09/dc09rs#5 2025-02-07 20:30:51 +03:00
Code syntax highlighting
DarkCat09 opened issue DarkCat09/dc09rs#4 2025-02-07 20:29:53 +03:00
Implement tags, collect metadata from markdown
DarkCat09 opened issue DarkCat09/dc09rs#3 2025-02-07 20:28:16 +03:00
Footnotes
DarkCat09 opened issue DarkCat09/dc09rs#2 2025-02-07 20:27:44 +03:00
Render inline images as img
DarkCat09 opened issue DarkCat09/dc09rs#1 2025-02-07 20:26:35 +03:00
Render standalone images and links in one line
DarkCat09 pushed to main at DarkCat09/dc09rs 2025-02-07 20:12:16 +03:00
88ddd4608e fix: unclosed headings in html
91ed65439c chore: more tests in sample source
0b98ae0079 fix: images
7045fb8625 chore(deps): update, remove css minifier for now
Compare 4 commits »
DarkCat09 pushed to main at DarkCat09/docker-openj9-piped 2025-01-28 17:21:45 +03:00
246738cbc3 split docker compose configs
e86f7c23bf add compose for piped
4f834b1a2c add piped dockerfile
0025a3a84e feat: verify with java --version
22ef423c5d limit jre modules list to save some space
DarkCat09 created branch main in DarkCat09/docker-openj9-piped 2025-01-28 17:21:45 +03:00
DarkCat09 created repository DarkCat09/docker-openj9-piped 2025-01-27 13:18:03 +03:00
DarkCat09 pushed to custom-parser at iotishnik/server 2025-01-17 19:36:08 +03:00
1559122219 refactor: remove bstr
DarkCat09 commented on pull request iotishnik/server#23 2025-01-12 17:06:52 +03:00
WIP: custom #ingest#protocol parser

// из обсуждения в телеграме: я предлагал вариант с чтением напрямую из impl AsyncReadExt, но Даня верно заметил, что…

DarkCat09 commented on pull request iotishnik/server#23 2025-01-12 17:05:16 +03:00
WIP: custom #ingest#protocol parser

Как это будет в коде тцп-сервера? По-моему ты там всё равно будешь читать из потока до ## и передавать вот…

DarkCat09 commented on pull request iotishnik/server#23 2025-01-12 17:03:54 +03:00
WIP: custom #ingest#protocol parser

Ага. Ну и лишние проверки при текущей логике парсера мака будут выглядеть некрасиво

DarkCat09 commented on pull request iotishnik/server#23 2025-01-12 17:02:41 +03:00
WIP: custom #ingest#protocol parser

А, я это вообще не заметил, исправил только чтоб компилялось

DarkCat09 commented on pull request iotishnik/server#23 2025-01-10 21:42:06 +03:00
WIP: custom #ingest#protocol parser

Во многих местах .context() выглядит громоздко. @nm17, можно как в thiserror просто конвертить в енум ошибки? В доках…

DarkCat09 commented on pull request iotishnik/server#23 2025-01-10 21:40:44 +03:00
WIP: custom #ingest#protocol parser

Бтв парсинг мак-адреса сделан без библиотеки hex (см. последний коммит, успешно прое-ался с битовым сдвигом,…

DarkCat09 commented on pull request iotishnik/server#23 2025-01-10 21:38:40 +03:00
WIP: custom #ingest#protocol parser

Это плохой код, не делайте так