Martin Falatic
Martin Falatic
This would be particularly useful for Dockerized tests that interact with the local filesystem. If your container contains some cassette `mytest.yml`, and you want to completely rewrite it, 'all' won't...
Is this bug being worked on?
Likewise in alpine 3.12 - this is a fundamental problem that ought to be resolved at the release level, in the alpine base image (doing a bulk upgrade is an...
We await the upcoming release of this critical fix in the other supported lines (particularly 3.12). And yes, it seems odd to use a package with a critical vulnerability to...
I raised #163 originally because I couldn't exclude the `import` fixer precisely because it was causing issues. Despite fixing the problem I was having with actually setting that exclusion, it...
(Note: I corrected the data to match the exact lines in the original video, punctuation and all.) For Postgres 10+ (favoring `INT GENERATED BY DEFAULT AS IDENTITY` over `SERIAL` for...
The problem in 3D space is quite a bit more complicated than on a single plane. While technically one can calculate the area of a triangle in 3D space with...
Pardon my belated reply - I only saw this issue report recently. The goal was to reduce the potential for error when it comes to certain narrow triangles that can...
To add, I did try the barycenter method on the examples you both provided above, which gave satisfactory results for both. Modifying v1.0.0 of Tripy by increasing epsilon had a...
From your development branch I see: Windows 64-bit libraries: https://github.com/nexB/scancode-toolkit/tree/develop/plugins/extractcode-libarchive-win_amd64/src/extractcode_libarchive/lib Windows 32-bit libraries: https://github.com/nexB/scancode-toolkit/tree/develop/plugins/extractcode-libarchive-win32/src/extractcode_libarchive/lib ~~Judging by the error, I would think @HatScripts needs the Win32 libraries.~~ Well, I get the...