Herb Stahl

Results 33 issues of Herb Stahl

My goal is to repack a bunch of assemblies with associated PDB's into a single assembly with a PDB that covers all the source. I was able to achieve a...

#### Expected behavior ThreadPool's destructor should exist right away when there are no runnables anymore #### Actual behavior ThreadPool is in a self imposed 10-second holding pattern waiting for stuff...

enhancement

## Configurable MaxArchiveSize and ArchivedExpirationInDays There are some tasks I don't care if they eventually fail and would prefer, they just get thrown away. In my application I spin up...

enhancement

## Expected Behavior Activities executed should not behave differently when executed using either ***ExecuteActivity*** or ***ExecuteLocalActivity*** ## Actual Behavior ***ExecuteLocalActivity*** results in the struct pointer to the activities being nil....

First off, nice library. I was able to add these features and not have to rearchitect anything in the original library. My version is located [here](https://github.com/fluffy-bunny/sarulabsdi) If you accept these...

Windows 11: I am doing a load test and am getting the following error: Only one usage of each socket address (protocol/network address/port) is normally permitted. My naive implementation is...

I want to be able to selectively decide if my workflow is to have its payloads encrypted. I am using the following sample project as a starter to prove I...

bug

https://github.com/hibiken/asynq/issues/441

pr-feat
ready-for-review

Can we start a Gotchas readme? **RiotControl .on and .off need to match in your riotjs tags.** Don't forget to unregister your RiotControl event handlers if you are registering them...

https://github.com/teamhanko/hanko/issues/1320 # Description Expanding third party IDPs to have a Generic OIDC configuration. Currently google, github, and apple are hard coded and the only external connection. Tested against google and...