scott-cornwell
scott-cornwell
Doesn't seem to work for me at all. No 'waiting for backbone' message anywhere. I tried to send backbone to debugger manually but window.__backboneAgent doesn't exist. I have it installed...
https://github.com/webpack/enhanced-resolve/blob/c960801d5cfbb6a472e40a7fe8f6c0679955a13b/lib/AliasPlugin.js#L70 This line needs to normalize paths between unix paths and Windows. When using packages like Linaria on Windows (that depend on enhanced-resolve), aliases don't work (which is the only...
I'm on node 8.9 and using iterm2 on OSX. I can print colors with the chalk package fine. If I do this: ```js const testObject = { someData: 'testing' };...
### Current Behavior Loading fonts with Assets does not seem to work on Pixi 7.2.4: See Pixi Playground example: https://www.pixiplayground.com/#/edit/N1-USCnllrXJHgKHh3T6d I originally tried this locally and it does not work...
I can get a sprite to display with Pixi 7.2 from a webworker, but when I put it on a layer the same way I did before it displays nothing....
pixi-viewport tires to access the window object which fails when running new Pixi 7 in a webworker
Dependencies do not allow for React 18 and also require statement is used causing complete failure to compile in a standard create react app setup.
Hello, really liking pixi-shadows! I had tried to integrate it with pixi-lights but I was not able to get them working together. I decided to give up on that as...
I'm on 4.27.2 and I get access violation on this line when trying to compile: SimpleTranslationShader.h IMPLEMENT_GLOBAL_SHADER(FSimpleTranslationShader, "/Plugin/Kaleido/Translation/SimpleTranslationShader.usf", "SimpleTranslationCS", SF_Compute);
I noticed this completely by accident, but I fear this library is not stable enough to use because of this. I ended up with an extra b2Vec2 that I wasn't...