reflex-realworld-example icon indicating copy to clipboard operation
reflex-realworld-example copied to clipboard

Results 19 reflex-realworld-example issues
Sort by recently updated
recently updated
newest added

Hello, Beginner here, I followed the readme, used docker to create the database. When I excute "ob run", a lot things compile but finally I have the following error message...

Running the project using `ob-run` doesn't work because of failing 'hydratation' tests in `relfex-dom-core`. (I'm using NixOS 20.09) As a workaround I've disabled `reflex-dom-core` tests in the overrides section of...

This PR is to update the code so that it can be compiled under latest version of Obelisk.

From what I understand, this project uses `servant-reflex` for a type-safe client, which is great. The price for this seems to be quite a bit of boilerplate for every single...

```bash $ nix-shell error: iOS builds are not supported on this platform. ```

The name of the product "Conduit" is confusingly similar to the Haskell terminology of `Data.Conduit`. And to further complicate this, the `conduit` package is actually used in the `backend` as...

Docker? A virtualbox vm? Docker would be easier to automate the creation of, but it doesn't run on home versions of window afaict.

important
risky / unclear

After the frontend is feature complete. It'll be easier on workshop attendees if we don't have that functor around just being identity all the time.

nice to have
frontend

We need pagination for the home page article list.

frontend
important

Currently we just ignore any errors. This is bad. What we want: - Some kind of global error thingo. - Intermediate UI state for "saving" (grayed out buttons / forms...

frontend
important
large task
risky / unclear