Julian Gilbey

Results 87 issues of Julian Gilbey

This seems a little strange; presumably some calculation is ending up trying to take arccos of a number greater than 1 (or less than -1), which might indicate a more...

Hi! It would be useful to include the name of the lecturer at the start of each course's notes. Different lecturers sometimes have very different perspectives on the same material,...

When building dateutil in a Debian unstable chroot, the following DeprecationWarning and other warnings are raised. (This is using setuptools-scm 8.0.4.) ``` /python-dateutil-2.9.0/setup.py:18: DeprecationWarning: distutils Version classes are deprecated. Use...

**Describe the issue**: I am in the process of trying to update the Debian version of dask, have just tried running the test suite on Debian unstable with version 2023.12.1...

needs triage

This test has started failing on Debian with both Python 3.11 and Python 3.12 (pydevd version 2.9.6 and 3.1.0) on the assertion `assert 'threading' not in sys.modules` on line 27...

I have been trying to run the test suite for Debian, but 3.1.0 now causes Python 3.12 to crash with a segmentation fault. The tests which are causing the crash...

It turns out that unittest's behaviour for subclasses is interesting: it appears to call the setUpClass method for both the subclass and the superclass. So when subclassing KernelTests for testing...

Hi! When building the current version of async (3.2.6) from source, I get several warnings about security issues in outdated packages. One potential way of addressing this is to use...

help wanted

Hi! Maybe I've done something wrong, but I've tried building this from source and running the tests, but they're both failing: ``` $ nyc mocha make error cause 1) should...

This PR fixes #255 and #263, replacing the unprotected uses of distutils. (There is one more occurrence in `build_tools/build.py`, but that is only a fallback.) The patch to `pydev_ipython/inputhook.py` (which...