Cameron Eldridge

Results 19 comments of Cameron Eldridge

Generating these stylesheets could probably be done in any language, as a separate script rather than part of `syncat` program itself... but still requires learning how nvim does its queries...

https://github.com/foxfriends/syncat-themes?tab=readme-ov-file#creating-themes I believe the most comprehensive documentation for syncat themes is in there^

> Was there a good reason to have a bespoke solution? not particularly, syncat was just something to build for fun. more fun to build something than to read docs...

as of the recent change, pulldown cmark supports parsing this. i'll just have to render it properly

Oh nice! I was not aware that supported long strings (maybe something to add to the manual). This only seems to get halfway there though; it does show the whole...

Personally I find the possibility of comments becoming located in two different positions in the same output kind of inconsistent and hard to read, no matter how it is formatted....

The error when attempting to use `graphile-migrate` without providing a certificate: ``` Error: self-signed certificate in certificate chain at /home/.../node_modules/pg-pool/index.js:45:11 at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async withClient (/home/.../node_modules/graphile-migrate/dist/pgReal.js:79:26) at async _migrate...

My solution... I switched to drizzle-kit for migrations instead sorry. I forget if this was the only issue (it was very much blocking my ability to go to prod) or...

This one is the one I've been most impressed by though, if it gets more active development again I would like to return :)