Chris Marshall

Results 24 comments of Chris Marshall

JOELwindows7, The MIT license permits sublicensing the software and you can license any subsequent software you create with your own license, however, you are not permitted to relicense (i.e. change...

I will try and reproduce and get this fixed. It should be able to do that but I suspect that the logic I wrote to build the tree of directories...

This idea is so cool! and like @thomasluce mentioned a lot of the components are already there to enable it. The only potential issue is it is a little hard...

http://yaml.org/type/bool.html In YAML the key can be a value, and a boolean can represented with (n|N|y|Y). During parsing the type appears to be identifying N as a boolean type so...

Thanks for replying, this is good to know! I agree completely wrt to the NodeJS version of ioq3ded, it ran so poorly (by like a factor of 20 times or...

I had an issue running CockroachDB as well that if memory serves I had similar errors. The problem I had was related to the ID field, where the SERIAL type...

In addition to this, both `crit create token` and `crit generate token` specific `cobra.MinimumNArgs(1)`. `crit create token` should instead specify `cobra.MaximumNArgs(1)` and `crit generate token` should specify `cobra.NoArgs`.

There is currently no plan to create a SQLAlchemy dialect that communicates with giraffez as a DBAPI. While I'm not a huge fan of SQLAlchemy as a whole, I would...

Is this using `giraffez.BulkExport` or `giraffez export ...`? If so, then I believe that the issue may be that the underlying Teradata driver/protocol, FastExport, probably doesn't support the `Number` data...

Can you give the full traceback for the error? Everything seems to point to it not being supported by the Teradata drivers (it is possible the Teradata drivers translate Number...