Gordon L. Hempton
Gordon L. Hempton
I am in this existential crisis as well. I prefer the conciseness of CS, but ES6 is obviously the way forward. I've always thought that a small language that is...
I'm not sure what is going on exactly, but I think there might be some listener leaks.
:heart:
We are seeing this in our application as well with lots of leaked subscriptions when using the `useSubscription` hook. This seems like a pretty fundamental issue, has anyone taken a...
Right now the closest thing is `Ep.LocalAdapter`, which simply does not interface with a backend. In EPF it is quite easy to load data into a session. For instance you...
@heartsentwined I agree w/ that. We should coerce during merge. Could you open up a separate issue?
Just as a side note for people looking into testing, I am working on tests for an EPF project and am quite successfully using [sinonjs](http://sinonjs.org/) with the normal rest adapter...
As I said in my previous comment, I would recommend using sinon.js rather than Ep.LocalAdapter. I would give the same recommendation over ED's fixture adapter as well.
This is definitely a bug. If you change the params inside the path portion of the route (eg /project/:id/show) it should update correctly.