Cricle

Results 18 issues of Cricle

### Windows Terminal version 1.14.1962.0 ### Windows build number 10.0.19043.0 ### Other Software _No response_ ### Steps to reproduce Switch it to background and foreground fast multiple. ### Expected Behavior...

Issue-Bug
Needs-Triage
Needs-Attention
Needs-Tag-Fix

It support like that to explain query. ```csharp var explain = query.Clone().SetExplain().Get(); ``` Fix #571 Uncomplated tasks - [ ] Add more test to explain sql generate - [ ]...

![image](https://user-images.githubusercontent.com/26201412/166869456-db15a1ec-cdd9-43dc-ad39-f7f92da89600.png) Like that

```csharp var options = new JsonSerializerOptions(); options.NumberHandling = JsonNumberHandling.AllowNamedFloatingPointLiterals; options.SetupExtensions(); ``` When i serialize instance with `NaN`, `Infinity`,`-Infinity` I will got exception `System.ArgumentException:“.NET number values such as positive and negative...

At that time I want sync mysql to duckdb, I use appender to insert ~ 50w rows. I after checked the data consistence, some `TIMESTAMP` value is error. Like that...

With default config run. The 90 query join will make influxd.exe crash, here is stack trace. [stacktrace.txt](https://github.com/influxdata/influxdb/files/13782725/stacktrace.txt)

severity/sev-3
area/2.x

**Describe the solution you'd like** In dySpy, no arg method will generated code `object[] a = new object[0];`, I think it can be replaced to Array.Empty ![image](https://user-images.githubusercontent.com/26201412/216009123-d773628d-d43a-49fd-82dc-2154e257a6d1.png) **Describe alternatives you've...

enhancement

**Describe the solution you'd like** In many argument inject ![image](https://user-images.githubusercontent.com/26201412/216010035-e125d67f-aed6-4851-b0a9-c06007cb8d1a.png) Raw method call 1_000_000 use time `00:00:00.0188756` Only target and arg inject method call 1_000_000 use time `00:00:00.0371436` With target,...

enhancement

I try ```csharp class A { public int D1 { get; set; } public int D2 { get; set; } public B B { get; set; } public IList Bs...