Daniel Richter
Daniel Richter
I'm running proxmox behind a reverse proxy so I access it in the browser at proxmox..de, when I tried to supply that as the ?target parameter python through a bunch...
The documentation states that for using this library in an imperative way (e.g. for using with redux) one should configure the `oidc-client-ts` library with the `WebStorageStateStore` option and that the...
First and foremost: I recognize that this feature request conflicts the principles of a small and immutable os, but I'll elaborate why I would need this and how it can...
I'd like to propose a feature as well as a solution: Theoretically to reach 100% git compatibility this library should handle setup as well as working with checked out submodules....
**Is your feature request related to a problem? Please describe.** When trying to copy from a larger pvc to a smaller pvc the migration fails with the following very generic...
/kind bug **What steps did you take and what happened:** I tried managing my clusters with flux to fully embrace GitOps. This would have the advantage of being able to...
The current implementation determines the loader by the file extensions. This works well when importing from urls that contain a file extension like deno.land: ```import { parse } from "https://deno.land/x/xml/mod.ts";```...
I have basically the same problem as #1754 but on the provider side. I have a consumer project that generated the following pact file ``` ... "response": { "body": {...
This pull request addresses #13 and adds HKTAN Segment Version #7. And resolves the issue I had while using `clients.accounts()`, however the use of the tan methods is not yet...
With the latest version I encountered the error `Unimplemented TAN method version 7 encountered.` I could fix this by manually adding version 7 in `hitans.ts` ``` if (![1, 2, 3,...