Jordan Brant Baker

Results 16 issues of Jordan Brant Baker

Expected behavior: That tests run consistently whether in coverage mode or not. Specifically that stack traces would contain the same paths. These paths are used by testing tools like `snap-shot-it`...

### Scenario I'm getting some exceptions in a large app that is complaining that a Mongo operation failed but there is no line number from my app. See the reproduction...

confirmed
Project:Mongo Driver

This is an enhancement request. I do a lot of testing in the Meteor framework and it's painful to restart the test process due to Meteor's relatively slow first build...

Is there a way to track anonymous users?

question

Getting: lib.coffee:1131 Uncaught ReferenceError: meteorBabelHelpers is not defined seems to be related to https://github.com/peerlibrary/meteor-subscription-scope/pull/3/files and https://forums.meteor.com/t/meteor-1-8-2-beta-17-referenceerror-meteorbabelhelpers-is-not-defined/50097/6 I changed it to... ``` fields = Object.keys(Blaze.TemplateInstance.prototype) blazeComponentMethods = Object.keys(BlazeComponent.prototype) for i in...

It would be great to be able to restart the tests using the VSCode UI. Sometimes I am deep into a debugging session and the test times out for some...

enhancement

iOS 14 has introduced a dialog to ask users if they will permit an app to access the local network. This appears for the first time when a Cordova app...

OS: MacOS 12.5.1 (plus others) [Playwright](https://github.com/microsoft/playwright) is a browser automation and testing library maintained by Microsoft, and created by former puppeteer engineers. Very popular project, 41.5K stars on Github. #...

confirmed
needs-investigation

I'm using a URL like: `https://whatever/?apikey=foo-bar-baz-etc` And I get: ``` TRACE: elktail.go:282: Not saving query terms. Total terms: 0 ERROR: elktail.go:73: Could not connect Elasticsearch client to https://whatever/?apikey=foo-bar-baz-etc: no Elasticsearch...

TLDR - getting error: `KeyError: "Django settings doesn't define RESOLVER"` Have this in my requirements.txt: django-assets==0.10 webassets==0.10.1 Django 1.6.4 When running tests I get this error: ``` ... File "/Users/jbb/.virtualenvs/fifteen5/lib/python2.7/site-packages/django_assets/templatetags/assets.py",...