Michael Zedeler

Results 25 comments of Michael Zedeler

+1 to this issue. Very happy that it has been left open and keep up the good work.

+1 from me. By the way: I haven't found a way to make the editor stop inserting tabs in stead of spaces. The global configuration says so, but autoindents are...

I can volunteer to try fixing this problem if only someone can point me in the direction of where to fix it. All the Java stuff somewhat put me off...

:+1: Great work. I've really missed this fix.

I have a similar, more contrived example where axios is mocked even though the folder structure is like this: ``` WidgetA/ WidgetA/__mocks__ WidgetA/__mocks__/axios.js WidgetA/WidgetA.js WidgetA/WidgetA.test.js WidgetB/ WidgetB/WidgetB.js WidgetB/WidgetB.test.js ``` If...

I have this issue as well. Let me know if there is anything I can do to help get this fixed.

No. That really isn't possible because we may have several concurrent jobs at the same server, but I found a different solution: ``` def is_selenium_request(request) request.headers['User-Agent'].match(/^selenium\//i) || ( # The...

Does this also work with websockets? I'm constantly getting http 404 for `http://localhost:3001/sockjs-node/info?t=` when i use `http.createServer(wds.app).listen(...)`.

I can help fix the bug - I do a lot of React coding, but a failing test case would be nice to have.

The underlying bug is that text-mask doesn't handle deleting fixed characters from the mask. I think that if we can get this bug fixed, we would get rid of the...