Null
Null
``` >>> has_suffix = rcurry(str.endswith) Traceback (most recent call last): File "", line 1, in File "C:\Users\admin\AppData\Local\Programs\Python\Python310\lib\site-packages\funcy\funcs.py", line 57, in rcurry n = get_spec(func).max_n File "C:\Users\admin\AppData\Local\Programs\Python\Python310\lib\site-packages\funcy\_inspect.py", line 108, in get_spec...
I noticed a typo in the readme, so I corrected it. It's not much, but it's honest work.
A while back, I implemented a struct layout engine that can handle Rust-like, C, and packed struct layouts with proper alignment and padding, as well as reordering of fields for...
Sorry I haven't gotten around to this, I've been busy working on my own side project, which is nearing completion, but that last 10% is taking up 90% of the...
Hope I'm not bothering you too much. I'm just wrapping up work on the Orc V1 implementation (it's taking longer than I thought), but I've come across some issues that...
**Is your feature request related to a problem? Please describe.** `Either` can make code harder to read, so I propose that most, if not all, usages of `Either` in inkwell...
**Is your feature request related to a problem? Please describe.** Without specific error types, it can be difficult if not impossible to determine what the cause of the error is...
**Is your feature request related to a problem? Please describe.** I was working on support for the Orc JIT engine, and I came to a point where I needed to...
**Describe the Bug** I was working on getting the tests to pass on Windows so that I could test my own features, but a couple tests that should have passed...
**Is your feature request related to a problem? Please describe.** I found that I wanted to be able to set the alignment on alloca/store/load instructions (and any other instruction that...