queil

Results 8 issues of queil

Implement authorization handler delegating authz to an OPA (Open Policy Agent) REST API endpoint. The handler should send a `POST` request to an OPA [Data API](https://www.openpolicyagent.org/docs/latest/rest-api/#data-api) endpoint.

🎉 enhancement
🌶️ hot chocolate

## Problem I am trying `use_grpc` with [ReflectionServiceImpl](https://github.com/grpc/grpc/blob/master/src/csharp/Grpc.Reflection/ReflectionServiceImpl.cs). It fails with the following exception: ``` Grpc.AspNetCore.Server.ServerCallHandler[6] Error when executing service method 'ServerReflectionInfo'. System.InvalidOperationException: Multiple constructors accepting all given argument types...

bug

### Description FsConfig depends on `Microsoft.Extensions.Configuration` but this dependency is only needed when using `IConfigurationRoot`. Wouldn't it make sense to split the package in two so the users not using...

**Describe the bug** At the moment docs generation is broken. **To Reproduce** 1. Run `./build.sh ReleaseDocs` **Error:** ```sh Fatal error: System.Exception: error while formatting file /home/queil/gh/FsConfig/docsSrc/content/index.fsx. Errors are: seq [SourceError...

In one of my subrepos I've branched `test2` off of `master`. Neither of them has any new commits so they effectively point to the same hash. ``` > git subrepo...

Thanks for the great plugin. I've been successfully using it with F# (fsautocomplete) with [a few mods](https://github.com/queil/micro-plugin-lsp/pull/1/files) in my fork. However, I had little success with [csharp-ls](https://github.com/razzmatazz/csharp-language-server). It seems the...

I am using Paket.Core [10.0.0-alpha011](https://www.nuget.org/packages/Paket.Core/10.0.0-alpha011) With the following invalid `paket.dependencies` file (look at the last line): ``` source https://api.nuget.org/v3/index.json storage: none framework: net10.0 nuget Spectre.Console ~> 0.54 github myorg/repo:main ~>...

```bash kubeconform -v v0.7.0 ``` ```bash kubeconform -schema-location default -schema-location '.kubeconform/schema/{{.Group}}/{{.ResourceKind}}_{{.ResourceAPIVersion}}.json' repro.yaml panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x20 pc=0x5ff9d7] goroutine...