Danil Kolesnikov

Results 6 issues of Danil Kolesnikov

Vegas doesn't graph if the user imports circe 0.9.3 in Zeppelin. To reproduce in Zeppelin, import the following in the spark interpreter and run a sample Vegas example: * org.vegas-viz:vegas_2.11:0.3.11...

I am not sure if this is considered a feature or a bug by the library authors, When running `sbt provided:dependencyBrowseGraph` with sbt of `1.3.4` and sbt-dependency-graph of `0.10.0-RC1`, I...

When defining an enum with a Number String like `"11201"` or an Int like`11201`, it will result in a schema validation error `Names must match /^[_a-zA-Z][_a-zA-Z0-9]*$/ but "11201" does not.`...

- successfully installed and generated doc After running `npx prisma-docs-generator serve` getting the following: ``` env: node\r: No such file or directory ``` After running `node node_modules/prisma-docs-generator` getting empty return,...

Here is a loom: https://www.loom.com/share/062fa7896f644cbf8e5075d95ea4594b My config: ``` { "autorun": true, "autokill": true, "terminals": [ { "name": "front", "description": "front end - brooklyn", "icon": "eye", "commands": ["front", "start"] } ]...

bug
needs more info

We have a use case we would like to paginate the output of a query due to the size of the output. Has this been discussed before? Having something like...

needs-api-design
new-plugin