Patrick D'appollonio

Results 22 issues of Patrick D'appollonio

Akin to `--include-kind` and `--include-name` and their `--exclude-*` counterparts (as well as #22), for more complex case scenarios it might be worth providing some sort of filtering where an expression...

enhancement
help wanted
community-feedback

Now that `--include-kind` and `--include-name` and their `--exclude-*` counterparts are in, as well as supporting globs on either of them, I should add: * `--include`: to include any resource based...

enhancement
good first issue
community-feedback

### What did you do? Tried to split this file: ```yaml # foo bar baz # a b c --- apiVersion: apps/v1 kind: Deployment metadata: name: hello-docker spec: replicas: 3...

enhancement
help wanted
community-feedback

Some users have reached out asking for this app to be delivered via a container for multiple reasons: * Ability to plug it as part of a multi-stage build where...

help wanted
good first issue
community-feedback

From a person using this: after using HTTrack to get a static copy of a website served by `http-server`, they noticed the `content-type` meta tag was not present, so `httrack`...

bug

It would be a good starting point to return the file and, if 404 and SPA mode is enabled, then return the index page.

enhancement
help wanted

### What did you do? I have a bunch of manifests that need to be split by group and kind. I have two CRDs which both register an `Application` object...

enhancement
community-feedback

[Like Netlify, we should support a file called `_redirects`](https://docs.netlify.com/routing/redirects/) that should be formatted like this: ``` /foo/ /foo-bar/ # redirects any request starting with /foo/ to the same request into...

enhancement
help wanted