Michael Gecht
Michael Gecht
Not sure if I understand it correctly, but would it be possible to use separate domains for different branches here? I'd like my production app to run on app.example.com and...
Dokku will clear all values in `DOKKU_PROXY_PORT_MAP` and set the variable to `http:9000:9000`, when deploying an app for the first time via Dockerfile (where `9000` is the exposed port, specified...
Changes made in this pull request: - Benchmarks can now be generated from a config file ([TOML format](https://github.com/toml-lang/toml)). - Add new `--config` option to `mdbenchmark generate`. Currently builds upon #155...
A user currently writes the whole run command in their job script by hand. We just replace a few variables. https://github.com/bio-phys/MDBenchmark/blob/4f3bb5f1ff63041282792c508cfb22b7fb6e9675/mdbenchmark/templates/draco#L35-L40 It would probably be of greater use to generate...
It would be great if `mdbenchmark analyze` would create a job file with the optimal settings, which the user could copy and use for their production runs immediately.
Thanks for the great theme! Just started with Gatsby and got the following two questions: 1) How do I display a static page as the default page, instead of the...
Are you guys looking for any help with the project? If there is anything to be done, I'd be happy to help!
I've stumbled upon a few cases where I'd wanted to set a list as the value for a category. A MD specific example: I run a bunch of simulations that...
Resolves #164. Are those tests enough or should I also be looking in other places?
We have recently updated our toolchain version to 5.9, but have never updated the benchmark suite to use 5.9 or newer. Also, it does not look like we ever commited...