Michael Xavier

Results 71 comments of Michael Xavier

Any luck with this @Tehnix and @xb95 ?

That seems reasonable. I'm swamped, so I'll accept an MR if you want to go ahead and expose that.

BTW there's no chance I'm going to work on this bug fix any time soon but I'd be happy to take a PR.

I'll take a look at this. It would be a shame if we had to break the constructor to enable this functionality. I'm not that familiar with the Job functionality,...

Ok how about this: what if we change ScheduleT from: ``` newtype ScheduleT m a = ScheduleT { unSchedule :: StateT Jobs (ExceptT ScheduleError m) a } ``` to ```...

I just realized this doesn't give your jobs the time but it does seem to address the issue of testing independently of wall time.

This stuff is all a bit above my pay grade but have you looked into [fastsum](https://github.com/patrickt/fastsum)? I think it does some TH to trade compile time for fast runtime. As...

I think its probably above my abilities to benchmark and add that. I'm sure what you have now is plenty fast for my needs, just wanted to see if you'd...

I have a pretty tenuous understanding of the pieces involved but I was actually able to drop vinyl and replace it with fastsum and ran some benchmarks and saw a...

@ElvishJerricco Any opinion on this? I just came across this library and saw some comments to the effect that you were considering moving some production systems to fraxl. Did that...