Simon Altschuler

Results 16 issues of Simon Altschuler

**I'm submitting a ...** (check one with "x") ``` [x] bug report => search github for a similar issue or PR before submitting [ ] feature request [ ] support...

bug

The app crashed if you cover the star with one of the red boxes. You have to resize the red box, not move the star, as the latter works fine...

I just updated to 2.1 and the main `router-outlet` simply gets wiped on each reload. I tried using the snippets from the readme in my `AppModule` but to no avail....

I've got a `foobarUpdated` subscription, but I need to authorize the users who subscribe to it as well as validate the variable (if the given id is not a valid...

question

In the [Architecture section](https://sinusoid.es/lager/architecture.html) of the docs, a simple example program is constructed using `lager::with_manual_event_loop`. I'm confused because the `update` function that is created in that example (and in the...

enhancement
good first issue

Is there a cereal serializer (or load/save pair) available for the `immer::map` type? It seems like there is code for `immer::vector`, `immer::flex_vector` etc. in the `lager/debug/cereal/` folder, but I cannot...

enhancement

This is only relevant to using the browser extension. Some of my actions have an extra property `context` that would very useful to have displayed in the action list. Is...

I am getting an error when running usemin:html tasks. The output is as follows ``` Running "useminPrepare:html" (useminPrepare) task Going through dist/index.html to update the config Looking for build script...

It would be very helpful to have the `skip` command exposed on collections. I know there is an open issue for a pagination api (https://github.com/rethinkdb/horizon/issues/31), but just having the `skip`...

The `serve_static` option in `config.toml` doesn't seem to respect any other path than `dist`. If I put in for instance `serve_static = "dist/dev"` it serves an error page with `File...