Results 10 issues of Aneesh Durg

using the latest version of `github-pages` (`222`), I observe the following backtrace when running `jekyll build`. Is a specific version of `github-pages` needed? ``` Configuration file: /home/aneesh/jekyll-now/_config.yml Deprecation: The 'gems'...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Systemd is pretty vital...

extension

The reshape should only be necessary when multiplying a vector with a matrix - this fixes batched matmul.

Previously using the `intrinsic` decorator would cause typing issues when invoking the decorated function, e.g.: ```python @intrinsic() def myIntrinsic(typing_context, a, b): ... myIntrinsic(a, b) # type checker complains that there's...

2 - In Progress

Previously `MiniHeap::bytesFree` was reporting the bytes allocated, not the bytes free. This was impacting `GlobalHeap::allocSmallMiniheaps` which was always seeing `bytesFree()` return 0, and thus was always allocating the maximum number...

Some gherkin tests in the wild have no prior step to an `And`, but do have a `Background` (for example, [openCypher's tck Match5.feature](https://github.com/opencypher/openCypher/blob/3983da2fc5dc0de99a7b2095cb69b67f2d51cd2c/tck/features/clauses/match/Match5.feature#L466)). This change gives `behave` the ability to...

Some gherkin tests in the wild have no prior step to an And, but do have a Background (for example, [openCypher's tck Match5.feature](https://github.com/opencypher/openCypher/blob/3983da2fc5dc0de99a7b2095cb69b67f2d51cd2c/tck/features/clauses/match/Match5.feature#L466)).

Please answer these questions before submitting your pull requests. Thanks! 1. What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR. Fixes...

The motivation for this is to use `ipmitool` to dump the current fru contents and then modify/add fields before writing it back.