Andrei Glingeanu

Results 7 issues of Andrei Glingeanu

End goal: ship binaries on CentOS 7 with support of dynamic modules (`.node` modules) loading. --- Options tried: 1. `linux-*` prebuilt binaries: any of the `linux-*` prebuilt binaries doesn't cut...

Hi, It seems that resolving `.node` native addons is currently broken on Linux. The issue is, `*.node` file doesn't get properly copied over into `/tmp/pkg`. I've tried looking into `/tmp/pkg`...

1) When I have this line of code (cursor is `^`): ``` = f.text_field :email, autofocus: true, class: "form-control", placeholder: "Email", :"ng-model"=>'email', :'ng-change'=>'detect2factorAuth()' ---^ ``` And I execute `:SidewaysJumpRight` it...

Hello, With the `rewrite_css` filter enabled, [CSS Custom Property](https://developer.mozilla.org/en-US/docs/Web/CSS/--*) definitions are broken -- their definition is lowercased. This is wrong because the css variables [are case sensitive](https://drafts.csswg.org/css-variables/#apis). That is variables...

Hi! I just discovered that when you try to load a file that has an `&` in its path, the `webp-on-demand.php` script fails with this: ``` Sanity check failed for...

Hello, first of all thanks for such an awesome transformer! Currently a component which looks like that gets transpiled into a naive `this.$attrs.renderProp(this.$data)` call, which of course is not correct....

There is a problem saving post when the title field have no text. When we are out of "Visual Page Builder" mode post saves fine, without title.

bug