Aditya Siram

Results 138 comments of Aditya Siram

I did a little more research last night on `libstdc++` and folks are recommending not linking that statically if the codebase uses `dlopen`. FLTK does use it in a number...

Cabal breaks API's on every major version so supporting all became a chore. Can you try with `stack build`? That seems to work.

That's a cool project! I took a small [stab](https://github.com/deech/fltkhs-reflex-host) at it some time ago; it maybe of some help. Re: `MonadIO` that's a pretty big change let me think about...

Sure, go for it! Not sure how you're building but profiling works pretty well with `stack`. Unfortunately you'll probably need to hose your `.stack-work` and do a `stack clean` first.

That sounds good, but just FYI, I've done a bit of work to make sure that profiling does work for `fltkhs` apps as well. Running `stack` with profiling should just...

I think you're right and there's an issue with `modal`, when I did it I used [`shown`](https://github.com/deech/fltkhs-themes/blob/master/src/Graphics/UI/FLTK/Theme/Light/ColorChooser.hs#L796) and yes I believe looping on `FL.wait` is currently the best way. And...

I fixed the issue with [`modal`](https://github.com/deech/fltkhs/commit/306a107e384f73733cf32d913e6288b7d9824c22).

If this fix mentioned above works could you close this issue?

Interesting, I'm running Arch myself and haven't hit this. First off, yes, the new release does use an unreleased version of FLTK because there is a bunch of new functionality...

Huh, I never actually tried setting the `bundled` flag in the `stack.yaml` like that. Good to know. Can you try cloning the [starter kit](https://github.com/deech/fltkhs-light-theme-skeleton) and it's directory do `stack build...