Pi Lanningham
Pi Lanningham
@mjaskelioff I'm working on porting the same format to [Aiken](https://github.com/aiken-lang/aiken/issues/625). Is whitespace left unspecified by your spec? If not, I can't figure out the rule for spaces in lists from...
Supposedly this was implemented in 0.7, as per https://github.com/typst/typst/issues/79, but I'm also having the same issue
(as a side note, Typst is the most fun I've had in a long time, it's absolutely fantastic how much "just works"!! Thank you so much for building such a...
After digging through the code a bit, from an execution side, I think this could be implemented by setting the `location` on fields of a valid utility type to `nil`,...
I know I'm probably lighting up your notifications, but I got it working; however, it feels super hacky, and I don't know the codebase well enough to know if I'm...
@asger-noer Oh, that's an excellent solution :) Not sure why I didn't think of that. I'm currently running a fork that uses the silent magic merging solution, but it's a...
(as a side note, I'm very proud of myself for navigating the Haskell code base well enough to find where this condition was implemented LOL)
@JaredCorduan It was actually someone else, Riley (@ILikeCardano) on Twitter, afaik. I'm just the one who thought to bring it to Github to ask about it, rather than arguing in...
heh, yea, it turns out this trick can save an absurd amount of execution units, so it's been heavily used at this point. Exempting withdrawal 0 is a partial solution,...
@jmhrpr Good to know! We hadn't thought of that case in particular, but we did think of this for MIR transfers by allowing a withdrawal of non-zero rewards in our...