Ms. Molly Stewart-Gallus

Results 11 comments of Ms. Molly Stewart-Gallus

I tried fixing the test suite but I have an old version of Ruby so I can't fully test the test suite. In the meanwhile I'll work on using Automake's...

Edit: don't mistake my enthusiasm for saying you *Must* do this. I just really really like/hate this particular subject. Also a link back to where I came from https://twitter.com/evincarofautumn/status/1362089922153259016 ....

@jameshaydon Grats. Glad you found it interesting even if you choose not to use pointful notation. I have my own personal reasons for investigating this stuff but it is a...

Huh cool. Yeah `Hom c (a + b) (Hom c a, Hom c b)` is an isomorphism. You'd see in pseud-haskell Haskell as. ``` class Category k => HasSums k...

So I looked into this in more detail. Apparently VOGL uses the obsolete Khronos spec files instead of the more modern XML registry. However, the EGL functions aren't available under...

Then isn't your kernel insecure and should be upgraded immediately‽

Can't this be done by `chroot`ing or `pivot_root`ing into an unlinked directory that was created inside a mounted tmpfs? I'm thinking something like this. ``` C #define _GNU_SOURCE #include #include...

I've been trying to figure this out too. FWIW I think the problem is really more to do with WebPack than Gatsby. A workaround to avoid WebPack hooking `import` might...

That is a harder issue to figure out than I thought initially. I would suggest that this kind of config loading might be better handled by Pagefind UI and the...

It occurs to me this sort of thing might be a nice use for import maps and JSON imports although these would require a polyfill. 1. Polyfill import maps and...