Trevor Bekolay
Trevor Bekolay
I forked in order to update this repo to update to the newest Infinality patches, but they're for freetype 2.4.12, which doesn't seem to be packaged for Debian (unstable skipped...
I'm thinking about how best to organize a somewhat large command-line application and diving into the CLI code (see #417). One useful feature that I'm not quite sure how to...
Hi, thanks for the interesting project @mholt! As I'm not a go developer, I wrote up some simple docker things to get this running for me locally without making a...
Windows doesn't have a true `fork` implementation, so multiprocessing and pickling are limited compared to other platforms. There are also some situations in Linux / Mac OS X where we...
Currently, callable classes will not be picked up by `doit`, though it can be nice way to define many tasks. Minimal example: ``` python class Adder(object): def __init__(self, a): self.a...
## Pull Request Checklist - [ ] 🧪 Added **tests** for changed code. - [x] 🛠️ All tests **pass** when run locally (run `tox` or `make test` to find out!)....
**Motivation and context:** We've been collaborating with @renmengye on the https://github.com/renmengye/np-conv2d project. When some PRs that we've made are merged and released, it will be easier maintenance-wise to use that...
**Motivation and context:** When I was preparing the 3.1 release, I found that a slow test was failing. To fix it, I added a `Reset` op, which required resetting the...
**Motivation and context:** This is essentially a copy of #1611 that has been rebased to master. There are still some things left to do (static checks are failing, for example)...
**Motivation and context:** In #1615, I noticed that `LearningRuleType` supports `Default` arguments, but no other `FrozenObject` types do. Since it seems like they should, I moved that ability to the...