rmeshksar

Results 11 issues of rmeshksar

### Is this a regression? - [ ] Yes, this behavior used to work in the previous version ### The previous version in which this bug was not present was...

needs triage

Hi, We are logging all GraphQL execution errors in our database. The issue is that this execution error object, does not contain any information about the query/mutation that is getting...

question

PostaJs has a federation plugin add-on which facilities for linking remote instances of postal together. I am wondering if there is anything similar in rxmq or not? Thanks.

enhancement
PR welcome

Hi, Here is my schema: ``` json { "type" : "object", "properties" : { "Makes" : { "type" : "array", "enum" : [["Toyota","Honda","Ford"]], "options" : { "hidden" : true} },...

Hi, I want to have an array in the json output and some of the elements of array should not be modified by editor. Is it possible in the schema...

I created a console application and enabled Admin Interface. Now when I try to use admin API, I am getting this error: System.TypeInitializationException: The type initializer for 'WireMock.Util.TinyMapperUtils' threw an...

bug

The issue that this PR is fixing was discussed here: https://github.com/MassTransit/MassTransit/discussions/4821 Basically, if a message is published with delay in an Azure Service Bus queue, and that message gets expired...

Hi, In DacServices class there are 3 definitions of GenerateDeployScript method: ```csharp public string GenerateDeployScript(DacPackage package, string targetDatabaseName, DacDeployOptions options = null, CancellationToken? cancellationToken = null) public static string GenerateDeployScript(DacPackage...

enhancement

Hi, I would like to match multipart requests. In the request there can be several parts and I only need to match some of them and not all. It seems...

question

Hi, Consider this xml in the body of a request: ```xml ``` In response, how can I transform it to: ```xml ``` Basically I want to loop in nodes "//Person"...

feature