Alex Sayers

Results 28 comments of Alex Sayers

Ideally we'd convert the CSS to Clay or something though. External stylesheets don't compose well.

In fact, I wonder if it would be a good idea to write a quasi-quoter which takes CSS and produces `HashMap`s: ``` haskell style :: HMS.HashMap T.Text T.Text style =...

Some progress on this was made in 038e725.

And you'd use backpack to swap out the different implementations?

Oh yes, that also sounds like it would work (and has the benefit of using technology which exists).

Hi @basvandijk, I don't know whether this would be harder to implement, but from an API point of view it seems like it would be best to expose this via...

You're right - it's tricky. One relatively simple approach would be to create a partition: all prioritised entries score higher than any non-prioritised entry. My problem, as the examples above...

In addition, this would enable `gron -u -s` to output lines in a streaming fashion (as the flag implies). This would be great, since at the moment it's very easy...

This sounds like a reasonable addition. Perhaps the best solution is to just run the benchmark until the R2 is high enough, up to some very large time limit. What...

I notice you're getting R² values greater than 1. This looks like a bug in easybench - I'll try to reproduce it.