Dimitri Papadopoulos Orfanos

Results 327 comments of Dimitri Papadopoulos Orfanos

I will keep `sphinx

Note that `tensoflow` and `keras` are not pinned down any more. A single version for all version of Python doesn't seem to be working.

Ready for review.

I'll have a look, but I actually don't know much about Cython. I am more experienced in Python bindings for C++ libraries using [SIP](https://www.riverbankcomputing.com/software/sip/intro).

I think I get it: * Use `uint8_t`/`uint32_t` instead of `char`/`int`, this clarifies the intent and avoids any accidental bad cast (95963d9cb79a8d258d0436ebf9f5ea4d42d69abd). * Most of the contents of `stdint_compat.h` are...

Not sure about `_miscrosoft_docs_are_wrong` → `_microsoft_docs_are_wrong`. I believe it's OK because it's a private variable.

Fixed typos in `Contrib` too.

I have left out `Language files` by the way. There may be a few starting comments in English to fix, for example `appropiate` → `appropriate`: https://github.com/kichik/nsis/blob/268379229b0c1ef00603779890a28d0345ab0240/Contrib/Language%20files/Romanian.nsh#L8 Should I fix these...

And I just noticed part of the initial fixes, under `Docs/src/halibut`, must actually be fixed upstream. **Edit:** I've sent a mail to the upstream maintainer. **Edit:** Ongoing discussion with the...

I see you have merged this change into the Subversion trunk. Thanks! Would it be worth adding a configuration file `.codespellrc` to silence false positives and simplify future maintenance?