Alex Lopez
Alex Lopez
Can you add a way for us to install via npm for meteor 1.3. There are some conflicts when you install angular2-meteor via npm and this via meteor add. As...
Having difficulty accessing ```Phaser.Physics.Matter.Matter``` compiler throws - ```Property 'Matter' does not exist on type 'typeof Matter'``` I am trying to recreate this example - http://labs.phaser.io/edit.html?src=src\game%20objects\tilemap\collision\matter%20platformer%20with%20wall%20jumping.js
I'm trying to deploy a meteor app to google app engine. I've tried many different methods to deploy all of them end up with the same result - ```Error: Can't...
## Description The pull request adds support for registering library themes, similar to static assets. Themes are now registered and validated within scenic from `Scenic.Themes`. ## Motivation and Context Before...
Primitives with the input style can still be interacted with even if they are outside of a scissor region. edit: this may have to do with #253
Scenic cannot validate a fill color with opacity when using a theme with an rgb color because it expects an rgba color. ``` elixir graph |> rectangle({100, 100}, fill: {theme.background,...
I have a scrollable component within a scrollable component the inner-most group doesn't get scissored by the outer-most group.
I have two meteor servers and I'm connecting. One for the desktop app with all the collections, and the other for the mobile app. I'm connecting the mobile app to...
### Steps to reproduce Simply call the function as below: ``` elixir Graph.find(graph, fn prim -> IO.inspect(prim) #
## Description Changes `Graph.find/2` to pass a full primitive instead of just the primitive's id to the finder function. Also adds a `Graph.find_by_id/2` method to preserve the api, primarily for...