JonLuca De Caro
JonLuca De Caro
Moving the conversation here based on https://github.com/ampproject/amppackager/issues/449 We’d like to move forward with adding AMP Packager compatibility mode to the AMP optimizer. From the previous issue: > The important thing...
### Summary The typescript output was actually just `es` code output, not types. This fixes it so that the output is the actual declarations. #### Key Changes - Change build...
# Summary The current Google AMP Cache requirements effectively mandate a specific implementation of the AMP transforms (the AMP Packager, currently written in Go). We’d like to create a standalone,...
On iOS 10, Cydia will give a too many files open error when trying to install something, which requires a restart of the app. Temporary solution is to selectively remove...
Node version 12 deprecated OutgoingMessage.prototype._headers, which is used in `ws`. https://nodejs.org/api/deprecations.html#deprecations_dep0066_outgoingmessage_prototype_headers_outgoingmessage_prototype_headernames Just keep an eye out for updates that rectifies the issue. Not a blocker right now but probably good...
### Build tool Vite ### Where do you see the problem? - [X] In the browser - [ ] In the terminal ### Describe the bug I have a script,...
When opening the xcodeproj I get build errors even though I've got all the required dependencies. Is this missing a `Makefile` or a `configure` script?
### Describe the bug Note: This issue was opened in vitest first but was said to be a vite issue here https://github.com/vitest-dev/vitest/issues/2731 I have a file in a directory called...
## Description of changes *Summarize the changes made by this PR.* - Improvements & Bug fixes - Remove max axios content size/length limit ## Test plan *How are these changes...
### What happened? In the typescript client, I'm trying to do a batch insert of 1000 embeddings. I get a `ERR_FR_MAX_BODY_LENGTH_EXCEEDED` exception The header Content-Length is 19669240, which doesn't feel...