Vladislav Polyakov

Results 85 comments of Vladislav Polyakov

> TypeError: Symbol.asyncDispose is not defined. Hi! Please, provide information about your runtime.

@Zork33 I think, the problem is about your runtime (maybe needs extra compile step) ``` ❯ bun test src/__tests__/e2e/using-keyword.test.ts bun test v1.1.21 (70ca2b76) src/__tests__/e2e/using-keyword.test.ts: Works ```

It will be better to replace jest with vitest and write vite plugin.

The problem is that the advice given above is fundamentally wrong. you will not be able to build a valid esm package by specifying "moduleResolution": "Bundler"... . Grpc-js itself should...

Or - NodeJS https://nodejs.org/api/addons.html - Bun https://bun.sh/docs/api/ffi - Deno https://docs.deno.com/api/deno/ffi

> What is missing? The problem is that if I run the project inside dev containers, I can't access the ssh keys...

@martinpaljak I understand, that it is not a bug of Secretive, but i think, it will be good if repo will contain documentation how to use it with dev containers.

> `` generates code that depends on the `protobufjs` package. That's fine, just one package. protobufjs-cli + protobufjs/minimal protobuf-ts + @protobuf-ts/runtime protobuf-es + @bufbuild/protobuf

> The user-agent set by connect-es is important to use because it helps users and us to diagnose issues. > > Can you provide some details on why it is...

The problem is: Using interceptors introduces unnecessary overhead, especially when using AsyncLocalStorage.