Elijah Johnson

Results 11 comments of Elijah Johnson

Any update on support for any kind of recursion?

I am seeing something very similar, and looking at some profiles for some of my requests it is saying that around 40% of my request time is being spent in...

It looks like in mine it is using the `crypto.subtle.sign` as the profile says that `importKey` is taking up most of the time, the module looks the same as @blecorre-mnp's...

It seems to be better for me now! Still trying to verify 100%

How about something like adding an `ExtraAppContext` type to the hooks trait that is used in a generic app context ```rust pub trait Hooks: Send + Sync { type ExtraAppContext:...

Is that not a problem already with the current `AppContext`?

Is the plan to move to something like an `AppContextTrait` in the future?

This would be awesome to have! Really enjoy the work you are doing on this

This would be great to have. Just ran into this myself