Katsuyuki Omuro
Katsuyuki Omuro
At Fastly we have created a runtime, a server adapter, and a template for running Remix on Fastly Compute@Edge. This PR adds support for settings `serverBuildTarget` to `fastly-compute-js`, which configures...
Perhaps `Publisher.publishItems` (plural). The use case is for environments where we cannot make many individual outgoing requests, and it may make sense to batch them up into a single request....
This PR makes changes: * Changes to **package.json** to enable usage without a global installation of the Fastly CLI: * Adds `@fastly/cli` to `devDependencies` so that it's available when using...
## Describing The CLI has a useful flag `--autoclone`. However, I’m seeing confusing behavior when using it. Assuming my service is currently on version 1 (active), if I use `--autoclone`...
**Version** ``` Fastly CLI version v10.12.3 (f0fe32f4) Built with go version go1.22.4 linux/amd64 (2024-07-28) Viceroy version: viceroy 0.10.2 ``` **What happened** ``` % cd ./my-app % fastly compute init -p...
Hi all, I think i’ve found a bug with either Response or ReadableStream, can you check this out when you have a moment? The following code doesn't work as expected....
When WebSocket-over-HTTP is used according to the standard example, it doesn't handle standalone PING. This is because of the loop it uses: ``` while (wsContext.canRecv()) { const message = wsContext.recv();...
* Position S3 mode as BETA * Make storage-mode default to kv-store * When scaffolding S3 mode, add [setup] section for secret store to enable easy setup when deploying *...
This PR fixes the following errors that show up in docusaurus builds. Click for details ``` npm error code EUSAGE npm error npm error The `npm ci` command can only...
This PR adds two features to the JS Compute Runtime, both using just JavaScript means (rather than by modifying the C++). ## Stack tracing (`--enable-stack-traces`) Consider the following example code....