postgres
PostgreSQL is a database management system that is object-relational. PostgreSQL originated from the Ingres project at the University of California, Berkeley.
Here are 5,328 public repositories matching this topic...
Bug report
Describe the bug
Database extension names are long strings without spaces. Sometimes it leads to the name overflowing the container and pushing the on/off switch out of the card (see screenshots).
To Reproduce
- Go to
https://app.supabase.io/project/<some-project-id>/database/extensionsfrom a 1280px-wide browser window - Scroll down to Extensions
- See the na
-
Updated
Mar 4, 2022 - Clojure
Issue split from hasura/graphql-engine#6951
our pytest output has a pretty low signal:noise ratio, and it's often difficult to understand the cause of a test failure, if there is one. [Example: a 8600-line log for what turned out to be a flaky test that passed on a second run](https://app.circleci.com/pipelines/github/hasura/graphql-engine-mono/10008/workflows/5e17c7
Bug description
On windows, I run prisma format and note the unusual file ending. The lines are all LF, but the very last line is CRLF.
This causes issue on my Linux CI where it formats it ending in LF's only, causing a diff to occur and the build to fail.
How to reproduce
- On windows do prisma format
- Open in HxD or similar
- See attached:
 {
Unsafe.getUnsafe().loadFence();
try {
try {
useful |= jobs.get(i).run(workerId);
} catch (Throwable e) {
onError(i, e);
}
} finally {
Unsafe.getUnsafe().storeFence();
}
}
I be
-
Updated
Feb 24, 2022
Bug description
If you open the events table the items have a human description e.g. "2 minutes ago"
If you leave the page open and then load new events in at the top of the table (at least with auto load turned on) we don't update the humanised descriptions so the first row can be "2 minutes ago" and the second "a few seconds ago" even though their timestamps are correct

