Software, Web & Applied AI Engineer

Remote from Hyogo, Japan

·····
2020-12

Fixing anchor links in INSTALL.md

Some of the anchor links are not working. Need to use `-` instead of `_`. - current: https://github.com/GoogleCloudPlatform/fourkeys/blob/d6f11f774f18753d9daadec3200c448e8050b0c4/setup/INSTALL.md ...

2020-08
2020-06

Add: htm

<!-- Please fill out the information in this issue template so that we can efficiently process your request for a new library to be added to cdnjs --> <!-- To add a library to cdnjs, it must have ...

2019-10
2019-06
2018-11
2017-01
2016-11
2015-01
2014-07

handle 0 in LIMIT clause

Giving `0` to `$opt->{limit}` and `SQL::Maker::Select#limit`, I expect SQL::Maker to generate `LIMIT 0` query. ``` perl my ($sql, @binds) = $builder->select('hoge', ['*'], +{}, {order_by => 'created_...