Domen Kožar

Results 1528 comments of Domen Kožar

Thanks @thoughtpolice, I understand, it's open sourse at the end of the day. @parsonsmatt do you want to take over given that it's mostly in IOHK interest to clean this...

In fixed-output derivations, the hash is content addressed. We could get URL to be part of the hash, but then mirror/url change would trigger a rebuild, which is very unfortunate....

@veprbl we're talking about the realized derivation hash, not the derivation hash itself.

https://github.com/NixOS/nix/issues/3605

Maybe a better solution would be to already show table of contents to the user on the first page (that's how other tools do it like mkdocs or sphinx).

I get the following back: ``` SomeExceptionWrapper (STMException [("atomically",SrcLoc {srcLocPackage = "grapesy-0.1.0-KFclJYWAZ3d94upf4VowEP", srcLocModule = "Network.GRPC.Util.Thread", srcLocFile = "src/Network/GRPC/Util/Thread.hs", srcLocStartLine = 203, srcLocStartCol = 7, srcLocEndLine = 203, srcLocEndCol = 17}),("withThreadInterface",SrcLoc...

I have a grpc with a few thousand rpc calls, so while I can manually add them, it would save time to just have req/resp calls generated. Given a `.proto`...

Especially convenient when support for https://github.com/well-typed/grapesy/issues/85 is in.