Takaaki Suzuki

Results 11 comments of Takaaki Suzuki

Thank you for your PR! I like your attribute caching approch. However, I have two questions. # Questions 1. There is a possibility of two or more attribute annotated (like...

I think almost ok. However I'm considering about a better way now. Please wait for a while.

Sorry for the late reply, and thanks for nice suggestion. At this time, FastEnum doesn't provide these mapping features. This's because I have never felt the need for these in...

Thank you for your good suggestion! Just to confirm, do you mean you want some overload methods like following? - `bool IsDefined(ReadOnlySpan value)` - `T Parse(ReadOnlySpan value)` - `bool TryParse(ReadOnlySpan...

I think I would love to implement `ReadOnlySpan` overloads. However `ReadOnlySpan.GetHashCode()` throws `NotSupportedException`, so I have to workaround this problem. I'm not sure I can do it well, but I'll...

I hadn't thought of that approach. It's very nice!!

Thank you for good PR. However your PR has conflict, could you please resolve it?

I am motivated to improve, but I have been working extremely hard for the past few years. I apologize for putting the improvement task on the back burner.

It seems that the `X-Forwarded-*` headers are being removed because [`ForwardedHeadersMiddleware`](https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.httpoverrides.forwardedheadersmiddleware) is executed inside `.ConfigureFunctionsWebApplication()`. .ConfigureFunctionsWebApplication() If this behavior is not desired, it might be possible to work around it...

@jovball Thank you for your suggestion, and we are grateful for your use of our service ;) Regarding your proposal to pass a `null` argument to the constructor `TimeSpan?`, it's...