-
incorrect TS types: WebsocketClient instance extends event emitter at runtime, types do not.
This ts-expect-error should not be necessary
![image](https://github.com/user-attachments/assets/b5d07ba3…
-
Hello there,
The following code:
```ts
import { parseEnv } from 'znv';
import { z } from 'zod';
export const {
DEFAULT_ADMIN_EMAILS,
} = parseEnv(process.env, {
DEFAULT_ADMIN_EMA…
-
### What version of Hono are you using?
4.6.2
### What runtime/platform is your app running on?
nodejs
### What steps can reproduce the bug?
This is my package.json
```json
{
"name": "hono…
-
Currently, the project uses Gulp and Babel to produce the server and client libraries required to be imported by anyone using react-server. That means those libraries are transpiled down to es5 and e…
-
### Which Cloudflare product(s) does this pertain to?
Workers Vitest Integration
### What version(s) of the tool(s) are you using?
wrangler@3.63.2, @cloudflare/vitest-pool-workers@0.4.25, @microlab…
-
@robbdempsey
The Acmeair sample was first written in 2015 and has not been updated in some time. It would be good to have a "modern" version of the sample.
* [x] Use Fastify (https://github.com/…
-
@niieani
_In order to simplify this exercise, I will start with a small subset of the overal problem. This is not only to make it easier for you, but even more importantly to help me ensure that I pr…
-
我编译程序的js文件为 mjs, SwaggerRouter 的mapDir函数操作会报错,因为 require 语句
.pnpm\koa-swagger-decorator@1.8.6\node_modules\koa-swagger-decorator\dist\utils.js:46
const obj = require(filepath);
…
-
### 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
if i import using `'@/app/lib/env'`, it doesn't w…
-
👋
# Problem
I've been hammering my head at why `typedorm` would not provide my autogenerated attributes.
My entity example:
```typescript
export class UserPreference {
@Attribute()
u…