Stephen Checkoway
Stephen Checkoway
I spent a while reading through the code and this is the order in which the attributes for `binread` are acted on. Any corrections appreciated. I didn't look at how...
I had been hoping to use `if` for conditionally writing a constant. Something like `#[bw(calc = 0, if(version > 1))]`. I eventually used an `Option` in the struct. Nevertheless, conditional...
Hey @flavorjones, first let me apologize if I've missed other PRs or issues in which you've mentioned me. I need to get my GitHub settings squared away. Every time one...
In retrospect, I'm not sure what this function is supposed to do at all. If I'm reading `xml_node.c` correctly (and I'm not at all sure that I am since I'm...
One thing that may be worth doing (for someone who is interested and has the time) would be to look at the list of DOM and HTML APIs that are...
By the way, one reason I'm a little skeptical about the performance gain is that the common case is going to be ASCII characters (things like tag names). Thus the...
Cool! Thanks for submitting the issue.
Here's a one-liner that should do the same thing as the Python scripts. Awk isn't my forte, so there may be an easier method. ``` awk awk -F '[:,]' '/^SF:/...
I've been using the fix in https://github.com/inukshuk/jekyll-scholar/pull/273 for quite a while without issues. But as mentioned there, that run time dependency might be too permissive.
Sorry if I wasn't clear. What I'd like is to get access to a given entry's fields. For example, I have about 30 pages that are analogous to the auto-generated...