curio77

Results 22 comments of curio77

I've created a [pull request](https://github.com/David-Desmaisons/vue-plotly/pull/15) for the config prop. I've realized that one can just pass additional props that get merged into the config object created internally, but passing a...

So, without wanting to further spam this issue, what works is adding this right before `Plotly.newPlot(…)` in `mounted()` (of the Vue component's source): ```javascript Plotly.register(require('plotly.js/lib/locales/da')); ``` This in combination with...

Same here! Also doesn't work if the proxy is specified explicitly on the command line via `--proxy`, `--https-proxy`. This is with v0.18.0.

Same BTW for `MAX()` with PostgreSQL on an `INTEGER`-type column. Seems like a more general issue.

Yes, but how to resolve? This happens following that tutorial without any adjustments with respect to Scala. I've tried alternative Scala versions already by adding, e.g., `-Dscala-2.11` to the `mvn...

Thank you, Albert, for your efforts. I'll look into the link you posted!

Indeed, Ctrl + Shift (_not_ Ctrl + Alt, though) works in Konsole. But it's curious that that's required, never had that with anything else.

Just my two cents: How about making the delimiter variant a separate Method, like `.ColumnsDelim()`? And while having a variant taking a rune or string for the second argument is...

Sounds good, I guess this could/should then have variants for different types of delimiter definition mechanisms (string, regexp, maybe a func)? Speaking of which, having a func option would allow...