Drew Goodwin

Results 6 issues of Drew Goodwin

Great work on this app! I'm testing it out, and found issues when exporting drawings with Japanese text. PNG and JPG don't display the Japanese characters. Presumably the fonts in...

bug

### 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 Schema: ```ts import { relations } from "drizzle-orm";...

bug

### Describe the bug Error received when navigating to a table using `getGroupedRowModel()` such as: ```ts const table = useReactTable({ data, columns, getCoreRowModel: getCoreRowModel(), getGroupedRowModel: getGroupedRowModel(), }); ``` As seen...

### Environment ``` System: OS: macOS 14.6.1 CPU: (10) arm64 Apple M1 Max Memory: 259.67 MB / 32.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 20.16.0 - ~/.nvm/versions/node/v20.16.0/bin/node npm: 10.8.1...

bug
TypeScript

Following code works but gives a type type error as of 4.1: ```ts import { startOfMinute } from "date-fns/startOfMinute"; import { z } from "zod"; z.date().transform(startOfMinute); ``` Error: ``` Argument...

### Is there an existing issue for this? - [x] I have searched the existing issues ### Code of Conduct - [x] I agree to follow this project's Code of...

Type: Bug :bug: