Aaron Luna
Aaron Luna
Currently, if a user provides a non-ASCII, UTF-8 printable character (e.g., any of the following: `äüöëñ0¡¢漢字♀♂`) to an `Input` prompt, the prompt immediately exits and returns `None` in place of...
First, I have to say thank you for creating Bullet. I am using it to create a menu-driven UI in one of my projects, and it has been wonderful to...
After upgrading to node.js v14, running glyphhanger always produces a list of circular dependency warnings. The root cause of these warnings is the shelljs package, and after upgrading this to...
per MDN, the HTTP 1.1 spec, and every other authoritative resource on this subject, the `cache-control` `no-cache` directive is **NOT used to indicate that a response should not be cached**....
Currently, there is no way for a user to evict an item from the cache before the TTL expires. This needs to be supported directly by the plugin rather than...
when a browser sends a request where the time indicated by the value of the `max-age` directive or `expires` header is in the past, the correct behavior is to: -...
the project which led me to create this plugin doesn't serve any assets that make sense to validate with the last-mod time, (e.g., files) since the response data in my...
similarly to #51, this should be configurable at a global level and also at each endpoint which overrides the global setting.
- eTag generation should be "on" by default - Controlled by a value provided to the `FastApiRedisCache.init()` method (this Is the "global" setting) - Can also be configured per-endpoint by...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...