Ian Sturdy

Results 9 comments of Ian Sturdy

Taking a quick look at the cabal library, it does not seem that cabal tracks dates (they being inserted into the Hackage description on upload, while cabal only cares about...

I believe that `binarySetOpWithKey` will throw an error if it encounters `Empty` anywhere but at the top level; one can thus use it to check (as Criterion handles exceptions as...

Worked a bit on this in #81--presently blocked on boringssl selecting posix copts rather than windows. I am not certain what the cause is; they seem to be using the...

Apparently gRPC pinned their boringssl dependency on a who-knows-how-old version with broken Windows builds under bazel. (Trying to fix with https://github.com/grpc/grpc/pull/14566)

My expectation was that data export would be conditioned on registering views on specific measures, and most/all measures would be component/library-specific. Even if a library registers views on its own...

Apologies for necroing... I think that this can be done, although it would probably require a radical change to the internal types. The problem I see with this is that...

I don't think the typechecker is wrong here--`Type[T]` does accept concrete subclasses of `T`, but it also accepts `T` itself--they may be instantiable, but the typechecker doesn't know that they...

Update: I had thought of using `git add` within the command but found it unreliable; apparently that stemmed from running it inside docker, and moving it outside fixed that. (On...

Running `git add` from a script running in Docker consistently errored saying that `.git/index.lock` already exists, despite no other git processes running.