Chris Brinker

Results 7 comments of Chris Brinker

Any updates/thoughts on getting this merged? It's been a few years and we'd appreciate to have it available in the main repo. Thanks!

I was able to get at the sqlite database via a backup. To recreate this you will need to get a copy of the backup into a local file on...

Working on some SQL that will export the various data. Assistance Exercises: ``` SELECT datetime(aes.zdate+978307200, 'unixepoch', 'localtime') `Date`, 'Assistance' `Workout Name`, aen.zname `Exercise Name`, aes.zweight `Weight`, aes.zreps `Reps` FROM ZAssistanceExerciseSet...

This is the best I could come up with to get the main exercises exported: ``` SELECT datetime(wc.zdate+978307200+((Select x.DayNum-1 from (select Z_PK, ROW_NUMBER() OVER(ORDER BY Z_FOK_TEMPLATE) `DayNum` FROM ZTEMPLATEDAY WHERE...

I am evaluating the new awscli py package provided by AWS as a replacement for boto-rsync, s3put, s3cmd, etc. -Chris On Tuesday, February 18, 2014, David Röhr [email protected] wrote: >...

I needed this fixed now so I have monkey patched the change into my current library. Not an ideal situation but maybe others would like this as a work around...

@perlpunk we are using `yaml` anchors/aliases quite a bit to cut down on tons of repeated stanzas in our [prometheus configuration files](https://prometheus.io/docs/prometheus/latest/configuration/configuration/). I'd really like to not have to uniquely...