Nicolas Grilly

Results 8 issues of Nicolas Grilly

Currently, DevDocs only scraps Python library reference rooted at https://docs.python.org/2/library/index.html. It would be great to scrap the full documentation rooted at https://docs.python.org/2/.

docs/improvement

`cherrypy._cpreqbody.Part.read_headers` incorrectly assumes the part headers are encoded in ISO-8859-1 (the encoding is harcoded in the function): https://github.com/cherrypy/cherrypy/blob/2d1b3c6120f7776918d9b67c25baf2e45e4b3bbd/cherrypy/_cpreqbody.py#L641 This is a significant issue when uploading a file with a non-ASCII...

bug
enhancement
help wanted
CherryPy code
reproducer: missing

Can Xapiand highlight matching text within document fragments, using `Xapian::MSet::snippet`under the hood?

enhancement

Today, I reran the benchmark using Go current master branch (golang/go@78c46581f4da82473f3efcbbe1f3b48625f88471). Go's latency is now similar and even better than OCaml: ![histogram](https://cloud.githubusercontent.com/assets/594688/18558902/39f57974-7b75-11e6-817c-30b26aab9607.png) Here is the related issue: https://github.com/golang/go/issues/16293. And here...