jmm
jmm
There should be an environment variable that toggles whether to require basic auth to view (but not create or score) proposed abstracts. People are often interested in seeing what talks...
As part of a Dolt->Snowflake data export, I wanted to use a SaaS connector tool to avoid needing to write my own ETL. Since Dolt aims to be MySQL compatible,...
We're starting to migrate to lmod to manage dependencies. [There's this script inside of lmod to allow running commands inside a Python script.](https://github.com/TACC/Lmod/blob/master/init/env_modules_python.py.in) We're starting to use it to build...
I'm currently attempting to build a new AMI to unlock some buildkit fixes in a Docker RC. The README doesn't mention that plugins are installed as submodules, and the AMI...
I wanted to upgrade Dolt to try out the new push/pull sql-server features. As part of this upgrade, I also ran `dolt migrate` to update the data format on-disk. I...