Nikolay Baraboshkin

Results 11 issues of Nikolay Baraboshkin

Is there a way to clear session storage, or not to reuse the same tab for all tests (for it to be cleared automatically)?

I've encountered the following error with built-in ASPNET Core (netcoreapp3.1) healthchecks engine. ``` System.NullReferenceException: Object reference not set to an instance of an object. at System.Collections.Generic.Dictionary`2.FindEntry(TKey key) at System.Collections.Generic.Dictionary`2.TryGetValue(TKey key,...

question

Hi! Thanks for the great tool. As I see, you've dropped support for .net 5.0 in https://github.com/jonsequitur/dotnet-repl/pull/44/. Any chance dotnet-repl could run both on 5.0 and 6.0?

Hello! ``` C# [TableName("Persons")] public class Person { [MapField("UserId"), Identity, PrimaryKey] public int Id { get; set; } [MapValue(true, "Y")] [MapValue(false, "N")] public bool IsActive { get; set; } }...

Hello! Could you please explain, why this kind of mapping fails? https://gist.github.com/4683612 UPD. Just to clarify: removing _readonly_ doesn't solve the problem.

Hello! I'm getting VerificationException when trying to map like this: ``` c# #region Types for VerificationFailedExceptionTest public class Class1 { public string Token { get; set; } } public class...

### Description I'm not sure if it's lspconfig-related or omnisharp-related, so posting it here to start with. ### Neovim version NVIM v0.9.0-dev-774+g151b9fc52-dirty Build type: Release LuaJIT 2.1.0-beta3 ### Nvim-lspconfig version...

bug

The session is not fully restored, I get the following error: ``` Error detected while processing VimEnter Autocommands for "*"..function xolox#session#auto_load[36]..xolox#session#open_cmd[18]..script /Users/starteleport/.vim/sessions/billing. vim: line 85: E517: No buffers were wiped...

Hi! I'm using Fluxv2 to deploy haproxy-ingress chart to my cluster. I've noticed that each time I change values that are destined for ConfigMap I have ingress controller pods recreated....

question

HA Audio version: 2022.07.0 Installation type: Supervised on Raspberry Pi OS Output of `ha audio logs` ``` [19:47:54] INFO: Service restart after closing s6-rc: info: service legacy-services successfully stopped s6-rc:...