Niklas Hambüchen
Niklas Hambüchen
+1 for this. I would like to view docs without access to the Internet. This would help a lot.
@mojavelinux Maybe I'm missing something, but it seems that I can't change where [MathJax is located](https://github.com/asciidoctor/asciidoctor/blob/master/lib/asciidoctor/converter/html5.rb#L130) since `cdn_base` doesn't seem to be overridable by an attribute. Or is it?
> (I thought this was just an inherent issue in timeout, but nh2 at https://old.reddit.com/r/haskell/comments/1ierl0f/myth_and_truth_in_haskell_asynchronous_exceptions/ indicated it might actually be a bug in the network library, so reporting here in...
Technically, `getaddrinfo()` is probably interruptible at least on Linux, where it invokes these sycalls (sorted by name) on my system: ``` bind close connect futex getsockname openat poll read recvmsg...
Aside: I also quickly thought about whether GHC should provide a way to properly kill a whole OS thread with e.g. `pthread_cancel()`. However, after re-reading https://mazzo.li/posts/stopping-linux-threads.html, I am convinced that...
> The function is not even fully thread-safe. What exactly are you referring to, the [`MT-Safe env locale` parts](https://stackoverflow.com/questions/18603648/how-to-deal-with-getaddrinfo-and-thread-safety/52668455#52668455)? I also don't fully understand how/why thread safety would be relevant...
**Edit:** Ignore the below, `no-await-in-loop` is not actually in the recommended eslint config. ## Suggestion to disable disable `no-await-in-loop` by default Today I did an analysis `no-await-in-loop` in our code...
> These descriptions are a bit abstract. Can you add some concrete examples that illustrate these patterns? @nzakas Are they really too abstract? They already contain examples in 2 of...
I have the same problem, but see this: ``` ggml-alloc.c:819: GGML_ASSERT(talloc->buffer_id >= 0) failed ``` It doesn't crash on very short inputs (400 chars), but on e.g. 2800 chars. `ollama...
Aha, it crashes for me this way only on the CPU; if I enable the CUDA GPU, it doesn't crash.