Skip to content
This repository has been archived by the owner on Mar 22, 2019. It is now read-only.

Commit

Permalink
Merge pull request #3476 from amyrlam/amy/embertimes-57
Browse files Browse the repository at this point in the history
Amy ember times # 57 update
  • Loading branch information
jayjayjpg authored Jul 27, 2018
2 parents a9112f3 + 0afe0da commit dde0d7e
Showing 1 changed file with 19 additions and 23 deletions.
42 changes: 19 additions & 23 deletions source/blog/2018-07-27-the-ember-times-issue-57.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,21 @@ Read either on the [Ember blog](https://www.emberjs.com/blog/2018/07/27/the-embe

---

## [Ember Inspector - Help Shape The Future! 🔍](https://github.com/emberjs/ember-inspector)
## [Ember Inspector - Help shape the future! 🔍](https://github.com/emberjs/ember-inspector)

We're pushing hard to make Ember Inspector the world class DevTools you deserve, and would love to get your input and help!
We would like to hear about feature requests and ideas you have, pain points you have experienced, and anything and everything
you can think of, that you would like to see make it into future iterations of Ember Inspector. Please check out the [discuss post](https://discuss.emberjs.com/t/ember-inspector-call-for-feature-requests-pain-points-and-contributors/15187)
and leave your thoughts, and feel free to stop by the `#ember-inspector` channel on Slack to chat about things or let us know you want
to help contribute!

We would like to hear about feature requests and ideas you have, pain points you have experienced, and anything and everything you can think of, that you would like to see make it into future iterations of Ember Inspector. Please check out the [discuss post](https://discuss.emberjs.com/t/ember-inspector-call-for-feature-requests-pain-points-and-contributors/15187) and leave your thoughts, and feel free to stop by the [#ember-inspector](https://embercommunity.slack.com/messages/C04ENQPFW/) channel on Slack to chat about things or let us know you want to help contribute!

---

## [Pointy single word components available 👈](https://github.com/rwjblue/ember-angle-bracket-invocation-polyfill)

Since last Monday single word component names are now possible with the **angle bracket invocation syntax**. Invoking components via angle brackets was already available, the novelty is that you can now use this syntax with single word components as well.

For example, the polyfil supports components names such as `<Button>`, `<Modal>` and `<Tab>`.
For example, the polyfill supports components names such as `<Button>`, `<Modal>` and `<Tab>`.

To find out more, check out the relevant RFC section [here](https://github.com/emberjs/rfcs/blob/master/text/0311-angle-bracket-invocation.md#tag-name)
To find out more, check out the relevant RFC section [here](https://github.com/emberjs/rfcs/blob/master/text/0311-angle-bracket-invocation.md#tag-name).

---

Expand All @@ -45,44 +44,41 @@ There is _some_ overlap between the two (both have logic to run through a list o

---

## [Get to Know Ember Data Internals Live and in Action 🎥](https://www.twitch.tv/runspired)
## [Get to know Ember Data internals live and in action 🎥](https://www.twitch.tv/runspired)

**Live streams** are amazing for sharing knowledge about the internals of your favorite libraries.
On his [Twitch channel](https://www.twitch.tv/runspired),
Ember Data contributor [@runspired](https://github.com/runspired) will take you on a **tour through Ember Data**
and highlight characteristics of the project.
**Live streams** are amazing for sharing knowledge about the internals of your favorite libraries. On his [Twitch channel](https://www.twitch.tv/runspired), Ember Data contributor [@runspired](https://github.com/runspired) will take you on a **tour through Ember Data** and highlight characteristics of the project.

The first stream about writing and refactoring Ember Data's test suite already went live past Sunday,
but there'll be more to come in the future! ✨
You can check out and comment on the [announcement thread on Twitter](https://twitter.com/Runspired/status/1020528036762988544). and tune into [@runspired's stream channel](https://www.twitch.tv/runspired)
for future streaming sessions, broadcasting **every Tuesday & Friday** at **1pm Pacific Time / 4pm Eastern Time / 8pm UTC**.
The first stream about writing and refactoring Ember Data's test suite already went live past Sunday, but there'll be more to come in the future! ✨ You can check out and comment on the [announcement thread on Twitter](https://twitter.com/Runspired/status/1020528036762988544) and tune into [@runspired's stream channel](https://www.twitch.tv/runspired) for future streaming sessions, broadcasting **every Tuesday & Friday** at **1pm Pacific Time / 4pm Eastern Time / 8pm UTC**.

---

### [Ember + WebAssembly just got way easier](https://medium.com/@lukedeniston/ember-webassembly-just-got-way-easier-1e4ec6ca40ab)

Thanks to @ef4's [ember-auto-import](https://github.com/ef4/ember-auto-import), importing Wasm modules is now a breeze! [@luketheobscure](https://github.com/luketheobscure) wrote about his experience and created a [wasm-example app](https://github.com/luketheobscure/wasm-example) in Ember. Check out his writeup on [Medium](https://medium.com/@lukedeniston/ember-webassembly-just-got-way-easier-1e4ec6ca40ab).

---

## [Contributors' Corner](https://guides.emberjs.com/v3.2.0/contributing/repositories/)

---

## [Got a question? Ask Readers' Questions! 🤓](https://docs.google.com/forms/d/e/1FAIpQLScqu7Lw_9cIkRtAiXKitgkAo4xX_pV1pdCfMJgIr6Py1V-9Og/viewform)
## [Got a question? 🤔 Ask Readers' Questions!](https://docs.google.com/forms/d/e/1FAIpQLScqu7Lw_9cIkRtAiXKitgkAo4xX_pV1pdCfMJgIr6Py1V-9Og/viewform)

<div class="blog-row">
<img class="float-right small transparent padded" alt="Office Hours Tomster Mascot" title="Readers' Questions" src="/images/tomsters/officehours.png" />

<p>Wondering about something related to Ember, Ember Data, Glimmer, or addons in the Ember ecosystem, but don't know where to ask? Readers’ Questions are just for you!</p>

<p><strong>Submit your own</strong> short and sweet <strong>question</strong> under <a href="https://bit.ly/ask-ember-core" target="rq">bit.ly/ask-ember-core</a>. And don’t worry, there are no silly questions, we appreciate them all - promise! 🤞</p>
Wondering about something related to Ember, Ember Data, Glimmer, or addons in the Ember ecosystem? Ask away at [bit.ly/ask-ember-core](https://bit.ly/ask-ember-core) and we'll present the answer in a future Ember Times. There are no silly questions! 🐹

</div>

---

Have a suggestion for next week's Ember Times? Want to write for us? Pop into [#topic-embertimes](https://embercommunity.slack.com/messages/C8P6UPWNN/)
on the Ember Community [Slack](https://ember-community-slackin.herokuapp.com/) or ping us [@embertimes](https://twitter.com/embertimes) on Twitter.
Want to write for the Ember Times? Have a suggestion for next week's issue? Join us at [#topic-embertimes](https://embercommunity.slack.com/messages/C8P6UPWNN/) on Slack or tweet us [@embertimes](https://twitter.com/embertimes) on Twitter.

---


That's another wrap!
That's another wrap! ✨

Be kind,

Expand Down

0 comments on commit dde0d7e

Please sign in to comment.