Alex Dowad
Alex Dowad
By the way, if you want me to open a PR with a fix for this problem, I can do that.
It turns out my original analysis was not 100% correct... it's not `message.parts` which is the problem. Each `Mail::Part` has a '.body' property, and that also has `.parts`. It's `message.parts[0].body.parts`...
Hmm. It would be nicer if `PartsList` just emitted the right YAML. `PartsList` actually defines a `to_yaml` method, which explicitly makes it serialize out in array format. If that method...
I have an implementation of `__attribute__` ready. Just waiting to see if my first PR will be accepted before opening that one. In response to @oggy's concern, one option would...
Same problem here.
Thanks very much to the KaTeX developers! Just adding my 2 cents to this: I was just formatting a matrix equation involving an 8x8 matrix in KaTeX, and found that...
@ronkok @edemaine Thanks very much for the clear and comprehensive answers! As an experiment, I ran some JS in my browser to walk the tree of DOM nodes generated by...
> given that the logic of a NAND gate is enough to derive all other gates from it, and all kinds of gate logic in turn enough to model all...
Don't want to derail the discussion but... @quozl You make a 386-based laptop for kids? Wow, I'm quite surprised that those chips are still being manufactured.
Hmm. Test failure on Arch Linux only, on a test script which doesn't appear related to this change... the build log output also doesn't seem to show what is wrong...