Dan Rosén

Results 69 comments of Dan Rosén

Just tried this lines->svg converter, worked excellently on the files I've tried so far: [email protected]:reHackable/maxio.git I mounted the rM using sshfs

It's a lot of fun, each stroke is a separate svg path and they are ordered chronologically.

I think zooming with point sizes in data units would be very useful. I have two use-cases in mind: 1. Making heatmaps. Using regl-scatterplot would be more light-weight than higlass....

@flekschas I used terminology from Bokeh, they use screen units and data units: * screen unit points have a constant size when zooming (like 10 px) * data unit points...

+1, and what cmavo a particular word is a terminator for would also be helpful. Say, you only remember `le'u` but also want to find `lo'u`. Some also have intermediate...

If you decide to implement this, remember that this is also allowed: ``` (f . g) x = f (g x) ``` Extensions such as ViewPatterns and NPlusKPatterns could of...

I think the functions in Language.Haskell.Ghcid.Parser would be more useful than those in the Session file. Unfortunately what's in `sixserver` it's not really testable. I found the functionality exposed from...

Thanks sergei-grechanik, I have had a similar problem before, yours differs by involving a polymorphic function. The culprit is `simpFun` in `SimplifyRich`, but I will have to tend to it...

Good suggestions! I'm not actively working on this project but feel free to send a PR.