Evengard

Results 29 issues of Evengard

## 🚀 Feature Request The Samsung baby cameras seems to somehow reuse the same WyzeCam protocol (at least, I found the same libAVAPIs.so and libIOTCAPIs.so libraries on the device itself)....

enhancement

When using `LoadWith` and then any Linq method, I'm getting this compilation error (for example for `ToArrayAsync`): ``` CS0121 The call is ambiguous between the following methods or properties: 'System.Linq.AsyncEnumerable.ToArrayAsync(System.Collections.Generic.IAsyncEnumerable,...

type: refactoring

I've got a weird issue which I am trying to hunt down for a while. The issue appears only after some time running. After a while I see the process...

This is a weird issue which I am unable to reproduce on a smaller example (surprisingly, it seems to work just fine when attempting to create a one-file repro -...

I am having a weird bug when using Npgsql's NodaTime bindings. Each non-NodaTime binding just breaks with the following exceptions: ``` Cannot convert value '2021-09-16T18:14:14Z' to type 'System.DateTime': Object must...

Let's assume I have theese entities: ```cs public class Base { public Guid Id {get; set;} [ForeignKey("Other")] public Guid OtherId {get; set;} public Other Other {get; set;} } public class...

Hello! I have a following data model (using PgSql array data type): ```cs public class Material { public Guid MaterialId {get; set;} public Guid[] Linked {get; set;} [NotMapped] public Guid[]...

question

I tried to generate a new morph.info file from newer mrd/gramtab files from https://github.com/sokirko74/morph_dict/tree/master/data/Russian. Unfortunately, it failed - the resulting morph.info was way too small and didn't contain anything useful....

Hello! I've stumbled upon this project while seeking for a better russian analyzer for Lucene.NET. Well, this might be it, except that it is in Java... Is there any plan...

**Is your feature request related to a problem? Please describe.** MPV have a feature to display two subtitle tracks at the same time. Unfortunately it seems it isn't available from...

feature request
priority medium