Kyle Truscott
Kyle Truscott
The addon is actually flexible enough to do this as is. Since we can pass in arbitrary extra values to a flash message, a flash "context" is pretty trivial: ```...
@shime If you're using the default queue, I suppose. When I implemented this context thing last year in a project, I didn't use the default queue since the whole point...
Hey @J-Rojas, appreciate the pull! Never seen negative line spacing in a collection view before. I imagine the overlap would be funny since the layer indexes aren't necessarily above previous...
Thanks, @bstein-clever, can you make a pull?
@Hyunwoo-o I believe this is simply a typescript lib check warning. Check your `./dist` folder... it is probably compiled successfully. You can have typescript skip that: ```js // ts-config.json {...
I think the problem here is mainly with the store using the entire state object as the cache key. That object can change a lot, especially during initial page load....