Stafford Williams
Stafford Williams
See [this pen](http://codepen.io/staff0rd/pen/RGPXWZ). If `pairs` are evident on the `Engine` instance, `Render.create` hits infinite recursion inside `Common.Extend` due to `body.parent === body` circular reference for `body.id === 1`. Adding a...
Something like; ``` javascript this.displayList = new PIXI.DisplayList(); // if this line is present, mask ignored. var mask = new PIXI.Graphics(); mask.beginFill(0xFFFFFF); mask.drawRect(0, 0, 100, 100); this.mask = mask; var...
**Does this issue relate to a new *feature* or an existing *bug*?** - [ ] Bug - [x] New Feature **Please describe the current behavior?** `FailureCallback` doesn't expose the `Exception`...
Looking to dispatch an arbitrary action (once) on animation/sequence end. I tried hax `Animate` at the end of a `Sequential` with something like: ```javascript Animate({ path: "/whatever", state: 1, duration:...
I have two ASP.NET MVC 5 web applications in two separate solutions that both reference a shared ADO.NET library that uses `DbProviderFactory`. Both web applications reference `Glimpse`, `Glimpse.AspNet`, `Glimpse.Mvc` and...
I messed with this until I could get it to build a Swift version; https://github.com/staff0rd/ios-cmake/tree/swift Do you want to include a Swift version in this repo, or would you consider...
Eventually I'd like the code completion feature suggested in #17, but for now, this PR: * Generates GLSL documentation by parsing https://github.com/KhronosGroup/OpenGL-Refpages (see `scripts/create-glsl-reference.js`) * Implements `GLSLHoverProvider` for functions, including...
The below code results in what looks like a bunch of hexadecimal. The first page of the pdf is displayed below, I note that I can copy/paste text normally from...
I'm using PaymentSheet.FlowController to add/select a payment method to a `SetupIntent`. When passing customer information, existing payment methods are visible, but the UI displays a selection that does not match...