Loris Cro

Results 30 comments of Loris Cro

@C-BJ are you interested in contributing a translation for the language reference? Or are you asking more in general? The documentation for the standard library can't be translated because it's...

Thanks I'll fix this as soon as we merge the pending translation PRs.

That might have been an imprecision in the old build, can you confirm if the same problem is present for the 0.8.0 release? Thanks!

From the front page and from the Learn section you can access a Getting Started guide with some information on how to use the archives and other alternative installation methods....

The Getting Started guide shows you how to get to a hello world application, but regardless I would happily accept a PR to add that example in the samples section!

Thank you for the report, I think you raise good points. I'm working on a website redesign and I'll do a content pass once I have figured out what the...

I could, but also, what do you plan to do with the code in this repo?

You are using python 2.6 which doesn't have support for generator expressions for dicts. Upgrade to python 2.7 and you're good to go. On Jun 11, 2014 7:30 AM, "Fry2412"...

I'm not familiar with the code but a solution might be that you edit that file (and others that might have the same kind of expressions) like this: ``` python...

Hi, benchmarks are a bit of a tricky subject, as AFAIK this is the only Cuckoo Filter implementation that delegates hashing to the client. Any benchmark would not be directly...