Volker Braun
Volker Braun
### Steps To Reproduce Build sage from source, with as few external depedencies as possible ### Expected Behavior No crash ;-) ### Actual Behavior cvxopt does not set up rpaths,...
"make download-for-sdist" tries to download all standard sources and fails if we depend on a dummy package. Presumably fine since the r dummy package should only used at configure time....
### Steps To Reproduce ``` make download-for-sdist [...] [r-none] Error: r is a dummy package and [r-none] cannot be installed using the Sage distribution. make[2]: *** [Makefile:3575: r-SAGE_LOCAL-no-deps] Error 1...
I have defined a style layer whose fill color depends on the zoom level. The source layer defines a `fillColor` property and the different source feature colors fade to a...
* $host is the Host sent by the user's browser. This is the correct setting if the service has built-in support for being proxied. * $proxy_host is the Host as...
Our macos (M2) worker gets stuck after ~400k lines of stdout, the server log contains ``` 2024-10-12 14:54:47+0000 [-] Timing out client: IPv4Address(type='TCP', host='91.64.96.167', port=45988) 2024-10-12 14:54:48+0000 [-] Timing out...
This assertion apparently has a small chance of failing, possibly by a race condition. It was already skipped on Python 3.13+. Fixes https://github.com/gevent/gevent/issues/2111 Having said that, I don't understand the...
# Bug Report ## Problem On iOS, an iframe cannot embed a page where the server sets a `frame-ancestors *` Content Security Policy. This is despite allowing navigation in the...
**Describe the bug** The testsuite for `fmpz_mpoly_factor` fails when building on gcc 15 when compiling with optimization level `-O2` or greater. **Steps to reproduce** ``` $ make distclean && CFLAGS='-O2...