Dustin Deus

Results 134 issues of Dustin Deus

Hi, I think this package follows the same strategy as https://github.com/Prettyhtml/prettyhtml/tree/master/packages/webparser. Webparser is also a fork of the angular parser. Should we merge them?

question

Please provide details about: * What you're trying to do Ava watch mode with this package. ```json { "ava": { "files": [ "src/**/*.test.ts" ], "typescript": { "rewritePaths": { "src/": "build/"...

bug
help wanted

**My environment:** Node 6.9.2 Windows 10 gnatsd-v0.9.4-windows-amd64 Im trying to run the test but Im facing with many issues 1. Seems that the command is not optimitzed for windows ```...

You have to include `expect.js` in the karma files to expose it as global. ```js // karma.conf.js module.exports = function(config) { config.set({ frameworks: ['mocha', 'riot'], plugins: [ 'karma-mocha', 'karma-mocha-reporter', 'karma-phantomjs-launcher',...

Hi, what is the best approach to connect with multiple databases? e.g if you want to build a multi-tenancy architecture which is database-based. Should I use ODatabase to initialiaze a...

question

From the last successfully build on travis: ``` Bug #27: Slow compared to Restful API Binary Protocol Took 1587ms, 3151 documents per second ✓ should load a lot of records...

question

``` .let('t3', function(e) { e.update('Node') .add('References', '$t1') .where({ Mid: sponsorNode.mid }); }) ``` ``` .let('t3', function(e) { e.update('Node') .set('Field', '$t2') }) ``` ``` .... ``` The $t1 is always converted...

enhancement

How can I create a vertex with a cluster in combination with the fluent api?

enhancement

Hello, Im very interesting in this approach. I would like to know if you still use this method in Stripe or you can say something new about this. Thank you.

Hi, this example demonstrates how to connect to a single primary. I'm missing the configuration and documentation of how the "GEO" cache is used. - What happens if the primary...