Andres Olave

Results 8 issues of Andres Olave

Hi guys, I did this addition to concise logging as I am running an API and would like responses logged in the same line. It is turned off by default...

We are creating multiple workspaces on workspaces. Adding workspace to the task definition and to the log_group was critical for enabling this to work

Adds support for different replacementStrategies Implements cache reinitialization that doesnt affect LRU

Current module namespace conflicts with this popular gem https://rubygems.org/gems/clockwork

There is still some residual confusion around the use of `nbf` that should be clarified. The spec currently mentions that ``` When the iat and/or exp JWT claims are present,...

editorial

In most cases its weird to modify an array created using map, however it may be desired in certain circumstances eg the following could be considered to be ok. ```...

In certain frameworks, like fastify, it is desirable to modify certain variables in plugins due to framework architecture. These variables prove to be exceptions to the better-mutation rules. Think something...