Jonas Krispin

Results 16 comments of Jonas Krispin

I'm also running into this issue when using `.$get(id)` when there is no item with that key stored in indexedDB. This is a pretty strange error, I was expecting it...

I use these shims to add TS support to my vuex-orm-localforage models: methods got renamed to prevent confusion ```ts import '@vuex-orm/core' import Collection from '@vuex-orm/core/lib/data/Collection' import InstanceOf from '@vuex-orm/core/lib/data/InstanceOf' import...

Hi, thanks for reporting this. Can you check if it works with 2.0.x (instead of 2.1.x)? I changed something in the Api request, but it would be weird if that's...

Please try anyways, as it's no effort.

Ok, thanks. Ill check if I can reproduce with your sample code.

The Issue is somehow related to the ratelimiter usign SPREAD Strategy. Im not sure if I get to look into that right away (I would like to rework that anyways...)...

For my own reference: https://github.com/Colorfulstan/RiotRateLimiter-node/issues/10

index pagination removal added: https://github.com/Colorfulstan/LeagueJS/commit/d97c533a7b63e5577ed85b85858ef6b93544035a

Here is my solution to trigger rebuilds when indirect dependencies change: ```javascript // ng2inlinetransform.js var ng2TemplateParser = require('gulp-inline-ng2-template/parser'); var through = require('through2'); module.exports = function (file) { return through(function (buf,...

limit per matchlist response was upped to 100 https://discussion.developer.riotgames.com/articles/3241/update-on-matchlist-and-recent-endpoints.html