Volker Braun
Volker Braun
### What is the problem this feature will solve? Naive calls to createServer happily resolve host names to link-local addresses, which then fail to listen: ``` $ node -e "net.createServer(c=>console.log).listen(5555,'zen')"...
Fedora 37 just released with Gnome 43, they have packaged `gnome-shell-extension-vertical-overview-9-2.fc37.noarch` but sadly it says the version is not supported. Looks like there is no official release yet that supports...
**Bug Report** I'm getting an "Invalid self argument ... to attribute function" error when inheriting and simultaneously augmenting the TypeVarTuple. The error happens only when calling attribute functions, and not...
This breakes benv since it doesn't fix the jsdom major version: Error: Cannot find module 'jsdom/lib/old-api.js'
The buntis git repo has been deleted by upstream, so we shouldn't rely on it. For future historians: See https://github.com/meriyah/meriyah/issues/48 If you want reliable typescript parsing then we have typescript-estree...
Not a bug, just a comment / datapoint: In my project (2186 files) the new tsc incremental build option is faster than turning off type checking. tsc-transpile-only builds in about...
Just hack the missing -lgivaro into the linker command, see also https://github.com/linbox-team/fflas-ffpack/issues/391 for the real bug Closes https://github.com/sagemath/sage/issues/38002
The const cast was added for gcc-14 compatibilty, but this breaks macos clang. The private field is _ld, not ld without underscore. Its somewhat surprising that it doesn't fail on...
On a AMD Ryzen 5 3600 with Debian 12 32-bit, linbox fails to build with ``` make[1]: Leaving directory '/var/lib/buildbot/worker/sage_git/build/local/var/tmp/sage/build/linbox-1.7.0+sage-2024-05-18/src/linbox/algorithms/matrix-blas3' Making all in polynomial-matrix make[1]: Entering directory '/var/lib/buildbot/worker/sage_git/build/local/var/tmp/sage/build/linbox-1.7.0+sage-2024-05-18/src/linbox/algorithms/polynomial-matrix' make[1]: Nothing...
Without this cvxopt fails to start Fixes https://github.com/sagemath/sage/issues/38771