MFlow
MFlow copied to clipboard
(Haskell) Web application server with stateful, type safe user interactions and widget combinators
This Dockerfile reproduces the problem (after several cups of tea): FROM gregweber/ghc-haskell-dev USER root RUN apt-get update RUN apt-get install wget USER ghc RUN wget https://downloads.haskell.org/~ghc/8.4.4/ghc-8.4.4-src.tar.xz RUN tar xf ghc-8.4.4-src.tar.xz...
**Description:** After the 1st number is entered in the First field, the Second field is populated with "submit". As seen in picture below. The code sample is below too. Note...
**Description:** push function requires clicking the submit button one additional time in browser before it receives the data. In other words, push requires two data updates before it shows in...
**Description:** runSecureNavigation appears to fail with submitButton widget. Behavior is after submiting data, one expects next page to load, but repeats the same page with submitButton. It has behaved differently...
**Description:** dField bug? In the code below, the result of n+n' does not show up in browser. **Line:** `haskell dField( p
Stuart • 2 days ago This doesn't seem to work. The "click here" after the blog post goes to page not found http://mflowdemo.herokuapp.com/noscript/databasesamples/mflowpersist#comment-1452941811
There is too much Haddock documentation for MFlow. The documentation tries to feed the user too much information at once. The documentation doesn't help new users quickly figure out how...
I notice that you don't have any version constraints on the yesod team stuff. I think they've made changes, and based on the errors I don't think it's ghc. Anyways...
I would like to try MFlow but I am having real trouble building it with either ghc 7.6.3 or 7.8.2. Strictly this may not be MFlow's fault but I suspect...