Oskar Karlsson

Results 10 issues of Oskar Karlsson

There was some e2e test for this library, but they were hard to maintain and were unstable. I believe [cypress](https://www.cypress.io/) has made this much easier to work with, so I...

Hi, I'm using this project with [chrome dev tools](https://github.com/zalmoxisus/redux-devtools-extension) and I'm loving it so thanks for your hard work. However, I'm missing a feature where you can replace a current...

help wanted

Hi, This lib looks good! I previous used cypress and a screenshot plugin but that didn't give a deterministic result on different development machines (windows/Mac/Linux) and on our CI. I...

Hi, First of all, awesome project! However, it seems to be a problem when the same instance of `PainlessHttp` is handling multiple request at the same time (thread-unsafe?). I have...

Hi, Nice project! I have however a question; I usually name my export like following: ``` javascript // test.js export function foo() { return 'foo'; } export function foo() {...

It should be: ```js const refreshResponse = cacheResponse .then(response => { if (response) { // If we have cached version of the request, we should update it and inform the...

It's not clear what to do in step 4. Clarify it a little.

Hi, The ng-lazyload-image library has been an invaluable tool, serving both me and thousands of users. However, I haven't used Angular for several years, and I no longer have the...

Hi, I'm unsure if I'm doing something wrong here but I don't understand why `toEqualTypeOf` doesn't work with omit. Take this code example: ```ts type Fruit = { type: 'Fruit';...