-
In our code base, we have several value objects for representing IDs, like `WorkspaceId`, `OrganizationId`, etc. When mapping a value where such ids were expected, Valinor yields poor unuseful message…
-
Would be nice it this worked with Net Core.
-
Panicking in `std::fmt::Display` implementations is a glaring footgun. Here is an example, where you are guaranteed to spend several hours debugging it, and potentially you will never find a cause bec…
-
### Search before asking
- [X] I searched in the [issues](https://github.com/apache/incubator-paimon/issues) and found nothing similar.
### Motivation
support debezium-json format with schema for …
-
## Is your feature request related to a problem? Please describe.
In ValidationChain, we might want to keep that certain query parameter is secured.
To secure query parameter, it should not be inclu…
-
The value returned by `format_with` should implement `std::fmt::Debug`. Similar to the value returned by `std::format_args`, the Debug representation should be the same as the Display one. This allows…
-
I am using the ManagedUI project to build a multi-language UI similar to https://github.com/oleg-shilo/wixsharp/tree/master/Source/src/WixSharp.Samples/Wix%23%20Samples/Managed%20Setup/MultiLanguageUI…
-
Hi,
we moved from the older schema validation to the newest package from nuget.org and where suprised by a limit on 1000 requests per hour.
There is no information about this threshold in the lic…
-
I am seeing the following exception raised when upgrading from v10.4 to v11.0
It appears to be an issue with Newtonsoft Deserialize of an enumerable of a specific type, I have tried clearing my cac…
-
In the code below I'm trying to send a PDF, it's giving me the following error
app.post('/send-pdf',[
body('number').notEmpty(),
], async (req, res) => {
cons…