Max Mathys

Results 14 issues of Max Mathys

Why would you authenticate a public client with OAuth? You have nowhere to hide the client secret so in the end everyone has access to all the data of all...

How do I list all elements?

Setup: 6 nodes, LAMMPS experiment. This error only occurs sometimes (~30% of runs) ``` faasm-dev-worker-10 | Failure value returned from cantFail wrapped call faasm-dev-worker-10 | section header table goes past...

closes #667

With this change, the CLI containers are left running for development

The flushing of workers is done sequentially. For large cluster (e.g. 64 workers), it may be beneficial to parallelize flushing requests.

In [`workon.sh`](https://github.com/faasm/faasm/blob/bfb77185809a03a75113d99fe36b8c58112b7fa8/bin/workon.sh#L88), the `PS1` is updated the new virtual environment. If `workon.sh` is executed multiple times (e.g. when switching between environments), the old environment is kept in this variable, creating...

E.g. [`workon.sh`](https://github.com/faasm/faasm/blob/bfb77185809a03a75113d99fe36b8c58112b7fa8/bin/workon.sh#L12..L15) is zsh proof, but not [`create_venv.sh`](https://github.com/faasm/faasm/blob/main/bin/create_venv.sh#L5). `bash` and `zsh` evaluate the expression for `THIS_DIR` differently.

--cask flag is no longer required for newer versions of Brew.

Why would one use OAuth for a desktop app? You have nowhere to hide the client secret so in the end everyone can access your users. Do I get something...