Tim Schneider
Tim Schneider
According to the documentation the scooters should flash with a POST Request to `https://platform.tier-services.io/v1/vehicle//flash` However, the request results in a 403 error when using the provided API-Key "`bpEUTJEBTf74oGRWxaIcW7aeZMzDDODe1yBoSxi2`". Although the...
**Describe the issue** At the moment you have to manually add attribute classes on top of the FunctionName decorator to enable OpenAPI metadata and make the method visible in the...
Hello, currently it seems that this package is only able to auto-detect my models/DTOs and the different endpoints. But the relation between endpoints and models and the possible response codes...
Hello, I was asking myself how I can improve my error handling in a web api with CSharpFunctionalExtensions. Since there is the possibility to use an error object in failure...
### Current Behavior: When I enable `autoPlay`, use the HLS provider and reload a page with a video on it, the autoplay request fails as expected because of the browsers...
Since CSharpFunctionalExtensions supports a custom error type other than `string` via the `Result` type, I was wondering how to handle different error types in a result chain because there can...
Currently, the `ToResult` method on `Maybe` returns a success result if the `Maybe` has a value, and a failure result if there is no value. But what if it should...
Hi, I wanted to create a simple manifest v3 extension but get the following two errors when I open the default popup: ``` Refused to load the script 'https://localhost:5173/@vite/client' because...
Fix: - don't trigger change event on blur - only update model and trigger change event if value actually changes fixes #11566
Fixes: - styling of frozen columns in selected rows - styling of frozen columns in striped rows - styling of frozen columns in hoverable rows fixes #18138