-
While working on this project I notice some stuff every now and then that will probably not be possible to accomplish in given time, but would be good to mention in our documentation to show that we a…
-
It doesn't come up in this sample repo, but I'm assuming that in a large enough project you would have several top-level "common" directories, meant to be shared between two or more services.
With …
-
Each script as its own management of arguments right now: it should be managed in only one file and used in every scripts.
surli updated
4 years ago
-
Hi,
We are using prefect package https://github.com/PrefectHQ/prefect and we are using rez and rez pip to install it.
One of it's dependencies is ruamel.yaml, package with a dot in the name.
The …
-
-
docker is very useful to rebuild the environment and whole configuration so I want to apply it to our genomics-workspace.
reference : 1. https://github.com/twtrubiks/docker-tutorial
…
-
What're we thinking? Should provide at least a build step, dockerfile, etc.
"nothing forces us to understand a process better than trying to automate it." -- more quote fun
-
Good start with this what you told then we have to follow this :
Below is a comprehensive suite of test cases for the **Module Dependency Analyzer and Visualizer**. These tests are meticulously cate…
-
**Description**
Followed instructions using Poershell admin mode
nvm use node 14.16.1
npm version 6.14.12
**Steps to Reproduce**
1. npm run configure
2. npm run setup
**Environm…
-
Right now if I have use the ASP.NET Core Aot sample (`dotnet new webapiaot`) and try to compile it as linux docker image for my docker desktop, I get the following error.
`dotnet publish --os linux…