Hendrik Richter

Results 6 issues of Hendrik Richter

Compilation from latest git master fails on OpenSUSE even though ncurses-devel libraries are installed: ``` = note: /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: /data/coins/grin/target/release/deps/libncurses-e0ac9ae217936705.rlib(ncurses-e0ac9ae217936705.ncurses.12v68zou-cgu.3.rcgu.o): in function `ncurses::constants::COLORS': ncurses.12v68zou-cgu.3:(.text._ZN7ncurses9constants6COLORS17h5b893e4b3099677aE+0x3): undefined reference to `COLORS' collect2: error: ld...

The forum should work without JS. I know this is probably some time away, just adding it as an issue so a) it's not lost, and b) I can watch...

I use IHP for rapid prototyping and like to scaffold the views with the codegen. If there is a model with a foreign key to another model, the edit view...

enhancement

When the schema contains a field that is `UNIQE`, and the code generator is used, then the `Update*` and `Create*` actions should contain `|> validateIsUnique #foo`

enhancement

This works: ```haskell renderPropertyTypeFilters propertyType commercializationType maybeCity = [hsx| {foo} |] where foo = forEach (allEnumValues @PropertyType) renderPropertyType ``` this doesn't: ```haskell renderPropertyTypeFilters propertyType commercializationType maybeCity = [hsx| {forEach (allEnumValues...

Show which fork a block belongs to and display its total cumulative difficulty, highlight the "best" chain, etc.