David Xia
David Xia
instead of failing with an error if a file is a symlink.
Hi, thanks for this project. It's currently hard to find the git commit associated with a released version in the [CHANGELOG](https://github.com/backstage/mkdocs-monorepo-plugin/blob/master/docs/CHANGELOG.md) if I want to look at source. Can you...
Line 135: `call_user_func_array()` expects parameter 2 to be array, string given by `$_SERVER['REQUEST_METHOD']`. My workaround: ``` call_user_func_array('r404' , array($_SERVER['REQUEST_METHOD'])); ```
This line is too restrictive. We should allow the helios package to be installed if any JRE version >= 8 is available. https://github.com/spotify/homebrew-public/blob/c116d08ea6fe0161480d761a786ea3d9655ddcd5/helios.rb#L9
This is a feature request. Most of the Kubernetes objects have a set of fields in common: * kind * apiVersion * metadata * spec Currently the various model classes...
https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml
[`mapErr()`](https://github.com/Leopard2A5/result-flow/blob/master/src/main/java/de/perschon/resultflow/Result.java#L157) > returns the result of the given @{link Function}, wrapped in a new Err Result instance. Otherwise returns this I'd like to return a Result instance that could be...
Right now the YAMLs use the `default` K8s namespace. I wanted to deploy the webhook, Issuer, and Certificate to the `ray-system` namespace. Some documentation on how to manually edit or...
#### What type of PR is this? /kind feature #### What this PR does / why we need it: #### Which issue(s) this PR fixes: closes #2750 #### Special notes...