kirides

Results 14 issues of kirides

``` System.Exception: OH NO: hello world at async Task demo.Program.Main()+(?) => { } in demo/Program.cs:line 22 at async Task demo.Program.HandleOnSyncCtxAsync(Action handler, T state)+(?) => { } in demo/Program.cs:line 57 at...

I would like to have the NullableContextOptions optional, akin to "Optimized"-builds. E.g. a checkbox for "NullableContextOptions"

enhancement
help wanted

Worked in 13.3, broken in 14 & 14.1 ``` Console.Write("*"); Console.Write("*"); // Expected: // ** // Actual: // * // * ```

bug
help wanted

Do not show options when no files match the extensions 1. audio specific things should not be listed for text files. 1. only execute selected command for files that are...

How can we check the files content after it has been uploaded to the FileStorage? We upload a bunch of XML documents and other human readable stuff into the LiteDb...

Varchars need special handling Varchar can be up to 254 characters (always stored with constant size) To retrieve the size of the Varchar - you need to check the `_NullFlags`...

**Describe the bug** The previewer crashes upon startup tested with version `2022.8.0` of QuestPDF and QuestPDF.Previewer Exception from `questpdf-previewer.exe`: ``` Application: questpdf-previewer.exe CoreCLR Version: 6.0.822.36306 .NET Version: 6.0.8 Description: The...

**Is your feature request related to a problem? Please describe.** `QuestPDF.Settings.DocumentLayoutExceptionThreshold` What is the limit for? Apples, bananas? Bytes? Characters? Seconds? Pages? **Describe the solution you'd like** A clear and...

### Steps to reproduce Using MariaDb 10.7.8 ```cs public class Entity { public Guid Id { get; set; } public Guid? ParentId { get; set; } } // ... public...

``` > go get -u go.lsp.dev/jsonrpc2 go.lsp.dev/jsonrpc2 imports go.lsp.dev/pkg/event/label: cannot find module providing package go.lsp.dev/pkg/event/label go.lsp.dev/jsonrpc2 imports go.lsp.dev/pkg/event/tag: cannot find module providing package go.lsp.dev/pkg/event/tag ```