Carl Sverre

Results 45 comments of Carl Sverre
trafficstars

Ah, thats really good to know. Approx how stable is moist at this point? Would you recommend using the c library from moist over _mysql?

Awesome! I need to take another look at it. Also, any plans on reducing the version of setuptools required? I have installed it a couple times recently on older systems...

Python 2.6 and above. And preferably support distribute 0.6 and above or so. Here is an example of the experience on Centos 6.4 right now: ``` bash-4.1# easy_install --version distribute...

I like this but I would add spaces between the values: ``` [info] com.github.mrpowers.spark.fast.tests.DatasetContentMismatch: Actual Content | Expected Content frank, 44, us | frank, 44, us li, 30, china |...

Good catch - ScalaTest is almost certainly running trim on the string before printing it which will remove all leading/trailing whitespace. I guess a null byte is also considered part...

:+1: This would be super useful for writing CI/CD runners that assume various roles in order to deploy things.

**CID/DID resources:** * [IPFS CID speciication](https://github.com/multiformats/cid). * [W3C DID Core specification](https://w3c.github.io/did-core/) * [W3C Multihash proposal](https://w3c-ccg.github.io/multihash/index.xml) * [W3C Linked Data Proofs proposal](https://w3c-ccg.github.io/ld-proofs) * [relevant github issue on CIDs and W3C](https://github.com/w3c-ccg/lds-ed25519-2018/issues/3) *...

Honestly it doesn't appear that the code in the repo is the same code that backs the binary on meshbird.com. I can't find the implementation of `meshbird new` which is...

re: your WIP questions > I need to see if we need to do something more to support orWhereFullText What would the behavior of `orWhereFullText` be? > I'm not sure...