osher
osher
I believe you mean `${{ secrets.GITHUB_TOKEN }}` when you write `${{ secrets.github_token }}` ?
Hi, What mechanisms kue provides me for searching a job by it's data? My use-case comes from the RTB world, where ad campaign settings need to be visited daily -...
## Link to bug demonstration repository https://github.com/mariszin/nyc-coverage-0-sample (Taken from #1076...) ## Expected Behavior After tests, nyc should show 100% coverage ## Observed Behavior When running tests on Windows, the coverage...
This is a rather advanced thing, and I'm not sure it's totally possible within the specs, but here's the use case. I got a schema that describes an object, where...
if you try to run serialy tests that were originally written for parallel - you get 'undefined' for the named assert argument. this change is required for consistency between writing...
Disable cursor handling on windows. No need - it runs well without
I would like an option that controls the sorting of fields in the meta section. values may be `desc`, `asc`, or a custom function provided by the user in case...
Hi, I'm trying to use `mongo-express` as visualizaiton for an `AWS-DocumentDB`, and I get crashes which are basically fixed by this commit on the mongo-express repository: https://github.com/mongo-express/mongo-express/commit/d64fcbf4f6b64477efb23d869a6b79a98cb9a36d#diff-47f5a050a0e0238f16c6feb8aa5a36aa I believe my...
Bumped also own version to 0.6.0 because of upgrade to mongodb@2
What can I use to sample the headers I should expect from a server? The OpenApi spec allows [definition of response headers](http://swagger.io/specification/#responseObject). I noted `sway.Response#getSample()` - which is cool -...