Chiu-Hsiang Hsu

Results 63 comments of Chiu-Hsiang Hsu

I use `k8s-openapi-codegen` for Traefik CRDs recently. I use some hack directly in `k8s-openapi-codegen` codebase, and tweak the Swagger manually. Making a CLI tool to accept arbitrary CRD URL or...

I met this issue recently. I'm trying to migrate our logging code to use `loguru`, and then notice some wierd issues. After spending some time figuring out what's happening, I...

@Delgan oh, my bad, thanks for pointing out Yes, renaming it sounds good. I probably thought that's related talk videos or blog posts. I should have looked those pages, my...

The floating window feature is merged :fireworks: Related tweet: https://twitter.com/Neovim/status/1101879098044043264

As a end user, `python-prompt-toolkit` is a pretty great solution on this kind of task to me. The library provide great interactive control and beautiful UI. The applications I've used...

I just find a [`go-prompt`](https://github.com/c-bata/go-prompt) project, looks like they are trying to implement some [`python-prompt-toolkit`](https://github.com/jonathanslenders/python-prompt-toolkit) feature in Go.

@mre I've merged current master in. Current result: `============== 41 failed, 172 passed, 31 skipped in 7.54 seconds ===============` Previous result: `============== 42 failed, 159 passed, 31 skipped in 3.69...

There are some parameters in standard libarary's `json` not included in `hyperjson`, e.g. `indent`. For these features, we can either add it in or add it to incompatabilty docs.

I think the problem will be how do you collect coverage information, at this time `kcov` may be the choice (not sure if we have other choice). Ref: http://sunjay.ca/2016/07/25/rust-code-coverage