Lukáš Procházka

Results 7 issues of Lukáš Procházka

Where is the file located: ./src/ui/views/index.ejs Command npm run build:dev works ok and ui/views gets copied to the dev-build folter (resulting in dev-build/ui/views/index.ejs). Command npm run build:dev:watch does not wor...

In `SelectExpression.cs:1594` (Microsoft.EntityFrameworkCore.Query.SqlExpression) there is code that does ``` if (innerColumn1.TypeMapping!.StoreType != innerColumn2.TypeMapping!.StoreType) { throw new InvalidOperationException(RelationalStrings.SetOperationsOnDifferentStoreTypes); } ``` If `col1` type in mode is `VARCHAR(20)` and `col2` type is...

type-bug
customer-reported
area-query

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug Have a server with one middleware. ```cshapr services .AddGraphQLServer() .UseRequest(next...

🐛 bug

First version of RabbitMQ PubSub. Key assumptions are: - Rabbit topics are not used - HC topic is represented by a Rabbit exchange - For every HC topic, each HC...

📚 documentation
🌶️ website
🌶️ hot chocolate

Hello I recreated the example and I am recieving exception: Could not load file or assembly 'Microsoft.Extensions.DiagnosticAdapter, Version=2.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. The system cannot find the file specified. at HotChocolate.Execution.Instrumentation.QueryExecutionDiagnostics.Subscribe(DiagnosticListener observable,...

## Expected Behavior Generally IoC container allow self injection. I will demonstrate in C#. This is to demonstrate that this approach is common and supported by other frameworks (example below...

Hello, running `tauri build` with msi or nsis as targets will not produce these two bundles.

documentation