threepenny-gui icon indicating copy to clipboard operation
threepenny-gui copied to clipboard

GUI framework that uses the web browser as a display.

Results 55 threepenny-gui issues
Sort by recently updated
recently updated
newest added

https://hackage.haskell.org/package/transformers-0.6.0.0/changelog --- Build command as of 2022-05-10: ``` cabal build --constraint 'transformers >= 0.6' -w ghc-8.10 --allow-newer=websockets-snap:mtl,io-streams:transformers,snap-server:mtl,io-streams-haproxy:transformers,snap-core:mtl,snap-core:transformers ``` Blocked on: * [x] https://github.com/haskell/mtl/issues/88 (via `websockets-snap`) * [ ] https://github.com/snapframework/snap-server/issues/144 *...

A number of dependencies still have incompatible bounds. Build command as of 2022-08-10: ``` $ cabal build -w ghc-9.4 all --allow-newer=async:base,text-short:base,text-short:ghc-prim,text-short:template-haskell,serialise:base,serialise:ghc-prim,these:base,assoc:base,scientific:base,vector:base,scientific:template-haskell,integer-logarithms:base,integer-logarithms:ghc-prim,integer-logarithms:ghc-bignum,indexed-traversable:base,hashable:base,hashable:ghc-bignum,aeson:ghc-prim,data-fix:base,aeson:template-haskell,indexed-traversable-instances:base,uuid-types:template-haskell,time-compat:base,semialign:base,attoparsec:ghc-prim,splitmix:base,OneTuple:base,io-streams:time,snap-server:base,websockets-snap:bytestring,snap-server:attoparsec,snap-server:text,io-streams-haproxy:base,io-streams-haproxy:bytestring ```

Hello, I'm using the threepenny library for a code editor based on the codemirror library. I have the following function that expects a CodeMirror editor object as input and get's...

I just noticed that this package doesn't use `-Wall` in the library or in the executables. When I enable `-Wall` for the library, I get (with GHC-9.2.1): ``` [ 1...

Type: Maintenance
good first issue

Let’s say I’ve found a reasonably large JS library I want to use in my threepenny-gui application (e.g. [CodeMirror](https://codemirror.net/) or something similar). In general, there seem to be two major...

failed to load javascript library, but css is loaded. whereas - UI.addStyleSheet window "jquery.terminal.min.css" loads from "static/css/jquery.terminal-2.22.0.css" when using jsStatic = Just "static", on the other hand - UI.loadFile "text/javascript"...

`threepenny-gui`’s recommended [`package.json`](https://github.com/HeinrichApfelmus/threepenny-gui/blob/9b891a328406655265f0fbdd371124ef2654f998/doc/electron/package.json) uses Electron version `^1.6.1`. By contrast, the Electron quickstart [`package.json`](https://github.com/electron/electron-quick-start/blob/master/package.json) uses Electron version `^10.1.3` — nine major versions later! It looks like `threepenny-gui` desperately needs to upgrade...

Type: Maintenance

Hello again! It's been a while, but I finally got back to playing with Threepenny. My latest experiment involved bindings to a small subset of jQuery UI. While it works...

Type: Enhancement

I have just finished a rewrite of the bounded input widget of Stunts Cartography with the explicit goal of making it conform to the three principles proposed by Apfelmus in...

Type: Design Discussion

i cannot find a way to cleanly stop the gui with a button and then execute cleanup actions. if a have a button to produce an error to force the...

Type: Enhancement
Type: Question