Herman Jensen

Results 13 issues of Herman Jensen

Alternative to #168 Fixes #5 This PR isolates the suspense guarding into a function, which is then called in the `data` and `error` getters returned from `useSWR`. This allows you...

**Is your feature request related to a problem? Please describe.** I am trying to deploy my application to OpenShift. I've set up routes correctly, but i keep getting this error;...

enhancement
help wanted

Addresses #1739 Add optional cancellationToken param to DownstreamWebApi methods and extension methods allowing consumers the possibility to cancel the operations. For now I passed the cancellationToken down to methods supporting...

DownstreamRestApi

Addresses #1740 The MS docs recommends [implementing resilient http requests](https://docs.microsoft.com/en-us/dotnet/architecture/microservices/implement-resilient-applications/use-httpclientfactory-to-implement-resilient-http-requests) using libraries like Polly. At the same time, the recommended way to make authenticated api calls is through the [IDownstreamWebApi...

DownstreamRestApi

**Is your feature request related to a problem? Please describe.** I'd like to add Polly policies, described in [these docs](https://docs.microsoft.com/en-us/dotnet/architecture/microservices/implement-resilient-applications/use-httpclientfactory-to-implement-resilient-http-requests) on how to implement resilient http requests. However I can't...

enhancement
Feature Request

**Is your feature request related to a problem? Please describe.** I'd like to be able to pass a CancellationToken to IDownstreamWebApi methods, allowing me to cancel requests and tasks. This...

enhancement
Feature Request

Hi! It would be nice if the ListDropdown filter would prioritize exact matches. For example, in Create RoleBinding UI, when I search the Role list for `edit`, I get these...

lifecycle/rotten
kind/feature
component/core

### Summary: Passing `closeTimeoutMS` to an open Modal makes it unrecoverable if it's part of a render that suspends. ### Steps to reproduce: 1. Create a component that contains an...

Some new built-in variables are available when creating a template with .NET, seems we can rely on them instead of the `projectOnly` user input workaround. https://github.com/sayedihashimi/template-sample/issues/31#issuecomment-1004234472 @loekensgard

dotnet

Template dependencies should be managed by dependabot (if possible).

fastapi