Peter Grman

Results 16 issues of Peter Grman

**Describe the solution you'd like** Add support for .Net 6 so it works without warnings Currently when using this package with .Net 6 I get the following warning: ``` resource...

enhancement

This should fix https://github.com/isteven/angular-multi-select/issues/403 - unfortunately the fix described in that issue didn't work for us, this works now. Of course this means that people need to write 2 require...

I'm getting seemingly random errors when I try to export an object. Some complex objects work, others don't and than I get this error also when I try exporting a...

bug
verified

Hello, we switched from EntityFramework-Plus filter extension to EF Core `HasQueryFilter` because we started using views, but this again doesn't seem to work with batch delete: `System.Collections.Generic.KeyNotFoundException: The given key...

Currently the way the AWS credentials are created doesn't work with IAM roles on AWS. I think the solution could be, to assume IAM roles should be used if no...

App: weaver
Type: Feature Request
v3

The default authentication flow breaks, when you reference pace.js library - see https://stackoverflow.com/questions/65658769/blazor-wasm-stuck-on-authorizing-and-completing-login for details. If that's something you're interested to look into, I could try to replicate the issue...

I had some hard time understanding how `Ground.methodResume` works. Here are the issues I've had: 1. It starts in the **Concept** paragraph, which states `Ground.resumeMethods` instead of `methodResume` (slight detail,...

enhancement
help wanted

Hello, I do not understand why this condition does **NOT** result in a full table scan: https://github.com/awsdocs/amazon-dynamodb-developer-guide/blob/master/doc_source/ql-reference.select.md?plain=1#L53 ```sql SELECT * FROM Orders WHERE OrderID = 100 or pk = 200...

Hello, when I run `dotnet aspnet-codegenerator identity` I get errors, that it can't find the auto generated constructors. Specifically: `Failed to compile the project in memory` ``` Building project ......

question