Amir Keibi
Amir Keibi
### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/kratos/blob/master/CODE_OF_CONDUCT.md). -...
The UI currently displays the coverage by the folder structure and not the package structure. Can this be changed? Here is a bit more detail on the problem I'm facing:...
### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/k8s/blob/master/CODE_OF_CONDUCT.md). -...
- Using Version 7.0.2 of CLI on Mac (`pip3 show sfctl`) - Cluster version: 6.4.622.9590 hosted on Azure Using a self signed client cert, the following command fails with: ```...
For instance `OAuthGetAccessTokenAsync` and `OAuthGetRequestTokenAsync` are not async functions and the underlying API calls are made without `await`.
I'm using Minikube with KVM through libvirt. Every time I stop the VM (which is the Minikube cluster's VM), I can't start it till the lease is expired. Here is...
Context A blob triggered function written in Java: ``` @FunctionName("blob") public String execute( @BlobTrigger(name = "test", path = "testcontainer/{name}", connection = "BlobTriggerConnection") String content, ExecutionContext context) { // function's code...
Tailing a file by name means that once log rotation occurs, new log entries won't be read.