Dan Simon

Results 8 comments of Dan Simon

Hey @pomdtr, can you include the versions of `klio-exec`, `klio`, and `klio-core` you're using in your image? Can you also include whether your project is using `setup.py` or FnApi for...

Now that we have solr in place, allowing the import of arbitrary JSON should be ok, since we can pretty easily index whatever data we want into solr without having...

I don't think we've fully figured this out, but I'm going to start prototyping two features that I think will help solve this issue: 1. Store "asset_meta_group" in the database....

Yeah that's a bug with the macros not properly namespacing the parsers. I'll have that fixed shortly.

I just pushed a fix to master that should resolve the issue.

Very odd, I'm not able to reproduce this error. Try doing `cargo clean` and then `cargo build`. I've run into issues before when updating without doing a clean.

Weird, that works fine for me. The only changes I had to make to your code were add `#![feature(plugin)]` at the top and a main fn. Also my Cargo.toml looks...

Haven't tried yet but I'll give it a look.