Nick K.

Results 9 issues of Nick K.

Hi! I'm writing a custom Sequelize Store for one of my projects. The error happens when next-session is trying to commit a session. As far as I can tell from...

### Which component is affected? Qwik Rollup / Vite plugin ### Describe the bug I've been trying to build a project using Bun's [feature](https://bun.sh/docs/cli/run#bun) that allows to replace Node.js binary...

TYPE: bug
STATUS-1: needs triage

### Which component is affected? Qwik Rollup / Vite plugin ### Describe the bug I've been playing around with Qwik and Qwik City building simple demos. Pretty great framework so...

COMMUNITY: good first issue
COMP: optimizer
COMMUNITY: PR is welcomed

### Which component is affected? Qwik City (routing) ### Describe the bug When using Qwik with Bun adapter (Bun.serve) with disabled SSG, the server throws an error attempting to close...

TYPE: bug
COMMUNITY: PR is welcomed

Hi. I have discovered that `Symbol.toStringTag` is missing on `File`, `Blob` and `FormData` which causes compatibility issues for my library, which implements `FormData` and few other interfaces for Node. Some...

# Overview I am not sure if my issue is related to #6103, so I decided open a PR with the fix for my issue. This PR changes how qwik-city-component...

STATUS-2: team is working on this

### Details This PR implements improves configuration loading with support for new transpilers, like [jiti](https://www.npmjs.com/package/jiti) and [tsx](https://www.npmjs.com/package/tsx). It also includes documentation updates, reflecting these changes. This PR also deprecates some...

### Describe the feature you'd like to request Hi 👋 As I mentioned [here](https://github.com/trpc/trpc/discussions/586#discussioncomment-5385152), I'm using `createCaller` with Next.js `/app` to perform server-side queries. Because Next.js might expect to run...

### Environment Jiti: 2.4.2 Node.js: v23.7.0 ### Reproduction https://github.com/octet-stream/jiti-class-properties-issue ### Describe the bug I've been working on Mikro ORM integration with jiti, so we can replace `ts-node` for transpilation. I...

bug