jvmdc

Results 12 comments of jvmdc

There's probably two issues at hand here: 1. Why do None values cause encoding to fail? Is this according to spec or simply an error? 2. Is it possible to...

Cheers, thanks for the answers :)

Hi @nickfloyd, As far as I can tell, the project you linked (webhooks.net) is concerned with being on the receiving end of a webhook request, not so much about querying...

FYI I've worked around the issue for now by setting the env. variable HEROKU to some value - This makes Juice Shop think I am running on Heroku and disables...

Yup, I would agree - the wording should probably say "Last month" instead then though. I'd argue that counting days is better since "Last month" leaves me not knowing at...

Without having taken a deep-dive in the code, I think the issue comes from the use of "selectUnit". Notice the "Caveats" listed here: https://www.npmjs.com/package/@formatjs/intl-utils#caveats (Also notice that the package is...

Helm always uses the `values.yaml` file as the default value, so not sure why you'd want to exclude it. ![image](https://github.com/user-attachments/assets/5c53e8cc-e89a-465a-bde7-df5f64f2e92c) Source: https://helm.sh/docs/chart_template_guide/values_files/

My idea was to just expose the step ID and/or name information in the context, so template creators can add it to their checkpoint key suffix as they see fit....