kavink

Results 16 issues of kavink

Readme says usage is as follows ``` var jp = require('jsonpath'); var names = jp.query(cities, '$..name'); ``` wondering how do I make the same work with ES6 style e.g. something...

Wondering if its a bug or an expected behavior where DAG allows circular workflows ? I was expecting it would not be allowed. BTW: Great work, just discovered this and...

enhancement
feature-request

Are there any plans to support COLLATION in Fluent or Postgres-kit/MySQL-kit https://www.postgresql.org/docs/current/collation.html I am trying to create a COLLATION during schema creation in the Migration script . Is there a...

enhancement

I cannot seem to find docs how to write a new pronto runner and how to run/test it locally. Would be great if i can get some help. Basically i...

enhancement

For my form I need to pre-fill the value from server which end up as Integers. But when I try to pass that to Autosuggest it fails, It does not...

Wondering if selinon has plans to integrate jinja2 so users can use templates for variables and also ability to dynamically chain output of one task to input of other tasks...

question

I am using : https://github.com/kvesteri/sqlalchemy-utils just so that I dont need to worry if I using Postgres in production or sqlite in dev environment .But from looks like it, I...

Has anyone have examples of copying Cassandra data into Hadoop?

I have a lot of forms in expansion panel and all of them have arrays in them. I am seeing significant performance impact . On further investigation looks like Chrome...

Does ```apollo-redux-form``` work with Apollo 2.X ? or only works with 1.X ? Mainly because Apollo 2.X does not use redux, So if this works, please can someone point me...

help wanted