by_star icon indicating copy to clipboard operation
by_star copied to clipboard

Add by_semester method, for the 6-month intervals of the year

Open morellan opened this issue 4 years ago • 3 comments

I'm using this extra method to check if something happened in the first half or second half of the year, I hope this could be useful for others.

morellan avatar Aug 01 '20 03:08 morellan

Hi, this looks fine to merge, however, can you first help fix the failing Travis tests? (I realize they aren't caused by your PR)

johnnyshields avatar Aug 01 '20 08:08 johnnyshields

Happy to help, but I'm not sure where to start since most of the errors are caused by some problem in the CI

$ mysql -e 'create database by_star_test;'
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
The command "mysql -e 'create database by_star_test;'" failed and exited with 1 during .

morellan avatar Aug 01 '20 17:08 morellan

Thanks! Will merge when CI is green.

johnnyshields avatar Aug 02 '20 02:08 johnnyshields