Hannah Stepanek

Results 11 issues of Hannah Stepanek

# Problem A password that is too long results in an unhandled exception. # Steps to Reproduce: 1. In the signup form enter a password that is too long. 2....

bug
Sentry 💥
S4

It's best practice to let the database provide defaults to timestamp columns by configuring `server_default`. ``` registered_date = sa.Column( sa.TIMESTAMP(timezone=False), default=datetime.datetime.utcnow, server_default=sa.func.now(), nullable=False, ) ``` It appears developers in H...

On activity pages, the url's are incomplete/don't match. Note the www is included on the left but is excluded from the full link on the right. This means when users...

design
Added to sprint
feature request

When you open up an annotation on activity pages it would be helpful if there was a copy link or button that you click so you could directly add the...

Added to sprint
feature request

### Description Our github action's CI has been failing sporadically with the following errors since 7/26: ## Example 1: https://github.com/newrelic/newrelic-python-agent/runs/7621668567?check_suite_focus=true ``` WARNING: Skipping page https://pypi.org/simple/pytest/ because the GET request got...

type: bug
state: needs discussion

# Overview Starting in [Sanic version 21.9.0](https://sanic.readthedocs.io/en/stable/sanic/changelog.html#version-21-9-0), Sanic added a TouchUp metaclass that rewrites methods on the Sanic class effectively undoing our instrumentation wrapping on startup of the server. This...

# Overview Unpin langchain.

tests-failing

## Give us some context * Add release notes for Python agent release 10.0. * Update docs to remove Python 2.7 support.

content
from_internal

# Overview Add attrs for aws lambda entity linking. >When an application invokes a Lambda, linking between the application and AWS Lambdas is done using the following span attributes: >...

tests-failing

As a user on mobile I could not find the link to view the article I annotated. I only found it after noticing that the symbol was a diagonal arrow...

activity pages
hack day