RudeySH

Results 39 issues of RudeySH

I appreciate that this repo includes a TypeScript declaration file (*.d.ts), many libraries don't do this. Thanks! However, I would like to see this being taken one step further, and...

I ran into an issue where a batch delete became extremely slow because I'm deleting millions of records. My transaction log grew very big, causing the slowdown. After reproducing the...

I know this is a pretty long issue description, but please read it entirely. I've done my best to explain it. --- Consider I have the following code-first model classes:...

Are one-to-many relationships, EF's navigation properties, and aggregate functions, supported? I'm currently trying something like this: EFBatchOperation.For(Context, Context.Users) .Where(u => u.RoleCount == 0) .Update(u => u.RoleCount, u => u.Roles.Count);

While using [Sentry](https://github.com/getsentry/sentry-dotnet), Glimpse.AspNet and [Newtonsoft.Json.Glimpse](https://github.com/JamesNK/Newtonsoft.Json.Glimpse), I ran into an issue where Sentry was unable to capture messages or exceptions. Take a look at the following stacktrace: ``` Exception thrown:...

I'm looking for a timezone aware date range picker. I hoped this one could be it, but unfortunately I need a time picker which this one doesn't provide. It made...

I know including every region ever is impossible, but I still wanted to provide an overview of what is missing. - AR - Argentina - [Buenos Aires](https://en.wikipedia.org/wiki/Buenos_Aires) - AU -...

I found this: https://www.npmjs.com/package/selectizebootstrap4 But it appears to be outdated.

I realize this is a 3-4 year old library by now, but I was hoping someone could help out. I'm trying to build the LilyPathDemo. I had to update OpenTK...

If a view folder contains both a regular JavaScript file, and a minified version, Dynamic Bundle includes both files in the generated bundle. Dynamic Bundle should ignore the minified version...