Fang-Pen Lin

Results 17 issues of Fang-Pen Lin

## Expected Behavior I guess this is more like a feature request. Now I can run the operator with `--namespace` argument like this ``` kopf run my_operator.py --namespace=default ``` correct...

enhancement

Just realized all my CI build pipeline with yarn are broken with error similar to this one: ![Screenshot 2022-05-15 170211](https://user-images.githubusercontent.com/201615/168500400-d9156216-3726-4f6a-8191-f041f5123c4a.png) After looking into the issue, it appears that GitHub is...

We have a scenario, say you have a message schema ``` python class MessageSchema(colander.MappingSchema): header = EventHeader() payload = Payload() ``` For the payload, you can define it like this...

``` def urlparse(url, scheme='', allow_fragments=True): """Parse a URL into 6 components: :///;?# Return a 6-tuple: (scheme, netloc, path, params, query, fragment). Note that we don't break the components up in...

bug

I built a library WTForms-Bootstrap5, it provides Bootstrap 5 favor renderer with great customizability. This PR is for adding the library in the "Third-Party Library Integrations" readme section.

#### What type of PR is this? For fixing the wrong cwd bug in podman: https://github.com/containers/podman/issues/18907 > /kind bug #### What this PR does / why we need it: I...

approved
stale-pr

I made a stupid mistake, I add a tag `test-build` for testing building pipeline, and then a new .deb file was uploaded to our apt server. Since the version `test-build`...

I noticed that our Release file is not quite right: ``` Codename: precise Date: Thu, 13 Feb 2014 10:40:25 UTC Architectures: amd64 i386 Components: main stable unstable MD5Sum: c62e7e3300f72e80f0088d1315950b9d 1593...

Hi there, I was checking all my machines running nix with ``` nix run nixpkgs#nix-tree ``` And I noticed that the a dependency coming from `devenv` to `cachnix` and then...