CmdrShepardsPie

Results 6 issues of CmdrShepardsPie

I'm running webpack-dev-server --watch with ts-loader and open-browser-webpack-plugin; when I change a file and it triggers a recompile, it hangs on "webpack: Compiling...". I have isolated this to using ts-loader...

I tried reporting this to the WebPack team and they said it is a problem with Reflect-Metadata. I'm using Reflect-Metadata in a TypeScript project that's being built and bundled with...

I'm trying to read in a "giant" (~1.22 GB) JSON file, do some manipulation on it, and spit out a new JSON file. I have the reading and manipulation working...

bug
question

Currently when I download a gallery (particularly on Pixiv) it saves the preview/thumbnail of a video/animation (whether it's gif, webm, etc.) but not the whole video/animation. Can you make it...

This probably isn't a bug, but I am not able to get this process to work. I'm trying to mix a variable number of pcm files into one output file...

I found that with my current configuration (TypeScript with ESNext going into Babel with WebPack) having this loader in my chain causes the build process to fail when compiling components...