Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix mispelling #4

Merged
merged 1 commit into from
Feb 7, 2014
Merged

fix mispelling #4

merged 1 commit into from
Feb 7, 2014

Conversation

ybur-yug
Copy link
Contributor

@ybur-yug ybur-yug commented Feb 7, 2014

No description provided.

jh3y pushed a commit that referenced this pull request Feb 7, 2014
@jh3y jh3y merged commit 2c6f80c into jh3y:master Feb 7, 2014
@jh3y
Copy link
Owner

jh3y commented Feb 7, 2014

Hero @rhgraysonii !

Thanks!

@ybur-yug
Copy link
Contributor Author

ybur-yug commented Feb 7, 2014

Haha no problem. I've actually been looking into throwing in a loading bar
to our emberjs+rails app for a week or two here toying with different ideas
with our vp of design and we were checking out your piece this morning when
we saw it on HN and noticed. Good job, it looks like a rad little piece to
use.

On Fri, Feb 7, 2014 at 1:20 PM, jhey tompkins notifications@github.comwrote:

Hero @rhgraysonii https://github.com/rhgraysonii !

Thanks!

Reply to this email directly or view it on GitHubhttps://github.com//pull/4#issuecomment-34483143
.

"Our species needs, and deserves, a citizenry with minds wide awake and a
basic understanding of how the world works. "
-Carl Sagan

@jh3y
Copy link
Owner

jh3y commented Feb 7, 2014

Thanks for that!

It's super appreciated 👍

If there is anything that you'd like added, improved etc. just let me know.

Always open to suggestion, feedback etc.

@jh3y

@ybur-yug
Copy link
Contributor Author

ybur-yug commented Feb 7, 2014

Biggest piece for me would be implenting it in SASS/SCSS. Seems like a
small investment high return piece. Also building it as a piece that can be
used as a plug-and-play ember component would be amazing. just give a
default template like {{loader}} that could be thrown in.

On Fri, Feb 7, 2014 at 4:20 PM, jhey tompkins notifications@github.comwrote:

Thanks for that!

It's super appreciated [image: 👍]

If there is anything that you'd like added, improved etc. just let me know.

Always open to suggestion, feedback etc.

@jh3y https://github.com/jh3y

Reply to this email directly or view it on GitHubhttps://github.com//pull/4#issuecomment-34504628
.

"Our species needs, and deserves, a citizenry with minds wide awake and a
basic understanding of how the world works. "
-Carl Sagan

@ybur-yug
Copy link
Contributor Author

ybur-yug commented Feb 7, 2014

I'm swamped rewriting a massive scraper we use from capybara --> mechanize
and have another 7 hours of work to do and won't be out of here til 11 or
midnight or I'd fork it and do it now. Might make it a weekend project if I
can get some other stuff off my list. Damned startup grind has me doing 80
hour weeks but I still love it :) haha just makes it hard to have pet
projects.

On Fri, Feb 7, 2014 at 4:22 PM, Bobby Grayson bobbygrayson@gmail.comwrote:

Biggest piece for me would be implenting it in SASS/SCSS. Seems like a
small investment high return piece. Also building it as a piece that can be
used as a plug-and-play ember component would be amazing. just give a
default template like {{loader}} that could be thrown in.

On Fri, Feb 7, 2014 at 4:20 PM, jhey tompkins notifications@github.comwrote:

Thanks for that!

It's super appreciated [image: 👍]

If there is anything that you'd like added, improved etc. just let me
know.

Always open to suggestion, feedback etc.

@jh3y https://github.com/jh3y

Reply to this email directly or view it on GitHubhttps://github.com//pull/4#issuecomment-34504628
.

"Our species needs, and deserves, a citizenry with minds wide awake and a
basic understanding of how the world works. "
-Carl Sagan

"Our species needs, and deserves, a citizenry with minds wide awake and a
basic understanding of how the world works. "
-Carl Sagan

@jh3y
Copy link
Owner

jh3y commented Feb 7, 2014

I added a SASS/SCSS file earlier as someone else also requested it.

If you take a look at #3 :)

However, I have an issue whereby I'd like to do a for loop over the colors but I couldn't work it out quickly enough or if it's possible as I am usually using less which I couldn't find a way of doing it with.

I'd imagine the template piece would be something not too hard. I'm not super familiar with ember, it's on my TODO list. I've only played with backbone and angular so far.

Good luck with the scraper! :)

@jh3y

@ybur-yug
Copy link
Contributor Author

ybur-yug commented Feb 7, 2014

Oh its a fun oneIf you disliked backbone or
angulars "freedom" and just want some convention, ember is an amazing
option.

I picked it up in about a weekend to be able to plug it in with firebase
and write some live chat room that was more an experiment in design than it
was a serious project. But it gets the job done if you just do the vid they
have up + read the guides then the docs/source code. I mean I'm pretty
newby (junior dev) but had little issue.

Its very rails esque in the way it has convention. I actually recently
wrote a piece about this exactly here:
http://bobbyis.me/post/74868804506/javascript-trends-rails-and-the-big-pictureand
I have another post about ember's fucking awesome plug and play
loading
controller (unrelated to the loader being designed today but reading up on
its implementation would give you an idea how simple ember is to do
nontrivial shit). And awesome! Hadn't looked at the repo again, pumped
about the Sass piece.

On Fri, Feb 7, 2014 at 4:29 PM, jhey tompkins notifications@github.comwrote:

I added a SASS/SCSS file earlier as someone else also requested it.

If you take a look at #3 #3 :)

However, I have an issue whereby I'd like to do a for loop over the colors
but I couldn't work it out quickly enough or if it's possible as I am
usually using less which I couldn't find a way of doing it with.

Well the SASS/SCSS version is already in but yeah I'd imagine the template
piece would be something simple. I'm not super familiar with ember, it's on
my TODO list. I've only played with backbone and angular so far.

Good luck with the scraper! :)

@jh3y https://github.com/jh3y

Reply to this email directly or view it on GitHubhttps://github.com//pull/4#issuecomment-34505645
.

"Our species needs, and deserves, a citizenry with minds wide awake and a
basic understanding of how the world works. "
-Carl Sagan

@jh3y
Copy link
Owner

jh3y commented Feb 7, 2014

Well I kinda started a little project created single page application boilerplates using the different frameworks. Got backbone and angular done but ember was next on the list.

Firebase is certainly something that intrigues me with the things you can do with it, I certainly need to look more into that.

I'll have a little check on that article :)

Yeah sass-convert no longer converts less to scss unfortunately so I had to brush up on my scss knowledge ;)

@jh3y

@ybur-yug
Copy link
Contributor Author

ybur-yug commented Feb 7, 2014

Well poop on that. If you find a good scss book let me know. I read dan
cederholms sass book and loved it but it appears he doesnt have anything on
scss.

On Fri, Feb 7, 2014 at 4:46 PM, jhey tompkins notifications@github.comwrote:

Well I kinda started a little project created single page application
boilerplates using the different frameworks. Got backbone and angular done
but ember was next on the list.

Firebase is certainly something that intrigues me with the things you can
do with it, I certainly need to look more into that.

I'll have a little check on that article :)

Yeah sass-convert no longer converts less to scss unfortunately so I had
to brush up on my scss knowledge ;)

@jh3y https://github.com/jh3y

Reply to this email directly or view it on GitHubhttps://github.com//pull/4#issuecomment-34507226
.

"Our species needs, and deserves, a citizenry with minds wide awake and a
basic understanding of how the world works. "
-Carl Sagan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants