Gleb Malov
Gleb Malov
> Does your touchscreen work when booted in to an unmodified firmware? Yes, fully functional
Soon, i want add choice language
I have the same problem 
After updating EF Core, we got the same problem: `[2023-11-16 15:46:36] [S0001][102] Line 7: Incorrect syntax near '$'.` Code: ``` public async Task GetAsync(int[] ids, CancellationToken cancellationToken) { await using...
@ErikEJ I just lowered the compatibility ``` services.AddDbContextFactory(options => options.UseSqlServer(configuration.GetConnectionString("MyDBConnect"), sqlServerOptionsBuilder => sqlServerOptionsBuilder.UseCompatibilityLevel(120))); ``` I tried this solution now, but still have the same error Sql-script generate: ``` DECLARE @__ids_0...
> @masterworgen what compatibility level is your database?? 100 > @masterworgen if openjson is used you are not setting a lower compat level properly Yes, indeed, we use an old...
> Planned, but not implemented yet It's been 3 years, where is the keyboard?
А можешь рассказать, как ты поднял это все дело? Я про nginx+outline-ss-server + websockets На урале просто тоже отвалился текущий способ входа outline
> > А можешь рассказать, как ты поднял это все дело? Я про nginx+outline-ss-server + websockets На урале просто тоже отвалился текущий способ входа outline > > Дописал наконец-то. Настроил...