David Ascher
David Ascher
Using this test: ``` var log = require('winston'); var cayley = require('cayley'); var client = cayley("http://localhost:64210/", "v1"); var g = graph = client.graph; client.write([{ subject: 'subject', predicate: 'predicate', object: 'object'}...
I'm not sure why ``` dascher-29223:cayley.js dascher1$ mocha cayley ✓ test All (44ms) ✓ test GetLimit 1) test Vertex 2) test V.In 3) test V.Has 4) test Morphism ✓ test...
### Use case: description, code Here's a test case: https://ns-pnhsrgpbju.now.sh/ (click on `imageify` button) ### Expected behavior Ideally the image would be a pixel-perfect match for the original. ### Actual...
Thank you for this effort! This would be a lovely capability to let users add to others' web pages using a webextension browser addon.
It's not clear from reading https://gandalf.readthedocs.org/en/latest/api.html#commit what the format should be for the zipfile payload. I'm hoping it's not the entire repo that we want to see diffed/pushed.
I haven't dug into why yet, but if I install the latest d3 (v4.4), the `this.svg = d3.select(el)...` code in ReactBubbleChartD3.js breaks.
Especially for people who may not be in the Slack channel, it's not obvious how to find out the current state of the CI, and its history. @mhart mentioned on...
probably want to update the readme: sleet:node-mongodb davida$ ./update-mongo-c-driver.sh Initialized empty Git repository in /Users/davida/src/node-mongodb/mongo-c-driver/.git/ remote: Counting objects: 713, done. remote: Compressing objects: 100% (291/291), done. remote: Total 713 (delta...
``` davida@suki ~/s/m/component-button> more test/t2.js describe('Google searching', function() { before(function() { casper.start('http://www.google.fr/') }) it('should retrieve 10 or more results', function() { casper.then(function() { 'Google'.should.matchTitle 'form[action="/search"]'.should.be.inDOM.and.be.visible this.fill('form[action="/search"]', { q: 'casperjs' },...
The CLI says: `Those information ARE NOT STORED, only the generated token will be stored in your global git configuration.` (by which I assume it means e.g. `~/.gitconfig`), but in...