rcocks-hl
rcocks-hl
Hi, I'm having an issue where trying to running nunit3-console is failing with the error `.NETStandard test assemblies are not supported by this version of the engine`. command "".\..\NuGet.packages\NUnit.ConsoleRunner.3.10.0\tools\nunit3-console.exe" --skipnontestassemblies...
## Bug report ### Current Behavior When compiling with a reference to formik 2.4.5 I get the following error: ``` node_modules/formik/dist/connect.d.ts:2:8 - error TS1259: Module '"/node_modules/@types/hoist-non-react-statics/index"' can only be default-imported...
Hi, I've run into a significant performance problem. Profiling is showing a large amount of time spent running a fairly simple DELETE query: The Query definition is: DELETE FROM [SchemaName].[TableName]...
Hi, Is there a way to initialize the preview and the "generate" with a different setting for `maxTextSize`? I'm running into an issue which apparently can be resolved by increasing...
## Description When I run: dotnet test -v:q --logger "console;verbosity=minimal" --settings .\.runsettings Then I get quiet build logging and normal verbosity logging. But when I drop the `--logger` switch and...
### Type of issue Other (describe below) ### Description In the section "Many-to-many with class for join entity", the following code is documented: ```csharp protected override void OnModelCreating(ModelBuilder modelBuilder) {...
The "Getting Started" tutorial, starting with https://getakka.net/articles/intro/getting-started/tutorial-overview.html , is a bit of a mess. The code examples, right out the box, do not compile. There are assumed steps and missing...
**Bug Description** Claude stuck on version 2.0.64 even after doing `npm i -g @anthropic-ai/[email protected]` . Appears to succesfully update then claude launches in 2.0.64 anyway. **Environment Info** - Platform: win32...