jerbaroo

Results 27 comments of jerbaroo

I would be interested in looking into this, but can only do so later in the year.

A situation where I would like to avoid the dangling parentheses is the following: ```haskell import Control.Monad.IO.Class ( MonadIO , liftIO ) import Telescope.Class ( Telescope(..) ) ``` To me...

"X Clients under Wayland (XWayland)" https://wayland.freedesktop.org/xserver.html

This seems like a pretty common use case, and something that potentially many (certainly I) would find helpful.

> Translate into the CSS 3 flexbox model. I've written a library for writing Flexbox layouts for Threepenny. It's in Stack. [https://github.com/barischj/threepenny-gui-flexbox](https://github.com/barischj/threepenny-gui-flexbox) **Update**: The API went through a few iterations...

## Fix A fix for this was not to use `UI.valueChange` which uses the DOM `keydown` event, but instead use a new event function which uses the DOM `change` event:...

Here's a method of doing this without custom HTML or moving an executable, it starts the app on a **free port** and **waits until the Threepenny app is running** before...

I believe the issue is related to https://github.com/NixOS/nixpkgs/issues/91748 however I have no idea to fix it

This might also fix #94?

Is there any update on this, or any known workaround? I am using the following in my webpack configuration: ```js plugins : [ new ExtraWatchWebpackPlugin({files : pursSources()})], cache : false,...