Jonas Juselius
Jonas Juselius
I need two different authentication schemes in one application. Some users are logged in via Kerberos using Negotiate, and some are authenticated using CookieAuthentication. If I set `AuthenticationOptions.DefaultScheme
Running Falanx on the Mapbox [vector_tile.proto](https://github.com/mapbox/vector-tile-spec/tree/master/2.1/vector_tile.proto) fails with: ``` Generating code for: vector_tile.proto ERROR: proto file was not able to be parsed. Error in Ln: 21 Col: 23 optional string...
Importing verbatim css from an external source into a ``LitConfig.styles`` element does not work: ```fsharp let mycss' : {| ``default``: string |} = JsInterop.importAll "./public/some.css" let mycss = mycss'.``default`` ......
SDSlite currently multiplexes the `ubyte` type for `char` and `ubyte` when reading and writing variable data. However, it's currently not possible to _create_ a variable of type `char` using `AddVariable()`....
Implicitly created NetCDF `Dimensions` from `DataSet.AddVariable(...)` always have length `UNLIMITED`. This PR adds a new NetCDF specific method `CreateDimension(name, len)` which creates a `Dimension` with a fixed length, unless length...
Prevent (local) file existence checks for `NetCDF` uri:s which start with `http`. Instead pass directly to `nc_open_chunked()`, to enable read-only DAP/THREDSS support.
## Expected Behavior When using actors with F# discriminated union types, I need to configure the ActorProxy client to use `JsonFSharpConverter()` for deserialization of the response body. I expect the...
Kubernetes system certs have a CN which is not a vaild DNS name (e.g. system:kube-proxy). The hostname check always fails for kubernetes system certs, causing them to be regenerated every...
Automatic generation of bash and fish completion scripts would be a great additional feature. It's a hassle to write and maintain completer scrips by hand, and I think it should...