Benjamin Hodgson
Benjamin Hodgson
I don't think there's a combinator which'll do this `for`-`break` type of loop out of the box. You can code it up yourself using recursion: ```csharp Parser NullTerminated() => NullTerminated(64);...
Hello, just following up on this bugfix. This is a live issue affecting any build configurations using `thread-loader` with `less-loader`. Thanks!
@qrilka Thank you for perfectly illustrating what's confusing about `RedisTx`! That code _looks_ correct, but it won't compile. `val` will be a `Queued ByteString` (not a `ByteString`) so you can't...
@informatikr I agree that `ApplicativeDo` would make `RedisTx` computations nicer to write. The name `RedisBatch` was just the name I used for the SO example; I had to come up...
I'm sorry for coming across as snide. It wasn't my intention. What do you think are the next steps?
I spent a few hours hacking away at replacing the `Either Reply a` return type with an exception monad. I learned something interesting: it breaks auto-pipelining. Here's an example of...
Automatic pipelining is fast and cool, but _not safe_, due to the way it affects error handling. I understand that you're unwilling to change the default (though I'd love to...
Any progress on this?
@stan-sz Doesn't help - happens with both `.proj` and `.csproj`. (NB: the NoTargets project is not multitargeted; it's the upstream project that's multitargeted)
@ViktorHofer I know that. I'm not expecting any particular behaviour regarding the assemblies themselves but I do expect to be able to run a build in this example.