h icon indicating copy to clipboard operation
h copied to clipboard

Annotate with anyone, anywhere.

Results 270 h issues
Sort by recently updated
recently updated
newest added

`h.models.groups` has an `__acl__` method in it, which breaks the pattern for using Pyramid traversal for ACL/authz pertaining to resources. This is confusing and hard to maintain. ACLs should be...

Pop quiz: What is the meaning of `request.authority` within the `h` app? If you are like me, you'd intuit that it means "the authority for the current request" because it's...

Most of the migrations define their own models to avoid importing from the rest of the source code, but as seen in https://github.com/hypothesis/h/issues/8541, it is possible to make a mistake....

code health

Bumps [sass](https://github.com/sass/dart-sass) from 1.72.0 to 1.76.0. Release notes Sourced from sass's releases. Dart Sass 1.76.0 To install Sass 1.76.0, download one of the packages below and add it to your...

dependencies
javascript

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.24.3 to 7.24.5. Release notes Sourced from @​babel/preset-env's releases. v7.24.5 (2024-04-29) Thanks @​romgrk and @​sossost for your first PRs! :bug: Bug Fix babel-plugin-transform-classes, babel-traverse #16377 fix: TypeScript...

dependencies
javascript

Bumps python from 3.11.8-alpine3.19 to 3.11.9-alpine3.19. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=python&package-manager=docker&previous-version=3.11.8-alpine3.19&new-version=3.11.9-alpine3.19)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
docker

This just means you don't have to manually delete a group's memberships before deleting a group, you can just delete the group and all its memberships will be automatically deleted...

When creating a group, the user `my_group.creator` should also be added as the first user in `my_group.members`. With `factories.Group` this currently works correctly as long as no `members` argument is...

Bumps [freezegun](https://github.com/spulec/freezegun) from 1.5.0 to 1.5.1. Changelog Sourced from freezegun's changelog. 1.5.1 Fix the typing of the tick() method, and improve it's behaviour. Commits 3f9fac4 Increase version number e0f2c3c CHANGELOG...

dependencies
python