Caleb Hattingh

Results 29 issues of Caleb Hattingh

I'm going to have to rework the Appveyor scripts in order to have Python 3.5 work. This demo can be used as a guide: https://github.com/ogrisel/python-appveyor-demo/blob/master/appveyor.yml

beginners welcome

I want a lot more tests, in which easycython is used to compile a bunch of different things. I especially want tests where `.pxd`s are used, and where `numpy` integration...

enhancement
help wanted
beginners welcome

This from a DM from @twilighttucson: > Currently, there is built-in support for numpy as you probably already saw, but I'm quite happy to add support for OpenMP. Would it...

I would like to make a vim bundle for driving easycython. Firstly, the cython support for vim must be improved to highlight correctly (it seems like `cpdef` for instance is...

enhancement
help wanted

![image](https://cloud.githubusercontent.com/assets/480395/6241875/dd3e9d88-b770-11e4-9af1-17abb2258992.png)

### Issue description Installing mojo will fail if a user has the `PIP_REQUIRE_VIRTUALENV=true` env var set. Setting this var has been a recommended practice in the Python community for a...

mojo-repo
Initiative: Release Workflows

This change upgrades PyO3 to 0.21, which introduces a new API for python object references. The following references have more information: - Blog post by @davidhewitt : [Replacing PyO3's API...

Incorporating the suggestion in #174. This is a little messy. Based on the [pdoc example for Mkdocs](https://github.com/mitmproxy/pdoc/tree/main/examples/mkdocs), it seems you have to run a script to execute pdoc before the...

documentation

See #25 This is an early draft for discussion purposes. It's not ready to be used. The primary change is that we incorporate the Lindera tantivy tokenizer support under a...

enhancement
rust

The "google words" text file in the repo has many words listed in order of usage. If this can be incorporated into `thesauromatic` it will be possible to order the...

enhancement