Rhys

Results 57 comments of Rhys

If this is a cool feature to add and not easily done through some other means I don't know I could work on a PR.

@sporritt Happy new year! Any luck? I found this issue: https://github.com/jsplumb/jsPlumb/issues/158 Which is related, but looking for more of an orientation parameter or auto rotate for custom overlays.

Looking at the code, the arrow decides its orientation based on point locations (head and tail) on the connection path : https://github.com/jsplumb/jsplumb/blob/master/src/defaults.js#L1120 We could also use how these points relate...

Hmmm... this is definitely a bug I'll look into it and report back once I've got a fix. Thanks for reporting @cleversomeday ! Sorry on the late response - I...

Hi @willyk26 I think that part is only in the demo currently and not available programatically. Under the hood the `trace` render type is using Potrace: http://potrace.sourceforge.net/ github mirror: https://github.com/skyrpex/potrace...

Hi @elibroftw - Currently VSCode doesn't provide us a way to auto hide notifications after a certain amount of time - https://github.com/Microsoft/vscode/issues/2732 Thanks for bringing this up, it makes sense...

Fixed in https://github.com/mongodb-js/vscode/pull/354 - feel free to reopen if the command still fails - thanks for reporting!

@diegoleme Have you run `npm install` since updating in the repository?

Ticket to track a fix here: https://jira.mongodb.org/browse/VSCODE-310 Thanks again for reporting!

@glucaci thanks for the feature request - another alternative is logging the results from those separate queries, `console.log` with `EJSON.stringify`, `limit`, and `toArray` should work, which will output the logs...