Sam Ware

Results 6 issues of Sam Ware

I was uninstalling using Helm and reinstalling and got the following error. I am using the timescale/tobs (version 0.7.0) Error: rendered manifests contain a resource that already exists. Unable to...

bug
question
needs-more-info

This is resolve #76 (Specifying types in bulk requests is deprecated) which results in the following warning. ElasticsearchDeprecationWarning: [types removal] Specifying types in bulk requests is deprecated.

I'm trying to install on Centos 7 and Postgresql 12. I successfully get the autogen step to work but make step fails. Not sure if I am doing something wrong....

### Type of issue Outdated article ### Description The article displayed for version 9 of MAUI still shows screenshots for version 8 and doesn't work. For more information, I am...

doc-enhancement
Pri2
dotnet-mobile/svc
dotnet-maui/subsvc

Using these example files to duplicate my issue. Program.cs ```C# using ClickHouseDB; using Microsoft.EntityFrameworkCore; // See https://aka.ms/new-console-template for more information Console.WriteLine("Hello, World!"); await using var context = new ClickhouseDbContext(); await...

I am getting an Server Exception on an update action. This may be my code; if so, I am sorry. ```C# context.Prices.Where(x => codes_to_remove.Select(r => r.code).Contains(x.code)).ExecuteUpdate(setters => setters.SetProperty(p => p.is_deleted,...