David R.
David R.
The amount of steam produced by steam boilers is very hight compared to other mods that also utilize steam. This leads to a very unbalanced situation in a modpack (e.g....
**Describe the problem to solve** At the moment it is possible to use TLS with a client certificate to authenticate at a Syslog server. This is great but this just...
Hi, I am trying to import the externally create private key of a certificate into the TPM, then export it as TSS2 and re import it again but this does...
The hypermedia generator produces records for queries but the framework provides `QueryBase` as abstract class. Records cannot inherit abstract classes. Either the generator needs to be changed to emit classes...
C# has very limited type inference. An intermediate monadic type representation would support C#'s type inference. For instance returning a `OptionNone` from `Option.None` that will be implicitly converted to an...
This should emit at least a warning during generation but instead it generates the parameter twice: ```xml ``` When emitting records this causes the error `Only one part of a...
Unhandled exception: /home/user/.nuget/packages/restyard.generator/0.9.2-develop-20231201.1/tools/net6.0/any/Templates/client/csharp.sbn(41,46) : error : Cannot get the member TransferParameters.Parameters for a null object.
# Bug Report ## Problem I am getting some crash reports on Google Play Console with the stack trace below. I am not sure if this issue is caused due...
Example following: ```cs string? s1 = null; Option t1 = s1; string s2 = null; Option t2 = s2; ``` It causes warning if nullable is enabled but otherwise it...