Brandon

Results 5 issues of Brandon

The post body doesn't print using the example in the README ``` Fuel.post("https://httpbin.org/post", listOf("foo" to "foo", "bar" to "bar")) .also { println(it.url) } .also { println(String(it.body.toByteArray())) } ``` The url...

### Describe the bug I am trying to get the refresh token to trigger automatically. I am using okta-auth-js with the okta-react library. I am listening to the token events...

bug

This is a revived version of this closed PR with all the comments addressed https://github.com/grafana/grafana/pull/76084 @JacobsonMT @yuri-tceretian What is this feature? This PR deletes alert_rule_version records for an alert rule...

area/alerting
area/backend
add to changelog
pr/external
no-backport

Addresses Issue https://github.com/kafbat/kafka-ui/issues/372 ![Screenshot 2024-06-21 at 4 55 36 PM](https://github.com/kafbat/kafka-ui/assets/2858207/a0ca9a31-f1e3-4560-9011-333343d3813e) ![Screenshot 2024-06-21 at 4 54 35 PM](https://github.com/kafbat/kafka-ui/assets/2858207/a112c975-573a-45d9-b008-fa1321bca995) - [ ] **Breaking change?** (if so, please describe the impact and migration...

hacktoberfest-accepted
status/triage/manual
status/triage/completed
status/feedback-requested

**Subsystem** Client **Motivation** I need to override the default headers with custom headers **Solution** The issue is with this code block. ``` val defaultRequest = DefaultRequestBuilder().apply { headers.appendAll([email protected]) plugin.block(this) }...