Kaelig Deloumeau-Prigent

Results 39 comments of Kaelig Deloumeau-Prigent

> There is a mismatch between Breton crêpes and Normand cider that could lead to serious injuries. I've checked the compatibility table for these dependencies, and discovered that as long...

If like us you need to have your code compatible with Sass 3.3 but also 3.4, you can do so by using both techniques mentioned in this issue: http://sassmeister.com/gist/e85de9aab9f5616281f2 ```...

Here is a workaround to make this work in LibSass (3.2.5 at the time of writing this): ``` scss @mixin char($character-code) { // Escaping in Sass is a bit of...

We have a similar use-case at Shopify, where we're using BuildKite. We can provide the commit message, sha, author, branch… as shown here: https://buildkite.com/docs/pipelines/environment-variables#bk-env-vars Here's some context about our use-case,...

I thought I'd open a PR here but the discussions [over here](https://github.com/prettier/prettier/pull/2844) started making my head spin!

In case this helps, @ismail-syed also forked the repo and applied a different fix than @jonathanwolfe: https://github.com/ismail-syed/prettier-stylelint-formatter/commit/1f0cf835240d6f61acded2ce85772952f5a2ad1e

Until this comes out of the box, this workaround might help: ```tsx // preview.ts import {CustomComponent} from 'your-library'; const shortCodes = {CustomComponent, Meta, Story, Preview, Source, Props}; addParameters({ docs: {...

Thank you! There's still 8 months or so until this action stops working, but it'd be great to see this warning disappear when it runs! > Node.js 12 actions are...