Sebastian Wålinder

Results 118 comments of Sebastian Wålinder

As a sidenote, does anyone know if there is a package with the other primitives mentioned in the paper (`mix` for example)? They are all implemented in dunai in the...

There are pros and cons I believe: https://github.com/ivanperez-keera/dunai/pull/169

Yeah it works then and I haven't observed any problems with removing `seq`. I'm not sure what the consequences of changing something this fundamental would be in terms of performance...

Yampa/bearriver provides no native way to set the frequency at which the network or branches of the network is run as far as I know, unless you just make the...

Using iPre like that should only delay it by the initial tick though, not every other tick Try this mess I made instead: ```haskell runSFEveryOtherTick :: SF a (Event b)...

I was thinking about this today and my solution wont work if the SF you pass in stores data because the argument SF isn't actually modified. For that to work...

I don't use `image-dired` much so I haven't thought about it but it should be possible with a hack like a macro that opens all selected images and runs the...

I tried messing around with this before with the `geometry` parameter because it's so confusing but the problem is that a lot of people can't avoid selecting the autocompletion if...

`eimp.el` has some of this functionality, but for a more complete solution a hydra interface with common commands could be added in a separate file or something like that. I'm...

> no ivy, counsel, etc. (your package doesn't require them to work, does it?) No it shouldn't. > Then I figured out that you are ought to hit Tab the...