Filip Nordling

Results 7 issues of Filip Nordling

As the title says, will there be support for the upcoming version of Pixi v5? Currently it's in an RC state.

**Describe the bug** Vite application does not look for any paths configuration inside the project's `tsconfig.json`. It only looks for the paths under workspace's root `tsconfig.base.json`. This is not how...

bug

I am getting an error when running a simple command like this: ```ts import GM from "gm"; const gm = GM.subClass({ imageMagick: "7+", appPath: "C:\\Program Files\\ImageMagick-7.1.0-Q16\\magick.exe", }); gm("image.dds").write("image.png", (err) =>...

The inferred type of a selector instance doesn't preserve the extra parameters' names. Instead they are called `params_0`, `params_1`, etc... See example below: ```ts type Item = { id: string;...

Sometimes during development it's necessary to fully reload the page. I created this little subscription procedure to see whether there is a risk for memory leaks. And yes, there is....

This setting does not work. I've set it to false and yet when I scroll the window, it will hide itself. This is my code: $('select').selectBox({ mobile: true, menuTransition: 'default',...

If I read the `ffmpeg.exe.LICENSE` file, it says that the Ffmpeg is under GPL license. There are two different licenses for Ffmpeg and the one that is less restrictive is...