Oskar Wickström

Results 150 comments of Oskar Wickström

Will do, when I get the time. :+1: Also, if anyone beats me to it that's fine by me.

I've started experimenting with this. Early stuff. :)

@yanok Glad you like them. :) No, sorry, I've had no time to work on it. I did try at some point but it's a rather big and complex change....

Do you mean this `message`: https://github.com/owickstrom/purescript-hypertrout/blob/master/src/Hyper/Trout/Router.purs#L352 ? Could you provide a minimal example to reproduce the problem?

Thanks for the nice bug report! Hoping I can find a moment to fix this soon. @liamoc might have some clue as to why this happens?

Oh, ok, then maybe your `proposition` could be something like: ``` (isLogin || isMonthCalendar) until isFinished ``` ... where `isFinished` is true in that state where there are no more...

Until not being scope is a separate bug, I think. It should be available from `ltl.strom` in Specstrom. Maybe you could create a separate issue for it with some minimal...

For your first question: no, actions are defined singularly. You can sort of emulate an action chain if you can use preconditions (e.g. ```focus(`foo`) when myPrecondition```), but it's perhaps a...

It's called `docstrom` and it's a part of Specstrom, the checker component used by Quickstrom. You can run `docstrom` for the Nix shell inside the Quickstrom repo, but it's really...

Yes, that's probably because of missing include paths. I'll see if I can find some time to integrate it properly.