Paulo Pereira

Results 10 issues of Paulo Pereira

The logical resolution of the iPhone 13 mini and 12 mini is listed at 360 × 780, but it’s actually 375 × 812 (same as 11 Pro, XS, X), but...

Makes it easier to automate usage with projects such as [main-bower-files](https://www.npmjs.com/package/main-bower-files).

Have this piece of code that imports component files based on a variable. ```less @components: { columns: true; ratios: false; }; each(@components, { & when (@value = true) { @import...

bug
low priority

Improves support for `aria-*` attributes without having to nest in `attrs`. Implementation is the same as `data-*` attributes.

Hi! I’m running into an issue where a `browserify-shim` dependency isn’t being included. browserify-rails config: ```ruby Rails.application.config.browserify_rails .commandline_options = [ '-t [ babelify --presets [ es2015 react stage-0 ] --plugins...

I originally filed this as a bug on VSCode itself, but it turns out it’s vscode-liquid causing it. Please see for details: https://github.com/microsoft/vscode/issues/81756

VS Code Bug
Fixing in Liquify

Is this intended? It’s a little weird, made me think it was a `.rss` file. ![](http://d.pr/i/Rf3S/5zczEm5X+)

enhancement

## Problem The proposed URL for checking websites, (`http://cssprefix.com/[URI]`) doesn't work with local web pages, either with a local webserver or plain `file://`. This means that the developer needs to:...

Interpolated ruby code in a ruby string doesn’t get marked up as ruby code, but instead, as string. ![screen shot 2016-06-03 at 12 42 58](https://cloud.githubusercontent.com/assets/69427/15776562/c67dce44-2988-11e6-8a79-eeba858c50cb.png)