Andrew

Results 287 comments of Andrew

Effected URLs: * https://upper.io/db.v3/getting-started * https://upper.io/db.v3/mysql * https://upper.io/db.v3/mongo * https://upper.io/db.v3/postgresql * https://upper.io/db.v3/sqlite * https://upper.io/db.v3/mssql * https://upper.io/db.v3/ql ...

Update: I was finally able to get accurate results for this query through upper.io, by making sure to qualify the sum expression as a SQL attribute name, and then decode...

For now, we can reduce the list of files assumed to be YAML: * `*.yml` * `*.yaml` * `*.yml.*` * `*.yaml.*` * Any special filenames such as `.yamllint` All other...

I already have a library for Go, called go-chop, that offers these. But I wish to promote this functionality into a more well maintained Go library, such as lo.

+1 applied for copyright consent form. Thanks for pushing for use-package as an Emacs built-in, it's a great addition!

Please have dockerfilelint do the recursive globbing itself when scanning for Dockerfile's. Glob notation is difficult to get right, and many shells (e.g. Windows Command Prompt) do not glob on...

The upstream crossbuild project has added code for M1 ARM (64) support. https://github.com/tpoechtrager/osxcross/commit/261de1051107e47e34a0afc2aed75b8173bc6856

Confirmed, building the Apple Clang compiler is able to generate arm64[e] toolchains for osxcross. This is documented in the osxcross README. https://github.com/tpoechtrager/osxcross#what-is-the-goal-of-osxcross Example compilation of Apple Clang on Ubuntu: https://github.com/mcandre/apple-clang/blob/master/Dockerfile

@EdSchouten Oh, thank you for clarifying! Would it make sense for the yaml config to offer a `tty` bool option on fd's? Perhaps this could automatically be enabled for the...