binarious

Results 43 comments of binarious

Same here. Any news? @schmittjoh?

I ran into this inside a docker container. Adding ```yml jms_di_extra: disable_grep: true ``` works fine. I think this issue can be closed.

I was seeing this error using the [official docker image](https://hub.docker.com/r/duplicati/duplicati/) which hasn't been updated for months. Switched to [linuxserver/duplicati](https://hub.docker.com/r/linuxserver/duplicati) and the error disappeared.

@drwtsn32x That's a workaround and one of many reasons why new images should be produced regularly.

Workaround 1: ```js new autoComplete({ resultsList: { element: (list, data) => list.setAttribute('aria-label', 'My Label'); } }); ``` Still results in `axe` errors, because this only gets executed and added on...

Same problem for me with the following setup: ``` browsers: [ 'ChromeNoSandbox' ], customLaunchers: { ChromeNoSandbox: { base: 'Chrome', flags: ['--no-sandbox'] } }, ``` karma-chrome-launcher: 2.0.0 karma: 1.3.0 chrome: 53.0.2785.116...

I'm having the same problem, but in TS scripts: **global/const.ts** ```ts const USERDATA = { USER_HOME: '0_userdata.0.user_home', // ... }; ``` **common/test.ts** ```ts console.log(USERDATA); ``` Results in: > ReferenceError: USERDATA...

This results in ``` NoMethodError: undefined method `[]=' for nil:NilClass /usr/local/lib/ruby/gems/2.4.0/gems/jekyll-multiple-languages-plugin-1.5.1/lib/jekyll-multiple-languages-plugin.rb:38:in `block (2 levels) in ' /usr/local/lib/ruby/gems/2.4.0/gems/jekyll-multiple-languages-plugin-1.5.1/lib/jekyll-multiple-languages-plugin.rb:34:in `delete_if' /usr/local/lib/ruby/gems/2.4.0/gems/jekyll-multiple-languages-plugin-1.5.1/lib/jekyll-multiple-languages-plugin.rb:34:in `block in ' /usr/local/lib/ruby/gems/2.4.0/gems/jekyll-3.5.1/lib/jekyll/hooks.rb:98:in `block in trigger' /usr/local/lib/ruby/gems/2.4.0/gems/jekyll-3.5.1/lib/jekyll/hooks.rb:97:in `each' /usr/local/lib/ruby/gems/2.4.0/gems/jekyll-3.5.1/lib/jekyll/hooks.rb:97:in `trigger'...

Any news? I still don't see it.

Hi @flouthoc, I'll also do my best to create a small reproduction setup. Thank you for looking into it.