Kevin Kiningham

Results 7 issues of Kevin Kiningham

In bitrated/pages/security.jade "At the time of writing, the BTC/USD exchange rate is ~$1100. If this drastically changes (to either side) we'll pay the equivalent BTC of $110 instead." Currently, the...

I'm trying to use the pdk with Synopsys tools (DC/ICC2), but I don't see a vendor or interconnect techfile (*.tf and *.itf respectively) which is needed for place and route...

type-question
type-todo
tools-Synopsys-DesignCompiler

The following model fails during the InlineGlobalSlots pass: ```python from torch import nn class Model(nn.Module): def __init__(self, n): super().__init__() self.register_buffer('var', torch.ones(n)) def forward(self, x): if self.training: var = x.var(dim=(0)) else:...

I was able to complete the first step of the tutorial by typing "dockerr version" even though the command output in the terminal was "dockerr: command not found." Looking through...

Resolves issue #10. Might want to refactor a tiny bit so that upgrading the release candidate means only changing the version string and not the url.

Brew supports installing unstable versions using a devel block (activated with `brew install --devel`). Would you accept a pull request that adds support for installing release candidates of Bazel with...

I'd like to update to a more recent version of Bison (3.8 or later.) I've made a small attempt to update them myself [here](https://github.com/kkiningh/rules_bison), but this fails with errors related...