David Hyde
David Hyde
``` tldr: colors -> @colors/colors ``` Development of the `colors` package has ceased, and further work on the project will take place via the new official repository https://github.com/DABH/colors.js. The corresponding...
In `applyStyle()`, the arguments are `String` objects, not string literals (see https://github.com/Marak/colors.js/commit/7f146faff3e1b24a845587c07745b9ea0b864f62). We should either get to the bottom of why this is the case, or, if possible, make everything...
It would be good to have a guide on how to propose useful new features/fixes to the repo. In particular, we should be more explicit about what kinds of things...
This seems to be a common issue that's brought up, so we should just document it to minimize further issues on the topic. Sometimes you want to force colors to...
I have a program that I run multiple times. Each time the program runs it uses the same linear system `A` and solves `Ax=b` (using AMGCL) with a different right-hand...
It seems like the parameter names used to control AMG and solver settings are pretty different for the MPI vs. non-MPI versions of the runtime AMGCL interface. For example, in...
Per https://github.com/Marak/colors.js/issues/340, the colors package on which cli-table depends has been migrated to @colors/colors. This PR performs the (very simple) migration. Thanks for your help with getting this into the...
1) On my mac (python 3.8.2, etc.), the command was `virtualenv .venv`. Googling around, it seems like `virtualenv` is more common... is `venv` an alias you defined on your machine...
I'm trying to run the taxi example notebook and am hitting an error on the first import `import beaver_sdk` I see that `beaver_sdk` isn't referenced in `requirements.txt` -- should it...
I got beaver up and running following the manual Docker compose steps per the readme, ``` git clone [email protected]:online-ml/beaver.git cd beaver docker-compose up ``` but when I browse to http://localhost:8501/Projects...