andrewdotn

Results 12 comments of andrewdotn

I am having the same issue on the new Ubuntu 22.04 but not the previous 21.10. I do not understand the problem but I have identified a workaround: `pip uninstall...

The (excellent!) bug report at https://github.com/pypa/setuptools/issues/3278 identifies the cause more precisely. There are two better workarounds identified there: - Set the environment variable `SETUPTOOLS_USE_DISTUTILS=stdlib` when running pipenv. - Or change...

@matteius Yup, that branch works for me when I change the `pip install` line in [my test Dockerfile](https://github.com/pypa/pipenv/issues/5075#issuecomment-1107370334) to @felipecrp’s `pip install "git+https://github.com/pypa/pipenv.git@issue-5075-setuptools"`, and include a required `apt install -y...

@khteh I can’t reproduce that, are you able to provide a script that does so in a fresh container or VM? The following Dockerfile works for me and uses the...

I have the very beginnings of something for this on this branch: https://github.com/andrewdotn/cree-intelligent-dictionary/tree/grammar-tips

I don’t think we need this just yet, but when we do get to it, if I were to apply the mallet of simplicity here, I would propose: - Labels...

It looks like the tests are failing because this is using the versions of the FSTs that emit `+Err/Orth` tags that itwêwina does not use or like.

I believe the English FST is looking for an uppercase “I” but the search machinery lowercases everything at the start so that case is not significant in searches.

I think we should wait until there is frontend dev time to design the UI aspects in tandem with the backend data. As a data structure, I can suggest attributed...

To answer this conclusively, I’d have to spend more time with the code figuring out where exactly the analysis is used. But I do agree that, conceptually, it seems totally...