Emil Kjær Eriksen

Results 12 comments of Emil Kjær Eriksen

Yes, of course. I've created an example [here](https://repl.it/repls/CompetitiveDifficultCarat#src/App.js). If you open it in a modern browser it'll play a slideshow of images but in IE 11 nothing happens because Picturefill...

I got rid of the error by adding overrides to my `package.json`: ```json "overrides": { "@nestjs/azure-database": { "@nestjs/common": "^9.1.4", "@nestjs/core": "^9.1.4" } } ``` You may need to delete node_modules,...

Thanks for the reply Devin. Interesting. Since the (de)activation classes are static there's really no way of passing $plugin_name and $version to them unless of course these two variables are...

**TLDR:** You can use `deepEqual` or `objectContaining` i.e. ```ts when(something.method(deepEqual({ ... })).thenResolve(true) ``` --- Without knowing the internals of ts-mockito this is likely due to the fact that object equality...

@Eugene-Murray Did you try deleting `package-lock.json` and `node_modules` and reinstalling? It seems to only work with a fresh install

Does it have something to do with this? https://github.com/malsup/cycle2/issues/422

It doesn't seem like there's a lot of development going on with this plugin anymore. If you want a carousel plugin that supports progressive loading (lazy loading) I can highly...

It also appears to exhibit some weird behavior when selecting the terms in preview mode. See the screenshot below. For some reason both terms and part of the title is...

I'm currently experiencing this issue with the latest version (5.56.1). I have a simple every 900s job scheduler. If I promote the delayed job from the Taskforce dashboard no new...