Roman Kuzmin
Roman Kuzmin
This is not necessarily a bug but a nuisance that hopefully may be avoided with a tweak. The steps to reproduce in Windows PowerShell console, e.g. v5.1: - change to...
On browsing the code of `SelectEverythingStringCommand.cs` I've noticed a typo `CaseSenitive` (should be `CaseSensitive`?) https://github.com/powercode/PSEverything/blob/8babf2cb468a3e469eb6a3b3a1fe0892b0376fee/PSEverything/SelectEverythingStringCommand.cs#L127
Thank you for the great module which is very well designed and really handy. Everything looks thought through except one tiny bit, the exposed aliases. They turns out to be...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug # HC12 gateway problem with directives, works in HC11 [HC12GatewayDirective.zip](https://github.com/ChilliCream/hotchocolate/files/7510095/HC12GatewayDirective.zip)...
# Strawberry Shake reports an issue in the wrong source file StrawberryShake 11.1.0-preview.89 Please find attached the sample project. Change to it directory and run: dotnet build ## Actual result...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug # StrawberryShake exception on `nodes` with a missing `id` See...
# Strawberry Shake query with scalar `AnyType` fails. - ref: [Slack](https://hotchocolategraphql.slack.com/archives/CMUJ40EHJ/p1618573989285400) - Strawberry Shake: 11.2.0-preview.24 - Windows 10 The schema has the scalar `Map`. One of object types has the...
# F# builders for simpler stochastic block syntax (DSL) I would like to share some helpers used in my F# scripts, either as a suggestion for Infer.NET *FSharpWrapper.fs* or just...
Operators `>>` and ` f3 ``` results in the compiler error: ``` error FS0001: Expecting a type supporting the operator '>' but given a function type. You may be missing...
Database paths/names with "=" sign are not welcome. This is probably a feature but it bites. It's probably the design flaw. `LiteDatabase` and `ConnectionString` constructors accept both database paths and...