Jake Soenneker

Results 10 comments of Jake Soenneker

I'm running into this too - it's a problem. A 36 thread CPU @ 5GHz being consumed across all threads 90-100% for 5 minutes isn't acceptable, even if it's doing...

I'm also seeing this issue too. The problem seems to be that the input in Blazorise stays selected, but the input from the flatpickr doesn't allow focus on the input......

@M144-Coder It doesn't look like @odinserj is interested in fixing it (https://github.com/HangfireIO/Hangfire/issues/2202), so it'll need to be someone else I guess

@NinjaCross I think this project is abandoned. Not to worry though! I recently added this non-type parameter feature to [soenneker.utils.autobogus](https://github.com/soenneker/soenneker.utils.autobogus)

@pdevito3 thanks for the tag. After profiling it's pretty clear that reflection is one of the major time sinks in the library. Thus I've been building a [reflection caching library](https://github.com/soenneker/soenneker.reflection.cache),...

I'm sure you have moved past this, but I will fix this in [soenneker.utils.autobogus](https://github.com/soenneker/soenneker.utils.autobogus) shortly

[soenneker.utils.autobogus](https://github.com/soenneker/soenneker.utils.autobogus) now supports classes and records with parameters of the same declaring type.

@pdevito3 graciously implemented this in [soenneker.utils.autobogus](https://github.com/soenneker/soenneker.utils.autobogus) as well!

@ledux FYI I just implemented a `MemoryStreamGenerator` in [soenneker.utils.autobogus](https://github.com/soenneker/soenneker.utils.autobogus) which actually generates MemoryStreams. Thanks

@304NotModified Constructors with enumerable recursion is now tested and working in [soenneker.utils.autobogus](https://github.com/soenneker/soenneker.utils.autobogus)