Anton Curmanschii

Results 37 issues of Anton Curmanschii

Using readonly modifiers in struct properties and methods can help to avoid unintended copies. [Link to docs](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/struct#readonly-instance-members). This will only work for Unity with C# 8.0 support (Unity 2020+ if...

The plain HTTP requests work, however websockets fail to connect. This is the error that I see in the browser console that attempts to establish the connection: ``` [vite] connecting......

I've got some code that goes something like this: ```cs var bulkConfig = new BulkConfig { SetOutputIdentity = true, SetOutputNonIdentityColumns = false, PropertiesToIncludeOnUpdate = new() { nameof(Article.Name), nameof(Article.ManufacturerId), nameof(Article.Updated), nameof(Article.UpdatedBy),...

Some sentences were either really hard to read, or just repetition of the same thing.

### FAQ - [X] I have checked the [FAQ](https://github.com/hrsh7th/nvim-cmp/blob/main/doc/cmp.txt) and it didn't resolve my problem. ### Announcement - [X] I have checked [Breaking change announcement](https://github.com/hrsh7th/nvim-cmp/issues/231). ### Minimal reproducible full config...

bug

So I'm trying to configure cmp in the following way: - The completion is supposed to appear as I type (works with `autocomplete = true`); - Navigate down/up the list...

### Description Some default vim normal mode mappings don't work, while in a telescope window, e.g. `u`, `p`, possibly others. ### Neovim version ```markdown NVIM v0.9.4 Build type: Release LuaJIT...

bug

The following code fails to produce SQL, with an exception in the builder code. ```cs await dbContext .GetTable() .Where(ai => ai.Article.Name == "hello") .AsCte() .Merge() .Using(urls.Select(u => new { Url...

type: bug
epic: merge

I expected the following to be allowed: ```d auto a = bitSlice(x); auto b = bitSlice(x); a[] |= b[]; ``` Iterating through individual bits and computing the bitwise operation one-by-one...

enhancement

My issue is the complete opposite of [this one](https://github.com/JKorf/Binance.Net/issues/858). I know a symbol consists of a pair of some currencies, but the order seems to be important too. Like the...