Tom McLaughlin
                                            Tom McLaughlin
                                        
                                    Okay, how about using `LLVM_MAIN_INCLUDE_DIR`? Based on my reading of CMakeLists.txt, this is the most proper variable to use: https://github.com/jupyter-xeus/xeus-cling/blob/471b1b68e3cad35746652cf14ce40ce0b7797ba0/CMakeLists.txt#L98 Incidentally, the variable called `LLVM_BINARY_DIR`, which ends up being passed...
Okay, I was able to get a Conda environment running on a normal Ubuntu machine and test this out. With the latest commit it seems to work!
I'd welcome the shim solution! I'm having a problem with `blaze-textual` trying to bring in an `integer-gmp` dependency when I want to avoid GMP...
Friendly ping @merijn ? Would love to see this merged to use this library with GHC 9.8.
Hello, would someone like to try the fix here? https://github.com/jupyter/nbconvert/pull/2152
No, I'm not a maintainer here. You'll have to use my branch. I've tested it myself now and it seems to work. If you happen to use Nix, you can...
Note: this isn't linking against musl libc at the moment, I probably need to get the macros in order...
I ended up going with a workaround where I just lowered the max file descriptors in my Kubernetes environments, so this PR isn't quite done. IIRC I was still fumbling...
Thanks @bgamari, I think it's just about ready for review! > Ideally, Haskell libraries would prefix all exported C symbols with a semi-unique prefix (e.g. hs_process). I've done this in...
I'm seeing something I think is related, but let me know if I should open a separate issue... I think that any fast changes to the `data` prop can cause...