Felix König

Results 20 issues of Felix König

### Environment - Pythonnet version: 3.0.0-preview2021-06-04 - Python version: 3.9.1 (tags/v3.9.1:1e5d33e, Dec 7 2020, 17:08:21) [MSC v.1927 64 bit (AMD64)] - Operating System: Windows 10 20H2 - .NET Runtime: 5.0.301...

see https://github.com/Swagger2Markup/swagger2markup/issues/423

Pegdown has been deprecated for a while, and it appears to not work anymore with Java 17. This suggests that the dependency should be replaced with something else to be...

The library does not support message tags as of right now. Here's the spec: http://ircv3.net/specs/core/message-tags-3.2.html Here is a Pull Request adding basic, ~but insufficient~ support: #51 This issue directly relates...

feature-request

I am having trouble getting a custom scalar to work properly. Since there does not appear to be first-class support for custom scalars in neither microprofile-graphql nor in smallrye-graphql I...

graphql-java allows you to pass custom names and descriptions to individual enum values: ```java GraphQLEnumType myOwnEnum = GraphQLEnumType.newEnum() .name("SomeEnum") .description("The entire enum's description.") .value("some_value", SomeEnum.SOME_VALUE, "A specific enum value's description.")...

I suggest adding at least one character with large amounts of joinable unicode characters joined with the zero-width joiner. This serves the following purposes: - character limits implemented by counting...

Even though `title` is technically for the title of the API itself, it's possible to set it for properties as well. Right now, the `title` property is available in templates...

Hello, I am wondering if this library is still maintained. The fact that it is in the official fluent namespace seems like it would be an obvious choice, but the...

Can the library be extended to also support .net core? As it doesn't have any dependencies, that's probably just a matter of adding another .csproj like the one in this...