Results 11 issues of Surya

### Feature Request ### Flux `Kustomization` should allow `.path` pointing to individual files and not just folders The `.path` field in flux's [Kustomization CRD](https://fluxcd.io/docs/components/kustomize/api/#kustomize.toolkit.fluxcd.io/v1beta2.Kustomization) must currently be a folder. This...

enhancement
area/UX

In chapter 3, we create a function to insert subscribers ```rs pub async fn insert_subscriber(pool: &PgPool, form: &FormData) -> Result { sqlx::query!( r#" INSERT INTO subscriptions (id, email, name, subscribed_at)...

When downloading binaries from a GitHub releases page, or downloads/release pages in general, there should be checksums available for reference. Examples: GitHub CLI: https://github.com/cli/cli/releases/tag/v1.9.2 GitLab CLI: https://github.com/profclems/glab/releases/tag/v1.16.0 Both have a...

1. The document generated should have backticks For example: Current behavior: /// RuleGroup is a list of sequentially evaluated Expected behavior: /// `RuleGroup` is a list of sequentially evaluated 2....

enhancement
help wanted

As per [the doc in github](https://docs.github.com/en/rest/repos/contents#get-repository-content) for files that are large i.e) 1-100MB "the content field will be an empty string and the encoding field will be "none"." 1. The...

Does not work for JSON requests for rails 5.0

Only the first request after the request to the origin is cached.

I would like to install this package in my sublime. However, this is not getting listed.

build was failing in my macos m1, adding this in `.cargo/config.toml` fixed the issue.