Luciano
Luciano
Is there some technical reason for the `Impl` object inside the newtype, rather than making the methods part of the newtype object itself? It just seems to make everything clunkier...
There are a number of interfaces: `LZ4Decompressor`, `LZ4Compressor`, `LZ4UnknownSizeDecompressor`. These all have abstract `compress`/`decompress` methods that are marked deprecated. Could this be cleaned-up? Shouldn't it be possible to just pass...
Is there any plan to support higher-res timestamps than the current 1 millisecond? For example, doesn't mifid 2 have a requirement for higher-res timestamps, for transactional/business data? I see a...
When building 1.2 release with Anaconda on windows, I get the following errors ``` src/python-lz4f.c: In function 'initlz4f': src/python-lz4f.c:406:51: error: too many decimal points in number src/python-lz4f.c:407:55: error: too many...
When referring to a type alias defined in another project, the compiler crashes with errors like ```scala [error] (b/compile:compileIncremental) malformed Scala signature of package at 139; bad constant tag: 37...
These were failing on non-linux systems due to endianess. Same issue as spinoco/fs2-http#22 I think.
That project appears to indicate (at the bottom of it's readme) that scalaz-streams is an older, "deprecated" version of this project. If that is correct, might be worth updating your...
**Describe and demonstrate the bug** ```ucm scratch/main> builtins.merge ``` ```unison :error ability Columns Dimension n where toNat : Dimension n -> {Columns (Dimension n)} Nat structural type Dimension a =...
**Describe and demonstrate the bug** I think there is a problem with tuple syntax when using existentials, both for constructing and deconstructing. This works fine ``` unison type Closure a...