Kelby Hunt

Results 11 comments of Kelby Hunt

I just started using this library to automate a lot of crazy dynamic WinForm applications and have run into a ton of weird scenarios. One comes to mind here, have...

> can some one let me know if we need to add any arguments,if so what are they? I believe that is something you should know. 1. Is it a...

I'm actually running into this issue today using `` - looking to move to 6.0+ soon. Works great until I switch my environment variable, `ASPNETCORE_ENVIRONMENT` to anything other than **Development**...

Giving a follow-up response to my issue with version `5.2.0` I have upgraded my application to `6.0.6` and recently to `6.0.7` with the Production environment variable set. I also made...

I had no idea there was a way to see prerelease packages! Thanks @sheitmann!

I was able to get this to work by polling the specific event execution pointer: ``` _workflowStepChecker = Task.Run(async () => { while (true) { var workflowInstance = await PersistenceProvider.GetWorkflowInstance(_job.WorkflowInstanceId);...

This looks related to #2793 Have you tried upgrading to 6.0+ yet?

My issue might be somewhat related to #6069 - but my `Blazorise.ThemeProvider` is another issue.

Thanks @stsrki - Sucks I didn't know about this or couldn't find anything on it. 1. I am still having a problem with the `Blazorise.ThemeProvider` applying themes or any setting...

Sounds good! I am going to keep researching and hopefully provide good documentation and paths forward with this project type **Aspire**. I am unemployed and just want to commit my...