Oskar Kupski

Results 8 comments of Oskar Kupski

What worked for me was combining the 2 node flags: `--no-compilation-cache` and `--expose-gc`. Using [this example above](https://github.com/facebook/jest/issues/11956#issuecomment-984439195) I've managed to run `node --no-compilation-cache --expose-gc ./node_modules/jest/bin/jest.js --runInBand --logHeapUsage` and got heap...

What value can I pass as `resourceName` to make valid dispatch? I tried with 'magazines', so that generated action type in onDelete() method is 'magazines/destroy'

hmm, when I tried hardcoding it with `magazines` I got an error "unknown action type: magazines/destroy"

Please unassign me On Sun, Oct 13, 2019 at 3:15 AM Santiago Botta wrote: > @oskar-kupski-elpassion are > you still working on this, do you need any help? If you...

My bad, it's not configurable yet. I will add it today tough On Wed, Oct 2, 2019 at 5:04 PM SyntaxSeed wrote: > Is this still a work in progress?...

Hi, I moved, the configuration of username and password to index.html file. If they are not defined and login is required an error is thrown. Please let me know if...