Matthias Vill

Results 14 issues of Matthias Vill

I got two ideas on how to do this: 1. This could automatically be applied to `bool?`-type options making all three states reachable 2. This could be enabled by specifying...

enhancement
stale

This should archive the same result, but would be way more readable. Also it doesn't require reflection. It may also be possible to merge the remapping from a separate Select...

According to https://nodejs.org/dist/latest/docs/api/corepack.html, https://nodejs.org/en/blog/release/v14.19.0/ and https://nodejs.org/en/blog/release/v16.9.0/ corepack did not start shipping in 16.10 but 16.9 and is also included in v14 starting with 14.19. Trying to follow the instructions, when...

This likely means, that exceptions are thrown later (i.e. when starting to actually enumerate)

Using `#fields.detailedErrors()` with spring-webflow 2.3.1 will call its org.springframework.webflow.mvc.view.BindingModel.getFieldErrors(java.lang.String) with "*" as argument. However specifing "*" leads to the error that a non-empty prefix is expected; calling the parameter-less version...

In maintenance/loadtweets.php#L154 you reset the favorite-flag of all tweets to 0. I understand that there is a problem handling revoked favorites but reseting alls favorite-markers will lead to trouble if:...

Currently you can't use `Expression.Invoke` with a delegate as first argument, as LINQKit expects that you only invoke other lambdas. While that may be enough for EF Core, there are...

feature

While not for everyone, it could help when using `InternalsVisibleToAttribute`

When adding a reference to `JetBrainsAnnotations.Fody`, it seems the build will fail until a `JetBrains.Annotations` is actually used anywhere in the project. Please add an option to just generate an...

I learned so many new aspects of enums working on #132. To not too much surprise `Enum.GetValues`/`Enum.GetNames`/`Enum.GetValuesAsUnderlyingType` are ordered. Right now the generator always orders according to the source, but...