Joe Pea

Results 1897 comments of Joe Pea

@gadicc @PEM-- Ok, I added you guys to https://github.com/infamous/meteor. I also made https://atmospherejs.com/infamous, but on accident it's a developer account, so I'm trying to see if I can switch it...

@gadicc @PEM-- I changed the name to [`meteor-famous-views`](https://github.com/infamous/meteor-famous-views). I think that is better to show the relation. :D I want to get started with it real soon. I suppose I...

@gadicc @PEM-- Wait! I changed it one last time. [`fview-infamous`](https://github.com/infamous/fview-infamous). Muuuuch better.

Oops, I previously meant to add you to the org. Invite sent! Thanks for doing this!! This is awesome, a great starting point for me to learn from. Thank you!...

Sweet, thanks a ton for this! It's a lot easier than I thought to get deving. I've added two methods to PushMenuLayout, setMenu and setContent, so now I'd like to...

Hi @gadicc! I'm trying to get the fview-infamous demo working, but no luck. I've updated build.sh to this: ``` sh #!/bin/sh mkdir build # TODO, check for #npm install -g...

@der-ede The current Famo.us scrollview is kind of janky. It doesn't come with a scroll bar. It'd be up to you to make yourself one. The new one coming out...

We can prevent prototype from being modified with [`lockPrototype`](https://stackoverflow.com/questions/55678953/is-there-a-way-to-make-a-javascript-objects-prototype-permanent), which would prevent the unauthorized public access of the protected members in @devsnek's example.

I tried to build with `` for the first time today (in Chrome), then I hit this, and found this issue. There is no robust reliable way prevent the issue...