Mark Doeswijk

Results 6 comments of Mark Doeswijk

@axtho for lodash I did the following: * add as peer dependency for actual use * add as dev dependency for running demo app * add typings for lodash for...

> Sadly even when making this change I can't get the prompt to work. Saddening =( You still need to ensure the normal kubernetes configuration envs are set: https://github.com/caiogondim/bullet-train.zsh#kubernetes-context And...

@kdkade We fixated our version to 2.3.2 for now which restored functionality

The `Security` decorator is in the `typescript-rest` package now because it can be used to implement the actual security check according to the docs: https://github.com/thiagobustamante/typescript-rest/wiki/@Security-Decorator I know this is an...

I've just been able to at least get through npm install for the current `node:22` (which is bookworm) with the following: `ENV GS4JS_HOME=/usr/lib/aarch64-linux-gnu` Except from `Dockerfile` looks like this: ```...

The aarch64 path appears to be specific when building on an M-series CPU. When I pushed the build to a hosted linux docker builder (GCE in this case) I had...