Adam Eisenreich
Adam Eisenreich
**Is your feature request related to a problem? Please describe.** I would like to see an option for sponsoring this project. **Describe the solution you'd like** Given this project is...
### Bug description When renaming a column whose type is an enum, it will rename it, but will not add `@map("originalName")` ### How to reproduce 1. Use the first provided...
### Feature Description The [Popover API](https://developer.mozilla.org/en-US/docs/Web/API/Popover_API) should be used for overlay and, therefore, by extension, dialog, tooltips, select and more. This feature should be implemented using feature detection because of...
### Describe the bug I have downloaded the APK from Github. opened it, it prompted me to update the current app, and then it said that the APK is probably...
## What is it? I propose that `` should have an attribute called `mask` that would allow a developer to dictate how to display a user-defined text value. ## Why...
## Problem ```prisma model User { userID Int @id name String alias String? } ``` ```ts prisma.user.findFirst({ select { userID: true, alias: true, }, where: { alias: { not: {...
As per title...
* Reworked `style` to be type-safe (Could not implement all) interface that is implemented by all stylable parts (except rich text) * Replaced all any type in Styles * Replaced...
### Issue type **I'm submitting a ...** * [x] bug report * [ ] feature request ### Issue description **Current behavior:** ``` this.dialogService.open(OrderDetailComponent, { closeOnBackdropClick: false, context: { // Error:...
### Checklist - [X] I am using an up-to-date version. - [X] I have read the [documentation](https://github.com/TagStudioDev/TagStudio/blob/main/docs/index.md). - [X] I have searched existing [issues](https://github.com/TagStudioDev/TagStudio/issues). ### Description - Opening any file...