doktordirk

Results 8 issues of doktordirk

Allows selectors to be based on the target instance's state Example: ```ts interface Item { value: string; } interface State { items: Record; } @connectTo({ selector: (state: State, itemView: ItemView)...

More an FYI. Redux DevTools v3 seem to have breaking changes. See also https://github.com/reduxjs/redux-devtools/issues/1054 One can still get though a working version v2 following the `extension.zip` instructions here https://github.com/zalmoxisus/redux-devtools-extension

Follow-up on https://github.com/bahmutov/cypress-movie/pull/52

Thanks for you nice work! We use `application/json;charset=UTF-8` and not just `application/json` as it is assumed in `types.d.ts` and hence the response data type becomes `unknown`. I wonder if it's...

We have the {id} of the rest api's path also included in the body of the request. That might be a questionable choice, but is as it is. Unfortunately, atm...

Atm, other formats are not allowed. To be backwards compatible, one option could be to always also return the original response ```js async function getResponseData(response: Response) { // ... const...

Seems that `personsStats != 0 & async: { property: value}` or `personsStats & async: { property: value} != 0` or `personsStats | isNotZero & async: { property: value}` or `personsStats...

see https://github.com/aurelia/dependency-injection/issues/38#issuecomment-117807908 including the usage part

clarification
planned for future release