Ellis Kenyő

Results 201 comments of Ellis Kenyő

Yep I see the same thing here 😄 I assume Assets.car is some Tahoe thing, `file` portains it to be a `Mac OS X bill of materials (BOM) file`

I've tried the above [here](https://github.com/elken/aoc/blob/master/src/index.clj#L26-L31) which works _perfectly_ with the caveat that the styles are injected twice (the ID is only there so I could quickly verify this issue) ![image](https://github.com/nextjournal/clerk/assets/2872862/77812ed3-a74d-4fb9-954a-3b28b4a6650a)...

That makes sense, however I _was_ passing it in ([reference](https://github.com/elken/emacs/blob/master/lisp/lkn-lsp.el#L100-L104)) and verified the config was being passed in during init. Looking at the file you list, it looks like [it's...

Extremely minor progress on this but I have Boost compiled statically now. I'll drop the other items I was going to look at here to make eg libzip static 🙏...

So Boost is easy, its just a CMake argument, and that's as far as I got with it

We had a session with a few of us the other day and we all had the same feedback that the very long side-scrolling was very awkward and hard to...

Do we want to add documentation to clarify the configuration options for getting `debug` to run?

I've hit this in CI also, specifically setting the `std::locale` in tests fixed one of the emoji tests failing but not this one [Most recent of which](https://github.com/elken/jank/actions/runs/13244111136/job/36966281388)

Huh okay jeaye is right, I've setup the locale and the tests pass now. https://github.com/elken/jank/actions/runs/13245748321/job/36971725739 Incorrectly assumed the image had set a locale by default, I'll look at the macos...

Yep that [fails as expected](https://github.com/elken/jank/actions/runs/13266749466/job/37035986908) on macOS, so when I can work out what locale thing needs adjusting I'll update this issue 😄