mlangiu
mlangiu
# It appears that python-debugger cannot be used to debug custom packages; steps to reproduce: - Set up the following directory structure, e.g., in /tmp/example: ``` ├── maindir │ └──...
Couldn't build cquery on Windows 10 via cygwin b/c of the above error message. Filing issue as requested in cmake output
### Prerequisites * [x] Have you checked the solutions in our [troubleshooting guide](https://nteract.gitbooks.io/hydrogen/docs/Troubleshooting.html) for common problems ? * [x] Have you checked that your issue [isn't already filed](https://github.com/nteract/hydrogen/issues) ? Related...
**Describe the bug** It seems like a reboot breaks something within the pyenv-win directory such that the currently selected global version cannot be used any more. **To Reproduce** Steps to...
Hi, I just noticed that there are still differences in Sympy / Symengine outputs for fractions expressed using exponentiation: ```python import sympy, symengine for backend in sympy, symengine: print(backend.__name__, backend.__version__)...
I am currently trying to implement a custom function creation that works with both sympy and symengine as a backend. For this I looked at the example at https://docs.sympy.org/latest/modules/functions/index.html, but...
With the current version of symengine (symengine-0.6.0) the following returns `True` ```python import symengine as se x = se.S('x') expr = se.Eq(x, 0) print(bool(expr)) ``` The outcome I expected was...
JabRef version 5.0 Several entries of the standard list of abbreviations containing "Management" are abbreviated with outdated "Manage." instead of the current "Manag." See e.g. https://en.wikipedia.org/wiki/Management_Science_(journal)
Hi, I wanted to notify you of several issues that crop up with debugging via the cpptools package for Visual Studio Code, which appear to be caused by an error...
I guess this comes a bit late, but I just realized that the format of the input files is somewhat problematic. The additional white space is nice for readability in...