Eric Kidd

Results 172 comments of Eric Kidd

> Though now Typescript is having trouble loading some other modules... any clue how to fix that? A lot depends on whether your TypeScript setup was working correctly _before_ applying...

Thank you for your response! I'm eagerly looking forward to the day that I can port `cage` to use `shiplift`, and then deprecate `boondock` in favor of your library. :-)...

I have a rather pressing need for this on a work project that's experimenting heavily with diesel, and I can almost certainly talk my boss into letting me work on...

@killercup Thank you for the encouragement! I've opened a "work in progress" PR at #561, just so we can visualize what I'm thinking about. I agree that it would be...

I now have a preliminary implementation of the `json` and `jsonb` data types and conversion to and from `serde_json::Value` at #561! I haven't attempted to implement any of the JSON-specific...

For the case where someone needs a value `T` plus the input slice, I tried doing this, as @bruceiv suggested: ``` /// Return both the value and slice matched by...

Thank you for showing how to make this work! Here are some rambling thoughts on use cases... My employer already has a heavy investment in Ruby and Node.js, and we're...

OK, here are my notes on using private Git repos with `cargo` and our CI system. So far, this is mostly a list of things which don't work, in case...

@alexcrichton As far as I know, both `bundler` and `npm` allow `https` URLs with embedded passwords, which makes it pretty easy to use GitHub deployment tokens. These aren't ideal from...

OK, just a quick follow up: We _do_ finally have private git repositories working with a credential helper. In practice, it's a significant nuisance to set up across developer machines...