Results 894 issues of 積丹尼 Dan Jacobson

https://www.openstreetmap.org/node/6401685904 is a 1. **gate**, on a 2. **private** road. Alas, on https://opentopomap.org/#map=17/24.19925/120.87307 neither is especially indicated. One could imagine marching for miles, only to find a locked gate. And...

https://opentopomap.org/#map=12/59.9964/-43.9683 ![32609-0](https://user-images.githubusercontent.com/1230959/89129609-28a16100-d531-11ea-9253-e6bed2510c42.jpg) Horizontal marks and one blob seen.

https://opentopomap.org/#map=8/59.7121/-43.3521 cheery green https://opentopomap.org/#map=9/59.9509/-42.8769 ice covered reality

I have a new idea for Opentopomap tiles. Opentopomap looks great when the full range of hill colors are within the screen. E.g., World view, or Indian plains to Mount...

help wanted
low priority

``` $ echo select x like y from z\;| sqlformat --keywords upper - SELECT x like y FROM z; ``` Maybe there should be an option to add a list...

``` $ cat e.sql SELECT a, b, c, d FROM t; SELECT a, b, 業者名稱, d FROM t; $ sqlformat --reindent e.sql SELECT a, b, c, d FROM t; SELECT...

``` SELECT bla, -- here is a comment -- and another ``` Well, at least with `sqlformat --keywords upper --reindent --comma_first True --indent_columns --use_space_around_operators` the first comment gets appended to...

Please say exactly what the choices for COMMA_FIRST are. ``` $ sqlformat -h ... --comma_first COMMA_FIRST Insert linebreak before comma (default False) $ sqlformat ... --comma_first False file.sql | sum...

sqlformat mangles newlines at end of file ``` # aptitude install sqlformat # set stations.sql && sqlformat $@ | diff $@ - 17c17 < LIMIT 222; --- > LIMIT 222;...

"otpauth://totp/ID.me:...org?secret=....&issuer=ID.me" should also be possible to paste into Enter Manually.

proposal