Homepage
About membership
Sign inGet started
Homepage

Alon Bukai

Alon Bukai
38 Following28 Followers
  • Profile
  • Latest
  • Claps
  • Highlights
  • Responses
Latest
Go to the profile of Alon Bukai
Alon Bukai
Apr 4

Ember Template Component Block Helper

You can use the Ember Component Helper like this

{{component "component-name" text="text"}}

But if you want to use it as a block component?

{{#component "component-name"}}
text
…
Read more…
Go to the profile of Alon Bukai
Alon Bukai
Jan 31

Blockchain Life

07:00 My arm vibrates as my implant wakes me up. The implant was free and every alarm costs 5 ALARM tokens. Good thing I participated in the ICO because those are expensive nowadays. I think of waffles.

07:30 I get in the shower and the water turns on automatically to the exact…

Read more…
2 responses
Go to the profile of Alon Bukai
Alon Bukai
Jul 4, 2017

How to Ember Init with NPM and not Yarn

I was having an issue with Ember Init in v2.13.3 where installation with Yarn was failing for some reason.

I assumed that with NPM this problem would be fixed.

The command to do this is:
ember init ` — `yarn false