Jean-Francois Thuong

Results 28 issues of Jean-Francois Thuong

There are few issues in documentation (https://github.com/andychase/reparse/blob/master/doc/source/howto.rst): 1. Incorrect regex for area code `[+]([0-9] \d{2}) - (\d{3}) - (\d{4})` => `[+]([0-9] \d{3}) - (\d{3}) - (\d{4})` 2. Misleading examples of...

It could be nice to temporarily enable/disable `icecream` with something like: ```python with ic.disable(): call_my_super_function_without_icecream() ``` To disable the icecream printing temporarily.

`README` displays the code example `print c.get_symbol('GBP')`: it should be updated to Python 3 (`python(...)`). The same remark applies to doc in https://forex-python.readthedocs.io/en/latest/usage.html. ```python >>> c.get_symbol('GBP') u'\xa3' >>> print c.get_symbol('GBP')...

When a build is run, tests are run in Linux VM and they are (normally) all Passed. Locally, the tests are only Passed on Linux and not Windows. Following errors...

SVN could run info on files that have just been added. However, this use case raises an error with `pysvn` ```python Traceback (most recent call last): File "", line 1,...

`svn diff` normally allows to have 2 urls or targets: an old one and a new one. ``` diff (di): Display local changes or differences between two revisions or paths....

## Desired Behavior I'm writing some ("custom") tests run with dune and want naturally to use `dune promote` to update my expected results (which are stored in external files as...

**Describe the bug** When running the function `reformat_code` (and code provided as a string) inside a Jupyter Notebook (or `ipython`), it raises the following exception: ```python Traceback (most recent call...

T: bug
C: jupyter