Joshua

Results 7 comments of Joshua

This is a feature I'd be very interested in - I'd like to add my auth token to the headers so I can validate serverside if traces come from an...

bump - I think this is a good idea.

Similarly, we often find ourselves with a need to declare one of these for each user. Having an array of `role_names` would be exceptionally useful and cut down on very...

@tomcrabb if you're interested we just use a rudimentary script `tar cvJf node_modules.tar.xz node_modules` for preparing our node dependencies, then in our Dockerfile (or wherever) ``` RUN tar xvJf ./node_modules.tar.xz...

Yeah I'd also be very interested in being able to fix this.

We ended up just throwing everything on a new netlify site and having a shared password ________________________________ From: Zahid ***@***.***> Sent: Wednesday, January 12, 2022 8:42:00 AM To: actions/upload-artifact ***@***.***>...

@arolson101 you might be interested in this https://github.com/rt2zz/redux-persist 👍