Volker Braun
Volker Braun
This is probably the same reason as https://github.com/pahen/madge/issues/271#issuecomment-1484707370, the parsed integer and not original string for `moduleResolution` is passed down to filing-cabinet. ``` $ madge --debug --ts-config tsconfig.json src/main.ts [...]...
EDIT: never mind, forgot that I had edited filing-cabinet. The issue is the same as https://github.com/pahen/madge/issues/271#issuecomment-1484707370 OLD: OK the relevant setting is `module`, not `moduleResolution`. When I use ``` $...
You often have more than one ipv6 address, this is pretty normal. So all link-local ones should be skipped, not just the first one.
I'm also getting this error occasionally on Linux (Fedora 38 x86) The order of preferences should be * ipv4 addresses * routable ipv6 addresses in descending `preferred_lft` order (especially with...
The VM build script is here: https://bitbucket.org/vbraun/sage-virtual-appliance-buildscript Further possibilities: - delete .git - delete sources - delete documentation doctrees - delete logs - delete entire documentation if web links are...
- Deleting unused artifacts should go upstream. I'm pretty sure some of your `rm -rf`'s are already outdated paths on the latest beta - System python is a build-time dependency...
I haven't had any time to investigate, for now I'm using jsdom
I've reported the "TypeError: 'Reference' object is not callable" at https://issuetracker.google.com/issues/329705717, though it is still not fixed
please don't tickets with broken tests to positive review
Documentation doesn't build, see CI Please don't set tickets to positive review where there are obvious CI fails