Noah Wilson

Results 7 issues of Noah Wilson

As far as I can tell from the docs, there's no way to specify the alias name in the serverless definition itself (please correct me if I'm wrong). This seems...

All of the dependencies for this package are pinned as exact versions. This means that any bugfixes or security vulnerability fixes for transitive dependencies that would be semver compliant cannot...

enhancement

There are well documented issues with `agent-base` leaking memory (https://github.com/TooTallNate/node-agent-base/issues/22). These were fixed in version 4.3. This project is still on 2.1, so anyone pulling in `snowflake-sdk` as a dependency...

### Is there an existing issue that is already proposing this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe...

I've recently had to debug our production servers crashing, and finally came to the realization that it's due to rollbar attempting to process errors. It's possible for rollbar to pin...

pyrollbar

### [READ] Step 1: Are you in the right place? * For issues related to __the code in this repository__ file a Github issue. * If the issue pertains to...

api: auth
api: core

I have ruff configured to only run against a certain directory and ignore all others. I've done this via setting the `include` value in `pyproject.toml`: ``` [tool.ruff] include = ["directory_to_include/**.py"]...

needs-decision