Bri Stanback

Results 17 comments of Bri Stanback

@YoungxHelsinki Good question, it looks like Apple supports Samba volumes for use with Time Machine backup as of OSX Sierra and later. You may have to run the following on...

Thanks for the pull request - this looks good. I'll test it over the weekend and merge.

@developit Awesome example rendering with undom, very helpful! Just a reminder for anyone using this on the server to remove the `x-root` parent from the undom body after serving out...

@developit Good suggestion 👍 I've updated my gist

@BerndWessels It's basically the same code as he posted in the gist, but with some ES6 syntax. You can see both versions in the [undom](https://github.com/developit/undom) readme. I don't think there...

@Satyam Looks great, I haven't had a chance to test but I'm planning to soon. I'm already using `componentWillMount()` for data fetching with redux actions which return Promises, so this...

I was also getting a warning about atomic64_read returning a long long int, and the printf statement using a long int. This resolves the warning by changing the format strings...

Depending on what direction you want to go in, I can update the tests to work with this and add a new test for checking pound symbols.

Would love to see this get merged, it's insanely more performant

This fixes the dependency for bs-core, however it looks like there are still several components, e.g. app/scripts/components/BsPill.coffee, that rely on Ember.Handlebars.compile(...) Do those need to be updated as well?