Michael Mior

Results 78 issues of Michael Mior

I'm trying to implement `useMutation` to send a POST request to an API with a string containing newline-separated JSON. I found that the the string I provided was being quoted...

This adds support for installation via [binstall](https://github.com/ryankurte/cargo-binstall). It's simply a set of configuration settings that allows the binstall tool to locate precompiled binaries in the existing GitHub releases. This allows...

The default dataset used for tagging in nltk seems to have changed. I get a `LookupError` even though `maxent_treebank_pos_tagger` has been download. My installation is instead looking for `averaged_perceptron_tagger`.

Would you consider a PR to use the list of txt files in `analyze.py` instead of querying the database? This would make it easier to make use of this script...

Having the colors always active is a little much for my colorscheme. It would be great if it were possible to enable rainbow only for the currently active line and...

feature request

`.python-version` allows overriding the Python version used on a per-directory basis in [pyenv](https://github.com/pyenv/pyenv). For those of us using it, nice to have it ignored.

This is a first pass at adding support for profiling Java (and other JVM languages) using [JMH](https://openjdk.java.net/projects/code-tools/jmh/). For the most part, things seem to work although I haven't been able...

In addition to `customBiggerIsBetter` and `customSmallerIsBetter` it would be nice to just have a simple `custom` type where the JSON output would include `"better": "bigger"` or `"better": "smaller"` so that...

The build and deploy still works, but I get this message near the end. I'm not familiar with Powershell so I'm not really sure what's going on. ``` Remove-Item :...

The lopq library is not currently provided to the example `spark-submit` call in the documentation. I found the easiest solution was to run `python setup.py bdist_egg` in the `python` subdirectory...