All Issues
24,993 verified issues
Screen flickering on iOS since Flutter 2.10.0
App screen flickers and freezes, when I restart it, it goes away. This happened after upgrading to flutter 2.10.0, it doesn't always happen. https://user-images.githubusercontent.com/19810700/159396407-ea553089-e4c3-4f0e-b709-d169cbefed7f.MOV [code block]
TypeError: Invalid PostCSS Plugin found at: plugins[1]
Describe the problem: I am following this Upgrade guide. After running `npm install tailwindcss@latest postcss@latest autoprefixer@latest`, I start getting this error when running `npm run serve`: `TypeError: Invalid PostCSS Plugin found at: plugins[1]` I am using: + postcss@8.1.7 + autoprefixer@10.0.2 + tailwindcss@2.0.1 Link to a minimal reproduction: Not sure how to reproduce this on other machines. I am on Windows 10, node v14.15.1.
zodTextFormat breaks with Zod 4
Confirm this is a Node library issue and not an underlying OpenAI API issue - [x] This is an issue with the Node library Describe the bug As per this issue, `zod-to-json` library, which I believe OpenAI SDK uses under the hood, is not compatible with Zod v4. So e.g. this official tutorial won't work. Also the error is not very descriptive, as we only get: [code block] To Reproduce Install latest zod (4.x.x) and openai [code block] Then this snippet will fail. [code block] then rerun the same code with zod 3 and it should work [code block] [code block]JavaScript ``` OS macOS Node version 22.14.0 Library version openai@5.11.0
[BUG]: `Decimal` type gets casted to `number` when queried through `with` (include relations)
What version of `drizzle-orm` are you using? 0.28.6 What version of `drizzle-kit` are you using? 0.19.13 Describe the Bug With those two tables and relations: [code block] If I query the `processesInputs` table directly, I get `percentage` as a string: [code block] But if I query the `processes` table including the related `processesInputs`, I get percentage as a number: [code block] Expected behavior I would expect `percentage` to be of type `string` in both cases Environment & setup _No response_
Support a grid layout for editors
- VSCode Version: Windows 10 - OS Version: 1.7.0 - insider -- Sorry for the English, I used Google Translator -- Leave even better drag and drop, detecting where we point out the window.(#224, #1749). How does the Atom. I think it's more intuitive.
Android Platform Tools 29: Error retrieving device properties for ro.product.cpu.abi:
When I try to run my app in an emulator in Android Studio I get the following error. I have to say that it worked before and stopped working after some updates of SDK to v.29. Is there something I have to change now? Reinstall of android studio and flutter did not work, I tried to kill and restart adb server and disabling heap protection. nothing worked [code block] Steps to Reproduce 1. Install the latest version of android studio beta on windows (platform tools 29 will be installed) Logs [code block] [code block] This did not work: #16865
createTranscription File type does not exist in node
Describe the bug createTranscription's interface is defined as: `createTranscription(file: File, ....)` However, `File` does not exist in node.js. This is a browser only class. What is expected here? A return value from fs.readFileSync? To Reproduce [code block] Code snippets _No response_ OS macOS Node version Node v14.19.0 Library version openai 3.2.1
[BUG]: SQL query to create table is missing "IF NOT EXISTS"
What version of `drizzle-orm` are you using? 0.26.0 What version of `drizzle-kit` are you using? _No response_ Describe the Bug When running `generate` to create the migration SQL files form the schemas, create table queries are missing "IF NOT EXISTS" in the query, resulting in errors when running the migration programmatically. Expected behavior Create table query should include "IF NOT EXISTS" Environment & setup _No response_
v4 alpha does not work on Stackblitz
What version of Tailwind CSS are you using? 4.0.0-alpha.6 What build tool (or framework if it abstracts the build tool) are you using? Vite 5.1.5 What version of Node.js are you using? v18.18.0 What browser are you using? Chrome What operating system are you using? StackBlitz Reproduction URL https://stackblitz.com/edit/vitejs-vite-bhcbjy?file=vite.config.js&terminal=dev A Tailwind Play link or public GitHub repo that includes a minimal reproduction of the bug. Please do not link to your actual project, what we need instead is a _minimal_ reproduction in a fresh project without any unnecessary code. This means it doesn't matter if your real project is private/confidential, since we want a link to a separate, isolated reproduction anyways. A reproduction is required when filing an issue — any issue opened without a reproduction will be closed and you'll be asked to create a new issue that includes a reproduction. We're a small team and we can't keep up with the volume of issues we receive if we need to reproduce each issue from scratch ourselves. Describe your issue [code block]
[BUG]: TypeScript error on optional fields during update (and insert) operation
What version of `drizzle-orm` are you using? 0.32.0 What version of `drizzle-kit` are you using? 0.23.0 Describe the Bug I've encountered a TypeScript error when trying to update an optional field using the set method. The error occurs only for optional fields, while required fields work as expected. Steps to reproduce: - Define a table with both required and optional fields: [code block] - Attempt to update the table with both required and optional fields: [code block] Expected behavior: The update operation should work without any TypeScript errors, as all fields being updated are defined in the table schema. Actual behavior: TypeScript throws an error for the optional 'description' field: "Object literal may only specify known properties, and 'description' does not exist in type" The error does not occur for the required 'title' field. Additional notes: - The error only occurs for optional fields (those without .notNull()) - Using `as any` type assertion works as a temporary workaround, but it's not a proper solution Please let me know if you need any additional information or clarification to investigate this issue. Expected behavior The update operation should work without any TypeScript errors, as all fields being updated are defined in the table schema. Environment & setup Database: SQLite Node: 20 Typescript: 5.3.3
Axios don't send form data in react-native
I've try to send a form data with axios but i can't, in chrome dev tools no content appears in the request. Making a same request via postman the API response normally. [code block]
[BUG]: Drizzle Kit push to Postgres 18 produces unecessary DROP SQL when the schema was NOT changed
Report hasn't been filed before. - [x] I have verified that the bug I'm about to report hasn't been filed before. What version of `drizzle-orm` are you using? 0.44.5 What version of `drizzle-kit` are you using? 0.31.5 Other packages _No response_ Describe the Bug Considering this given table: [code block] And this config: [code block] If you run the `push` command, it prints this log, which is OK: [code block] But, if you run `push` again without making any changes to the schema, instead of telling you there're no changes to be pushed, it prints the following SQL: [code block] And of course it fails: [code block]
Error: Can't use 'tar -xzf' extract archive file
Describe the bug Can't use runner. getting below error while running actions Getting action download info Download action repository 'actions/checkout@v2' (SHA:7884fcad6b5d53d10323aee724dc68d8b9096a2e) Download action repository 'actions/setup-python@v2' (SHA:7f80679172b057fc5e90d70d197929d454754a5a) Error: Can't use 'tar -xzf' extract archive file: /home/runner/work/_actions/_temp_fcaba673-8301-4f09-b4c0-658716c016e9/0f75c0dd-581a-4910-aa5c-6a5cc9a53620.tar.gz. return code: 2. To Reproduce Steps to reproduce the behavior: 1. run github actions Expected behavior actions should be complete without any errors Runner Version and Platform Current runner version: '2.291.1' OS of the machine running the runner? OSX/Windows/Linux/... What's not working? [code block] Job Log Output If applicable, include the relevant part of the job / step log output here. All sensitive information should already be masked out, but please double-check before pasting here. Runner and Worker's Diagnostic Logs If applicable, add relevant diagnostic log information. Logs are located in the runner's `_diag` folder. The runner logs are prefixed with `Runner_` and the worker logs are prefixed with `Worker_`. Each job run correlates to a worker log. All sensitive information should already be masked out, but please double-check before pasting here.
Repository save doesn't return autogenerated columns
Issue type: [ ] question [x] bug report [ ] feature request [ ] documentation issue Database system/driver: [ ] `cordova` [ ] `mongodb` [ ] `mssql` [ ] `mysql` / `mariadb` [ ] `oracle` [x] `postgres` [ ] `cockroachdb` [ ] `sqlite` [ ] `sqljs` [ ] `react-native` [ ] `expo` TypeORM version: [ ] `latest` [x] `@next` [ ] `0.x.x` (or put your version here) Hi, I've noticed that Repository.save doesn't return several of auto-generated field Model Route.ts [code block] Method call [code block] For some reason `id` and `createdAt` are not returned while `updatedAt` is value is returned
Precompiled engine files for `aarch64-unknown-linux-musl` target (Alpine Linux on ARM, e.g. M1)
Problem Right now you can't use Prisma on Docker alpine on M1 mac as it requires `aarch64-unknown-linux-musl` binaries. As M1 will see more adoption, people will run into this frequently. Suggested solution Provide precompiled binaries for `aarch64-unknown-linux-musl` target like we have precompiled binaries for `x86-linux-musl` Alternatives 1. Ask user to compile the binary themselves 2. Document use `node:lts` instead of `node:lts-alpine` which is not ideal. Additional context https://github.com/prisma/prisma/issues/7755 Naming as `unknown` is intended like that, see more information internally: https://prisma-company.slack.com/archives/C016KUHB1R6/p1627469574008300?thread_ts=1626873669.001400&cid=C016KUHB1R6
ESM Wrapper Module
This is a Feature request. We like to use the IOredis to connect to the RedisJson and looking for a ESM style import to be able to use in our project. Could you please provide a Wrapper to be able to use this with ESM style along with Web Components in polymer. We like to import as a component and define the connection. Please refer this link for our requirement. https://redfin.engineering/node-modules-at-war-why-commonjs-and-es-modules-cant-get-along-9617135eeca1
☂️ Intent to deprecate and remove the HTML renderer in Flutter Web
Document Link https://flutter.dev/go/deprecate-html-renderer What problem are you solving? The HTML renderer is complex, underperforming, and limited in graphical expressivity compared to WebGL-based CanvasKit and Skwasm renderers. Flutter Web’s WebGL-based renderers matured to a point where the value provided by the HTML renderer no longer outweighs the maintenance costs, the developer-facing complexity (having to choose between multiple renderers and work around their limitations), and loss of focus on the WebGL renderers. See the document for an expanded problem statement. Tasks The following tasks need to be completed before we begin the deprecation process: - [x] https://github.com/flutter/flutter/issues/113713 - [x] https://github.com/flutter/flutter/issues/151911 - [x] optimized app loading (landed with the new bootstrap API) - [x] https://github.com/flutter/flutter/issues/149863 - [x] https://github.com/flutter/flutter/issues/149843 - [x] https://github.com/flutter/flutter/issues/154878 - [x] https://github.com/flutter/flutter/issues/154879
expo-notifications failing to get token
Summary I am having issues with expo-notifications. So I created a blank project with the expo init command, created a managed workflow, and installed expo notifications via expo install. Then I copied the `registerForPushNotificationsAsync` from here, used it in a `useEffect` hook and got the following error: `[Unhandled promise rejection: Error: Fetching the token failed: java.util.concurrent.ExecutionException: java.io.IOException: AUTHENTICATION_FAILED]` Managed or bare workflow? If you have `ios/` or `android/` directories in your project, the answer is bare! managed What platform(s) does this occur on? Android SDK Version (managed workflow only) 45 Environment expo-env-info 1.0.5 environment info: System: OS: Windows 10 10.0.22000 Binaries: Node: 16.16.0 - C:\Program Files\nodejs\node.EXE npm: 8.11.0 - C:\Program Files\nodejs\npm.CMD npmPackages: expo: ~45.0.0 => 45.0.6 react: 17.0.2 => 17.0.2 react-dom: 17.0.2 => 17.0.2 react-native: 0.68.2 => 0.68.2 react-native-web: 0.17.7 => 0.17.7 Expo Workflow: managed Reproducible demo https://docs.expo.dev/versions/latest/sdk/notifications/#api
[BUG]: drizzle-kit generates incorrect foreign key references to a table from a different schema when using pgSchema
What version of `drizzle-orm` are you using? 0.26.1 What version of `drizzle-kit` are you using? 0.18.1 Describe the Bug I have this file that has two schemas, `iam` and `chat`. The `iam` scheme has `users` table and `chat` schema has `chatRooms` table. That `chatRooms` table has a foreign key that references the primary key for `users`. [code block] Using `drizzle-kit generate:pg` generates the following sql: [code block] The foreign key references `"chat"."users"("id")` instead of `"iam"."users"("id")`. Expected behavior The migration file generated by `drizzle-kit` should correctly reference table and columns from another schema in foreign keys. Environment & setup Postgres Fedora Linux
Allow tabs to wrap to multi-line
I almost always have more tabs open than fit in the horizontal space provided. I have seen the thread on shrinking tabs to try to fit them in one line #15048, and I've also seen this closed feature request for what I'm asking for - #32836. That issue was closed saying there would be no changes for 6-12 months, and it has been around 15 months now so wanted to reopen discussion. JetBrains IDEs added this a few years ago - simple config option to wrap open tabs to multiple lines rather than extending indefinitely horizontally, forcing a horizontal scroll or use of the Open Editors section in the left bar. While the Open Editors block is a nice idea, I've spent so many years switching via tabs (and continue to do so in all my other editors) that I'm requesting a better solution.