Results 51 issues of Jasper

At the moment it's necessary to look at the source to find e.g. the `id()` method on `Country`.

enhancement

It can be useful to be able to compare the method of a request, e.g. for implementing some common retry logic: ``` if method == http::Method::GET && RETRYABLE_STATUSES.contains(&status) { warn!(...

enhancement
good first issue

Various callbacks in this crate are defined with fn pointers, e.g.: ```rust pub fn nokhwa_initialize(on_complete: fn(_: bool)); ``` This prevents passing a closure that captures anything, so makes simple patterns...

enhancement
P3

in `Cargo.toml`: ``` nokhwa = { version = "0.9", optional = true, default-features = false, features = [ "decoding", "flume", "input-v4l", "input-msmf", "input-avfoundation", "output-threaded" ] } ``` when running `cargo...

**Is your enhancement request related to a problem? Please describe.** The current public container images for chatwoot do not work on ARM64 servers. **Describe the solution you'd like** Provide multi-architecture...

devops
on-hold

**What I'd like:** I'm able to set the `static` CPU Manager policy with `settings.kubernetes.cpu-manager-policy`, but I can't set any options for it. I'd like to be able to set the...

eks

### Terraform Version ```shell Terraform v1.3.0 on darwin_arm64 + provider registry.terraform.io/hashicorp/aws v4.31.0 + provider registry.terraform.io/hashicorp/kubernetes v2.13.1 ``` ### Terraform Configuration Files Unable to provide. ### Debug Output Unable to provide....

bug
waiting for reproduction

### Description The k8s PodSpec object has a field called `schedulerName`, to choose which scheduler should be used to schedule the Pod. It defaults to `default-scheduler` and can otherwise be...

enhancement

Ref: jitsi/jitsi-xmpp-extensions#82 This shouldn't be merged (and tests will fail) until jitsi-xmpp-extensions is updated.

You could get a free [Let's Encrypt](https://letsencrypt.org/) cert and [set up TLS on App Engine](https://cloud.google.com/appengine/docs/python/console/using-custom-domains-and-ssl?hl=en#adding_ssl_to_your_custom_domain). If you only support SNI, which curl has had support for since 7.18.1 which was...