Julian Gilbey
Julian Gilbey
As it says in the title; the Ubuntu fonts are under a different license.
This addresses the points I made in https://github.com/spyder-ide/spyder-terminal/pull/349#issuecomment-2571781555 replacing `pipes` with `shlex` and `distutils` with `setuptools` and `looseversion`. This patch can be applied after #349, but the package will not...
### Description When building the documentation with Sphinx 8.1.3, the build breaks with a bizarre warning/error message: ``` $ sphinx-build -W -b html docs docs/_build/html Running Sphinx v8.1.3 root =...
## Summary ### Proposed changes When building the package, rollup warns: ``` src/cli/index.ts → dist/cli.js... (!) Unresolved dependencies https://rollupjs.org/troubleshooting/#warning-treating-module-as-external-dependency svgicons2svgfont/src/filesorter (imported by "src/standalone/glyphsData.ts") svgicons2svgfont/src/metadata (imported by "src/standalone/glyphsData.ts") created dist/cli.js in...
Using qtawesome 1.4.0, running ``` QT_API=pyqt6 python3.13 example.py QT_API=pyside6 python3.13 example.py ``` both work fine - the display is as expected (I believe), but then the application gives a segmentation...
Python 3.13 has changed the way it handles docstrings; see https://docs.python.org/3/whatsnew/3.13.html#other-language-changes and https://github.com/python/cpython/issues/81283 As a result of this, the `reqrep()` function in `jupyter_client.client` gives a poorly indented docstring, and as...
This was reported as https://bugs.debian.org/1088418 and I quote from there. Unfortunately, bootstrap versions 3 and 4 have been EOL'ed by upstream and it is difficult to provide security support for...