Stuart Lee
Stuart Lee
hmmmm, nice idea, but I don't think like the idea of using sexual orientation or disability related adjectives, it seems like it has the possibility for causing accidental offence (the...
Looks good! Please open a pull request with your change and I will get it merged in.
now that the examples are being bundled, they don't need to be importing from the `dist` version, they can go straight to src. they will still be relative links though,...
you can pass a style prop with overrides for the default styling (which is `position: absolute, bottom: 10`) try something along the lines of `bottom: null, top: 0`
The problem with this approach is firstly that vscode settings file is a userland file and not really intended for sharing between developers (and obviously only works for people with...
This seems related to #339, a lot of people are seeing weird calls to `getInitialNotification`, even when it is only called once on app load, and when there was no...
I think that's a separate issue. Even outside of component lifecycle methods it still triggers every time the app boots, so everyone who uses the library needs to write similar...
I'm confused, if it works with v4 already then what needs doing to support it? On Sat, 7 Jan 2017, 08:35 gaccob, wrote: > I tried to use pixi-tiled in...
When I get a chance I'll do a quick test and bump the version in the readme if it works OK. Thanks for the heads up! On Sun, 15 Jan...
Knock yourself out! On Sun, 15 Jan 2017, 19:32 Allain Lalonde, wrote: > Given that browser is always available when running pixi.js, I think you > can get away with...