Emma Fabre

Results 48 issues of Emma Fabre

I have two screens and I constantly switch the main one because I also use one of the two for the PC. Would love to have a command like `m...

enhancement

Putting all style inline give it precedence over any left style in the style tags or linked stylesheet. For most properties this is the wanted behavior, the only exception is...

I'm not sure this is doable, but bear with me. Currently in JS files, Github Linker will autolink requires that are in the same repository: ``` js require('./../foobar.js'); // Will...

feature

I'm passing two dynamic links to stylesheets to `react-helmet` like this: ``` js const links = [ { rel: "stylesheet", href: `/dist/stylesheets/themes/${someVariable}.css` }, { rel: "stylesheet", href: "/dist/stylesheets/core.css" } ];...

bug

I updated `refmt` to 3.3.3 and it modified one my blocks in the following way ```diff - expenditure - |. getExpenditureAccounts - |. Belt.List.fromArray - |. Belt.List.getBy(id => id ==...

Maybe I'm just too used to `generate:migration` but it would be nice to be able to do this: ``` $ php artisan commander:generate Acme/Bar/SubscribeUserCommand --properties="first:string, last:Some\Class" ``` And have the...

I have a class `.layout-header .layout-header__logo--small`. When minified it now becomes `.layout-header.layout-header__logo--small` which of course fails. This wasn't happening before so I'm not sure where it's coming from, if it's...

Is there a way to set filters on all collections ? Like, I pretty much always want my collections to be raw on local and to have the CssMin and...

Me again – in Basset 2 there was a Config class that mirrored what `config:publish` does now, would it be possible to port it back to the L3 repo ?...

easy

Currently the `getRelativeDate` method only ouputs in english, it would be nice to be able to set a custom `$units` array and the `ago` string to allow manual translation of...

enhancement