Wander Hillen
Wander Hillen
The following extopenscad code: ``` linear_extrude(-5) square(5); ``` will lead to a cube where normal vectors of the top and bottom faces are pointing inwards instead of outwards. I believe...
This MR makes it so that if there is only a single file to be inspected, we do not split off extra worker processes to do the work. This is...
At the moment, `Puma::IOBuffer` is just a subclass of `String`, with the append method overwritten and `reset` aliased to `clear`. Strangely, the overwritten `append` behavior seems to implement the same...
In https://github.com/haskell/bytestring/blob/master/Data/ByteString/Internal.hs#L747, we import `memcpy` as an unsafe FFI call, which means that it runs "inline" and will block all other Haskell threads running on the same capability in the...
Format_parser can parse ZIP files, but it would be really nice to get similar output for RAR files.