Muhammad Afzal Qureshi

Results 11 issues of Muhammad Afzal Qureshi

I want to run my benchmarkdotnetnet app in Kubernetes (as I want to test in real prod env). I've used K8s Job resource for this. My Job mainifest file is...

Hi, I'm using this plugin, I have a folder called 'schema' and under it are some json files which i want that webpack should include in its bundling. At the...

Hi, I have created a local js file with its dependency getting import in the handler.js as below `import JsonValidator from './src/jsonvalidator'` Now when i run this on local for...

Hi, When I run the CodeFirst project in Visual Studio 2019, I'm getting 404 error. I even tried to navigate to /graphql but it still gives 404 error. I added...

Hi, In AWS Security profile following are my settings ``` Allowed Origins http://127.0.0.1:9000/ Allowed Return URLs http://127.0.0.1:9000/cb ``` now when I run the command `sls alexa auth`. I don't see...

Hi, I was looking at the HelpDesk sample in the repo and found out that the API accepts the `If-Match` request header. I'm not sure what value needs to be...

I want to integrate YARP with DAPR. My use case is that when a user hits the yarp URL, the downstream of it must invoke the DAPR sidecar URL for...

I was trying to replicate the [CsvGenerator](https://devblogs.microsoft.com/dotnet/new-c-source-generator-samples/) example in my project/ My project which consumes the generator targets .NET 6 (SDK version 6.0.401) on Rider in MacOS Here is the...

Is there a way or feature available in the tool for the generated streamed response to be copied into the clipboard memory? Like how chatgpt UI gives the option to...

**Describe the bug** I want to print the rulename which got successfully executed based on the given input Fact. I tried to use `ruleEntries, err := engine.FetchMatchingRules(dataCtx, knowledgeBase)` But ruleEntries...