Prashant Sinha

Results 27 comments of Prashant Sinha

@timothycrosley I was planning to write this, and open a pull request. However, would you suggest that this is implemented as a `hug extension`, instead, or should the `api.HTTPInterfaceAPI.documentation` be...

Sounds good @timothycrosley :smile:! I think a possible usage could be through something like `spec` parameter, to be explicit. ``` python @hug.not_found(output=hug_yaml.output) def documentation(hug_api, hug_api_version): return hug_yaml.not_found.documentation(hug_api, hug_api_version, spec='swagger') ```

Haw, I've been forever living in the 90s! 😁 I did quite a bit of work to provide 24 bit color support in #4, however, couldn't complete the `API`. Maybe...

Thanks! I keep making typos. Will fix this when I merge aptly named `colorz` branch. :)

Curiously the python port still works fine (ish) with iOS15. The only thing there that does not work is sync between my Sonos's Airplay (which seems to have longer delay)....

When you say "objects", is it one of the primitives or something else? Can you provide an example please? I'm not sure I can reproduce it.

I'd avoid changing defaults without bumping to a major version, since it can break persistent filters for existing users. Curiously, `xxhash` is licensed under `BSD 2-Clause`. I don't know if...

> I haven't created any benchmarks for it... Been there, done that! I think it's a nice hashing method from what I saw in the code (Once upon a time...

How confident are we that this is correct ? xD

Huh, good catch! I'll take a look soon. Thanks! Now that we don't have travis, I guess we'd switch to Actions so we can have a matrix based tests.