Alexey Murz Korepov

Results 273 issues of Alexey Murz Korepov

In most cases databases are launched locally on default ports. For simplify creating new connection will be good in "Create connection" form make "Server" and "Port" fields as not required,...

enhancement

In "New connection" form the "Database" field is required. But very often one user have access to multiple databases. How can I configure connection to show all available databases, instead...

help wanted
question

At now left sidebar contains unnecessary root tree item (inside blue rectangle), containing current database name and version, that can be collapsed (for what?), and increase the whitespace from the...

## Is Your Feature Request Related To A Problem? Please describe. I open "chocolatey" tab with list of all packages most of the time to search packages by keyword, not...

Now `findOne` and `findMany` functions in DB API misses ability to select specific fields only, and include relationship fields too. It is my try to add this missing functionality. Prisma...

On my publicly available Keystone instance I see a lot of errors in Keystone output like this: ``` An error occurred handling a request for the Admin UI: TypeError [ERR_INVALID_URL]:...

🐛 bug

# Bug report When we adding some external package to Keystone, that is built from sources, this leads to looping the Admin UI in web browser, if we built Keystone...

Sometimes we need to run some direct prisma queries on Lists, having a Keystone's List name. But because of [this prisma issue](https://github.com/prisma/prisma/issues/11260) we can't easily do this. So, in younger...

Now recommended way to install Krew is to run a "scary" bundle of shell commands like this: ```bash ( set -x; cd "$(mktemp -d)" && OS="$(uname | tr '[:upper:]' '[:lower:]')"...

priority/awaiting-more-evidence
area/distribution

When we try bridge popular Telegram groups to Matrix via bot, very often group moderators refuse to do this, because they will have no functions for ban/kick Matrix users from...

enhancement