James Villarrubia
James Villarrubia
The underlying GCS client library now supports the [matchGlob capability](https://github.com/googleapis/python-storage/pull/1055). Syntax is outlined [here](https://cloud.google.com/storage/docs/json_api/v1/objects/list#list-object-glob) Because syntax is non-standard glob matching, customized filtering on gcs file paths had to be created...
### Steps to reproduce 1. Generate a basic app with local authentication. 1. Create a user. 1. Hit /authentication with proper credentials 1. Receive response that includes hashed password. ```json...
Is there a way to generate the swagger json or yml and statically store it? I want to be able to lock the specs down, so that code must conform...
### Summary This lightweight middleware enables RPC style verbs on Feathers routes that then can (optionally) trigger custom methods. This allows custom-method calls when external systems cannot modify header requests...
Would love to see an example serverless.yml with a /{proxy} setup. I've got a withCredentials setting on the client and I need to set the Access-Control-Allow-Origin to mirror the origin.
Updates jsonwebtoken to ^8.3.0 to patch necessary security issues with 4.2.2. Replaces the 'expiresInMinutes' with the new 'expiresIn' function
When running in basic JS application, I'm getting this error: ``` ERROR [1:logger] [2024-01-29 15:51:28,449] Error in token encoding: Encountered text corresponding to disallowed special token ''. If you want...
When changing conversations while a response is streaming, newly selected conversation starts to receive the stream, possibly overwriting the original text. ### To replicate: Create two conversations. In second convo,...
### Description From the Containers->Container Viewer->Files Tab, when you open a folder mounted inside the container, the folder doesn't open. It flashes like it opens for a millisecond and then...