SoundsSerious

Results 88 comments of SoundsSerious

Error Traces **Typical Failure** ``` ERROR:asyncio:Exception in callback None() handle: Traceback (most recent call last): File "/home/olly/miniconda3/envs/smx310/lib/python3.10/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) File "/home/olly/miniconda3/envs/smx310/lib/python3.10/site-packages/twisted/internet/asyncioreactor.py", line 269, in _onTimer self.runUntilCurrent()...

Hmm that's interesting, that would certainly catch calls in 'reactor.callLater' but I wonder about 'defer', or 'task' module interaction. To the point about plugability, I wonder if a scope checking...

A solution to incorporate a scope-callback in the primary reactor could be accomplished by creating anonymous functions, to replace default functions, adding the custom scope check before or after the...

@glyph thanks again for looking through this and providing feedback. I am trying to understand the asyncioreactor better, since I never had an issue running the same set of code...

After implementing this custom "strict" reactor, I'm given enough debugging info to solve several instances found since attempting this. This should absolutely be a feature in `debug=True` mode. Mistake Proofing,...

@paragbhingre @build-with-aws-copilot @KollaAdithya I really dont understand why this feature isn't supported, as setting up SQS / SNS permissions is really quite simple as you recommend with addons. This is...

@JWock82 @JBloss1517 Apologize for not getting back to this sooner, I do think there are alot of optimization caveats that go along with GPU computing which is why I was...

@JBloss1517 @JWock82 Sure thing your call on this. I agree scipy is a pretty good choice in general for a solver, however performance is a relative metric. The speed up...

I am also quite interested in solidifying the API since I think this library is working great and I think has a good balance of scope and ease of use....

@connorferster @JWock82 great points about the scope of materials and sections, there's alot of possibilities but I think youre right that its better to get solid functionality vs adding every...