Results 17 comments of Duncan Wong

I've also run into this issue. The only plugins we use are: ``` - serverless-offline - serverless-domain-manager - serverless-aws-alias ``` And the error: ``` Error: The CloudFormation template is invalid:...

Are all of lucene's dates stored as binaries? I'm trying to retrieve the value of my date field given the printed utf8 string Awesome tool by the way :)

Ah, I compared with Luke to get a solution. I was able to read the long value of my lucene index value via: `NumericUtils.prefixCodedToLong( text )` where `text` is the...

hm, I would imagine this problem would exist for other users of UMD and react-native. Basically, it your environment goes into the node js case, when it shouldn't.

It may be a bug, what do the meta files in artifactory look like? There should be one at root level of the project and another inside the version

Hm, surprisingly this is not supported...I could've sworn that it was. PR's welcome :)

I agree, I don't think the library should be parsing arbitrary specs, but the crashing is not good. I think what makes sense is simply to check for type: ```...

I just reverified and it seems to work for me Can you list your dependencies in package.json? What version of node are you using?

ahh, I suppose it would be nice to be able to be compatible. Can you send me an example of how you're using it with Promises?

I see, I will accept a PR if you make one Its not an original goal of this project, but supporting it doesn't seem difficult at all Thanks!