eric

Results 59 comments of eric

Okay, sorry, I should clarify how I got the `567.171875` value. The `567.17175` value was obtained when I manually computed the style height in the browser's console. However, I see...

I've made the edit and it seems to have fixed the issue

hi @ajoslin, I am wondering if in the [comparison of the rect height with the screen height](https://github.com/ajoslin/angular-scrolly/blob/b47c61d6af608995b5ef968bd7597aea6f4c917c/angular-scrolly.js#L759), the `rect.top` and `rect.bottom` should be factored in? For example: ``` javascript if...

Sorry for the delay. I will have to take a closer look at this. Are you able to provide your entire webpack config file?

Thanks for the info. I am wondering what version of the purs-loader, Purescript, webpack, etc., you are using. Also, is your project available on GitHub by chance?

Thanks for looking into `purescript-freeap`! I was trying out some ideas to see if it can be applied to `Flare`. Not totally sure yet if this is a feasible way...

Great! Glad this might work out for your use-case. Please feel free to use it as you like. I agree that requiring `lift2` is not ideal. I will have to...

I've added `liftUI` to the gist if you want to compare notes. Also, `lift` is in the gist to, which you call `wrap`. For `liftUI` it requires `unsafeCoerce`. I am...

@paf31 Understood. I am happy to maintain the repo. I was thinking core might be a viable option to place the library next to `purescript-free`. But I don't really have...

@sharkdp Looks great! I've added `wrap` and `lift` (as you originally named them) in a forked gist: https://gist.github.com/ethul/7a33b3cca1d0f1db48bb This seems like it should work.