Jake Champion
Jake Champion
> Another approach we can take is to point a KV Store to a folder and use the file-paths as the KV Store Keys and the file contents as the...
@guybedford does the above PR (https://github.com/fastly/cli/pull/878) to the Fastly CLI resolve the issue you were seeing?
I see the same tests consistently fail when using an Apple M1 Pro running macOS Monterey 12.4
C@E currently has different hostcall error codes for when a named backend does not exist. After discussing with @aturon (on the 9th of Feb and I said I would add...
Hi @kalebpace, >Whether these APIs are planned for the runtime Yes, we would like to implement these APIs >How a project like [fastly/next-compute-js](https://github.com/fastly/next-compute-js) might suggest solving for their unavailability I'm...
It looks like the change would be on this line: https://github.com/fastly/js-compute-runtime/blob/f36dee28789b1187652874fe76d1801c9a8e5974/c-dependencies/js-compute-runtime/js-compute-builtins.cpp#L1138 The [consume-body algorithm](https://fetch.spec.whatwg.org/#concept-body-consume-body) states that we need to run [utf8-decode](https://encoding.spec.whatwg.org/#utf-8-decode) when the type given is text.
I believe this is coming from [rfc3986 section 3.3](https://www.rfc-editor.org/rfc/rfc3986.html#section-3.3) and the definition for a path segment not allowing non-us-ascii characters In particular it's the pchar definition, where characters outside the...
> I'd prefer to check with a few places that proxy serious Internet traffic if this is something they see, or have reasons to not want it. > > cc...
@harmony7 what do you think to this?
We are also hitting this issue - we ran bpftrace on the system and have seen ATS this: ``` ATS close(2) __close_nocancel+11 fclose+273 BaseLogFile::close_file()+55 LogFile::close_file()+546 LogFile::check_fd()+117 Log::flush_thread_main(void*)+404 LoggingFlushContinuation::mainEvent(int, void*)+39 Continuation::handleEvent(int,...