Olga Grabek

Results 6 issues of Olga Grabek

I'm using `n` as my node version manager. When I'm on version 16.5.0 and I go to the project with lower version eg. 6.7.0 or 10.4.1 I get an error:...

Docs claims this is possible, but I don't see such option.

### This is a... * [ ] feature request * [ ] bug report * [x ] usage question ### What toolchain are you using for transpilation/bundling? * [ ]...

I'm using dustjs-linkedin v. 2.7.2 with webpack. When I'm importing dust: ``` import * as Dust from 'dustjs-linkedin'; ``` or ``` const Dust = require('dustjs-linkedin'); ``` the imported object doesn't...

This is fix for issues #569 #589 #562 #573 In jQuery 3 they changed internal implementation of height() method. Before it used offsetHeight to return height value of the element....

Are there any plans to prepare js/Dockerfile-10.x ?