Results 78 comments of Uli Köhler

@dolohow I think it should be `cmake .` instead of `cmake CMakeLists.txt` Also, it would be gread if you'd add a paragraph like this: In order to build the test...

Is ``` coffeescript records[0]?.default = true ``` a correct CoffeeScript expression? I can't find any lvalue-?. expression on http://coffeescript.org/ ... which IMO matches the error message which basically says _Hey,...

Yes, when converting my code to work with CS redux I had a lot of errors related to the intentional deviation cited by you, but IMO the behaviour is still...

@michaelficarra Thanks for looking into this, but to be honest I think even if it is _discouraged_ to use semicolons at the end of lines, CS Redux shouldn't yield unexpectable...

Thanks @michaelficarra and @martinheidegger ! @michaelficarra No problem, a month isn't really long, considering some people from other repositories haven't answered after more than a year ;-)

Thanks for the report; I suspect that it's related to librocksdb having been updated recently. I will have a closer look later this week when I have more time. Best...

I think of ZeroBin as a software (which you should install on your own server and there is virtually no excuse of not doing that ;-) ) rather than a...

I agree, this pull request should be merged, it is quite useful indeed. Note, however, that this repository is pretty much not maintained by the author and AFAIK no-one has...

I think it's possible to hack _something_ together, either by creatively combining curl/wget, some sed-like tool and openssl (for decryption), or by using a small NodeJS, Python or similar script...

@dietmarw I assume you don't want client-side JS to be included in the page. The problem is, this entirely bypasses the security feature (= the one feature that makes it...