Ekin Koc
Ekin Koc
Hi, When creating PDFs from a responsive web page, lets say the page has a css rule to show a narrower version below `1024` pixels screen width and we supply...
### Steps to reproduce On the 7 beta 2, datagrid-pro seems to cause an error when one tries to pin a column and then resize it. Looks like the error...
Hi, Is there a way to define a JsonPath column in ef core model? While doing this generates the correct migration and schema: ```csharp [Column("filter_jsonpath", TypeName = "jsonpath")] [StringLength(4096)] public...
### Describe the bug When you have multiple `Suspense` siblings with internal components calling `useTransition`, starting one transition shifts the pending signal to true inside all `Suspense` boundaries. Is this...
While building the ssr bundle with `ssr.target = "webworker"`, it looks like the default web builds of vite is being bundled. I have these in my vite config but it...
### Zig Version 0.12.0 ### Steps to Reproduce and Observed Behavior Given the C header file: ```c typedef struct { int a; } bar; bar test_bool(int b) { return (bar){.a...