Tom Carter

Results 13 comments of Tom Carter

It looks like the mixin name is always getting added for nested children. Here's some test markup: ``` .box-shadow-mixin (@h: 0, @v: 0, @blur: 0, @color: none) { box-shadow: @h...

The only workaround I have been able to get working is to change this line https://github.com/GoogleChrome/puppeteer/blob/master/lib/Page.js#L713 from this: ``` const width = Math.ceil(metrics.contentSize.width); ``` to this: ``` const width =...

zsh. On Mac. I just tried it again with bash and it worked fine. I guess that was it.

> hm, any ideas how to fix with zsh? No, I'm afraid not. I can search a bit and try a few things.

I'm seeing this in a project where I'm updating dependencies. It looks like the utils aren't in the NPM package. https://www.npmjs.com/package/ember-css-transitions?activeTab=code

For an idea of the level of effort here, these are counts of `handlebars` code blocks in the `guides/release/*` markdown files. This might not be everything as some components might...

The only goal of this branch is changing example syntax that were in hbs blocks to be in gjs blocks. I resisted rewriting for content purposes as part of this...

> I do not necessarily care about how do I call `state.matches` as there is a way, but I wanted to access [state.can](https://stately.ai/docs/states#statecaneventtype) and possibly other functions, but it does...

> I'd very much like help with writing these if you're up for it. Unfortunately something happened a few months ago and I can no longer run this app locally....

It's the same if I run start from the root or from apps/tutorial.