Nicolas Steenlant

Results 15 comments of Nicolas Steenlant

We use it in production to store the superuser

But @nicolasfranck is right, the feature is problematic, not one of my best ideas ;-)

I'm using [cespare/reflex](https://github.com/cespare/reflex) for this. My `reflex.conf`: ``` # restart server when a .go file changes -s -r '\.go$' -- sh -c 'go run main.go server' # recompile templates when...

If we move this to the model, we can do: publications->add($stream, skip_before_add => ['publication_count'])

Turning these fix steps into hooks is generally preferred probably, as they make turning features on and off possible.