Karibash

Results 8 issues of Karibash

# 🚀 Yarn Berry Support ### Relevant Rules [yarn_install](https://github.com/bazelbuild/rules_nodejs/blob/aa9882b9d5afaeb9815a3630017fa2911eeedb0a/internal/npm_install/npm_install.bzl#L808-L968) ### Description When trying to use Yarn berry with the yarn_install rule, an error occurs because it implicitly sets the `--mutex...

# Current behavior It is not possible to get a model for which a specific property is null. ```ts const db = factory({ user: { id: primaryKey(Number), deletedAt: nullable(Number), },...

### What is the feature you are proposing? The JavaScript Error class can be passed the [cause option](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/cause). This is a property that indicates the cause of the error and...

enhancement

Add a "cause" option to HTTPException for easier debugging. close #2170 ### How to use ```ts app.get('/users', (c) => { try { const result = await db.select().from(users); return c.json(result); }...

v4.1

Currently, to use vanilla-extract in Storybook, it is necessary to [manually rewrite the settings](https://storybook.js.org/recipes/@vanilla-extract/css) to support it. If this add-on supports vanilla-extract, it will be more convenient to use vanilla-extract...

### Environment ``` "@sentry/serverless": "7.99.0", "@sentry/esbuild-plugin": "2.10.3", "esbuild": "0.19.12", ``` ### Steps to Reproduce If the file that is the entry point does not have a default export, an import-is-undefined...

close drizzle-team/drizzle-kit-mirror#402 Fixed a bug that caused empty index names to be output when executing the introspect command with auto-generated index names. This fix is necessary because the specification of...