Jurre

Results 13 issues of Jurre

After inviting a new colleague he was redirected to signup instead of the invitation/registration form, I got the same behavior sometimes, this happens both with the sendgrid link and the...

Right now we have really awesome charts on the reporting pages, but what we're missing is totals in numbers

Memory on heroku seems to be constantly increasing, I've already spent some time trying to look for places where it could be leaking but I haven't found anything yet. ![screen...

Hi all 👋 I'm one of the maintainers of [dependabot](https://github.com/dependabot/dependabot-core) and recently we're starting to see errors like this in our logs: ``` 10:06:11.478 [error] GenServer Hex.Registry.Server terminating ** (Mix.Error)...

Kind:Bug

Right now we execute a query per row, making this very slow, we should do it in one query for the entire batch that was fetched from the DB, if...

Apparently postgres doesn't encode timestamps as RFC3339 by default. This is annoying, we should look into emitting our events with RFC3339 timestamps, they're much easier to work with.

We used to run our internal CI, but we want to set up public CI for public projects.

This adds support for yarn-berry behind a feature flag, meaning that it won't run on repo's by default, but we can start using it to test targeted repo's. There are...

### Self-service - [X] I'd be willing to implement a fix ### Describe the bug Running `yarn add --mode=update-lockfile` for a new version of an existing package already in the...

bug

Currently the digest is fetched from the [Docker registry manifest endpoint](https://docs.docker.com/registry/spec/api/#manifest) with the `application/vnd.docker.distribution.manifest.v2+json` Media Type: ``` dt=$(curl "https://auth.docker.io/token?service=registry.docker.io&scope=repository:library/python:pull" | jq -r .access_token) curl curl --get -v https://registry.hub.docker.com:443/v2/library/python/manifests/slim --header "Authorization:...