Misha Brukman

Results 84 issues of Misha Brukman

The comment was relevant when all other tests were commented out; now that there are other valid tests in this file, this can be removed.

The current version of [`LICENSE.md`](https://github.com/rossant/ipycache/blob/4042ed1372260a4e02cd6eddcf814918405259c1/LICENSE.md) has a few issues: 1. the copyright is listed as "Copyright (c) 2013, Cyrille Rossant" but there have been other contributors since then besides Cyrille...

There's an in-progress PR https://github.com/rossant/ipycache/pull/45 on this, but given the potential file extension change in https://github.com/rossant/ipycache/issues/68 and the migration from `setup.py` to `setup.cfg` in https://github.com/rossant/ipycache/issues/69, we may need to adjust...

We are currently using `setup.py` and have code to read in a README.md file as a string, but we don't need this to be in code, since none of our...

The [`LICENSE`](https://github.com/kelseyhightower/compose2kube/blob/master/LICENSE) file is MIT whereas the [`main.go`](https://github.com/kelseyhightower/compose2kube/blob/master/main.go) comment header refers to Apache 2.0; please consider using the same license everywhere to avoid confusion.

This line of `README.md`: https://github.com/OlafvdSpek/ctemplate/blob/1c397b63e62dc6547054f4711c27918aedce4c2d/README.md#L31 points to an `INSTALL` file, but there doesn't appear to be a file of this name in this repository. Is there a section in the...

What do you think of adding Graph Convolutional Networks in a new section on ML and deep learning? Here are some references: * https://tkipf.github.io/graph-convolutional-networks/ * https://github.com/tkipf/gcn (implementation of the above)...

Could you please add an explicit `LICENSE` file to the repo so that it's clear under what terms the content is provided, and under what terms user contributions are licensed?...

For exploring Jsonnet, it would be nice to have a REPL, e.g., via `jsonnet -i`. For inspiration, I would look to Scala's REPL as an example.

enhancement

This repo still has a `.travis.yml` and a Travis CI status badge (showing an error) in the README, but since [Travis stopped supporting open-source projects](https://blog.travis-ci.com/oss-announcement) a while ago, the last...