Robert S Lee
Robert S Lee
## 🚀 Feature Would be useful to make the artifacts available via 1) download dir or 2) download subdir or 3) files via regular expression match. 4) provide s3 link...
## 🐛 Bug python collect_env_details.py requires setuptools-59.5.0 and cannot work with Lightning App in the cloud ### To Reproduce - download collect_env_details.py ``` zeus@lightningwork-01g8v3jstyeh3xeb4a8p5kc5wz:~$ wget https://raw.githubusercontent.com/Lightning-AI/lightning/master/requirements/collect_env_details.py--2022-07-28 18:15:00-- https://raw.githubusercontent.com/Lightning-AI/lightning/master/requirements/collect_env_details.py Resolving raw.githubusercontent.com...
Please review Label Studio Setup [Instructions](https://github.com/robert-s-lee/lightning-pose/blob/label-studio/README.label-studio.md) A method to convert Lightning Pose Annotation data with Label Studio Annotation Lightning Pose Annotation uses: - [ToyMouseRunningData pngs](toy_datasets/toymouseRunningData/barObstacleScaling1) - the pngs are annotated...
https://github.com/microsoft/mssql-docker/blob/80e2a51d0eb1693f2de014fb26d4a414f5a5add5/linux/preview/examples/mssql-customize/configure-db.sh#L12 should be ` while [[ $DBSTATUS -ne 0 || $ERRCODE -ne 0 ]] && [[ $i -lt 60 ]]; do` https://github.com/microsoft/mssql-docker/blob/80e2a51d0eb1693f2de014fb26d4a414f5a5add5/linux/preview/examples/mssql-customize/configure-db.sh#L19 have syntax errors should be ` if [[...
modified: linux/preview/examples/mssql-customize/configure-db.sh fix https://github.com/microsoft/mssql-docker/issues/843 and https://github.com/microsoft/mssql-docker/issues/842
[SA_PASSWORD](https://github.com/microsoft/mssql-docker/blob/80e2a51d0eb1693f2de014fb26d4a414f5a5add5/linux/preview/examples/mssql-customize/configure-db.sh#L14C22-L14C22) should be `MSSQL_SA_PASSWORD` ``` DBSTATUS=$(/opt/mssql-tools/bin/sqlcmd -h -1 -t 1 -U sa -P $SA_PASSWORD -Q "SET NOCOUNT ON; Select SUM(state) from sys.databases") ```
is there a support of zOS DB2 already? if so, will be volunteering to test. if not, will be create a draft PR to start work on adding the support.
without ` ALTER SESSION SET JDBC_QUERY_RESULT_FORMAT='JSON';`, without it, `: JDBC driver internal error: Fail to retrieve row count for first arrow chunk: null.` is given. ``` 1> select * from...
closes - https://github.com/scgray/jsqsh/issues/67 - https://github.com/scgray/jsqsh/issues/66
`bin/jsqsh` does not reliably work to identify dirname of the `jsqsh` https://github.com/scgray/jsqsh/blob/master/jsqsh-dist/dist/unix/jsqsh#L16 the `PROG_DIR` is `.` resulting in the err message ``` arcion@4b5153db9d81:/opt/jsqsh/jsqsh-dist-3.0-SNAPSHOT$ bin/jsqsh log4j:ERROR Could not read configuration file...