mrcwinn

Results 7 comments of mrcwinn

This is exactly what I see. I fixed the django SECRET_KEY error by editing my django global settings file (this is confusing but it is different than the SECRET_ACCESS_KEY required...

Also badly needed to simplify an Ember-Rails project. Excited for this pull request.

Hi, I also have a use case for this. Here's equivalent code in Python: ``` df['atl'] = df['tss'].rolling(window=7).apply(lambda x: calculate_atl_recursive(x)) ``` I can't solve this with the current package API,...

I'm able to reproduce this exactly. What's interesting is that the procedure name becomes mangled (as suggested above). If I set a `basePath` and visit a route endpoint like `emails.getEmail`,...

+1 Would love to see this. In our case we use `cache_control` checkpoint system through Anthropic's API. So I hear you on "model agnostic" but perhaps another way is flexibility...