shynome

Results 31 comments of shynome

Does anyone have a work around for this? I will implement this in a few days I already have an implementation, https://github.com/shynome/xlsx-importer

> A temp solution is to download an older version of Chromium and replace the current version of Chromium. I successfuly tested my code with on version [884014](https://registry.npmmirror.com/-/binary/chromium-browser-snapshots/Win_x64/884014/) the version...

expect display: https://web.archive.org/web/20201112024328/https://www.tinc-vpn.org/examples/ipv6-network/

```ts // those code works with deno import { createServer } from "node:http"; import { launch } from "npm:puppeteer-core"; const server = createServer(async (req, res) => { // node http...

I chose AbortSignal because it is a standard.

@ohmvaghela Hi, I think you may have misunderstood. I am not limited to the HTTP scenario, I just want to support AbortSignal in launch. This is simpler and easier to...

I do some change with this file, it works as expect `packages/puppeteer-core/src/node/ProductLauncher.ts` ```ts export abstract class ProductLauncher { . . . async launch(options: PuppeteerNodeLaunchOptions = {}): Promise { . ....

I have create a [golang wasm cgi server](https://github.com/shynome/go-wagi) based on `wazero`, but performance is too bad, only have 137 qps how to improve reuse wasi module performance? Thank you for...

Thanks for your tips. I have update benchmark, the new performance is 137 qps, it is too slow. how do improve reuse wasi module performance? ---- > there's not much...

hi, is there any api to set nonblock this make me fall down again. :(