Michael Lenaghan

Results 38 issues of Michael Lenaghan

`reset` sets `text-rendering` to `optimizeSpeed` [here](https://github.com/ThinkUniform/uniformcss/blob/5c8c87927a00c4121051e766b5fb56147c2b71c8/uniform/core/reset/_index.scss#L45). I suggest not setting it to anything anywhere. First, I'm not sure that it really qualifies as a "reset" kind of setting at all;...

enhancement

`mysql-otp` is [in Hex](https://hex.pm/packages/mysql); it would be handy if `mysql-otp-poolboy` was too.

The upstream Lua 5.4.5 to 5.4.6 diff is [here](https://github.com/lua/lua/compare/v5.4.5..v5.4.6). The Cosmo Lua 5.4.5 to 5.4.6 diff is [here](https://github.com/michaellenaghan/cosmopolitan/compare/patch-lua-545..michaellenaghan:cosmopolitan:patch-lua-546). === You can either apply the pull requests step by step, or...

This prepares the ground for bringing Lua up to 5.4.6. It adds some missing copyrights, removes some overlooked copyrights, makes vertical whitespace consistent across files and adds `[jart]` comments in...

This renames the following Zone IDs: * Beijing -> Shangai * Boulder -> Denver * GST -> Los_Angeles * India -> Kolkata * Israel -> Jerusalem * Japan -> Tokyo...

This is a companion to changing the default `TZ` value from `"GST"` to `"GMT"`. The rationale is the same: it’s a less surprising "not defined" default. For the curious, details...

The upstream Lua 5.4.3 to 5.4.4 diff is [here](https://github.com/lua/lua/compare/v5.4.3..v5.4.4). The Cosmo Lua 5.4.3 to 5.4.4 diff is [here](https://github.com/michaellenaghan/cosmopolitan/compare/patch-lua-543..michaellenaghan:cosmopolitan:patch-lua-544).

This is a superset of the previous pull request. Rather than changing timezones to the match the city portion of the canonical IANA Zone IDs, this changes them to match...

The upstream Lua 5.4.4 to 5.4.5 diff is [here](https://github.com/lua/lua/compare/v5.4.4..v5.4.5). The Cosmo Lua 5.4.4 to 5.4.5 diff is [here](https://github.com/michaellenaghan/cosmopolitan/compare/patch-lua-544..michaellenaghan:cosmopolitan:patch-lua-545).

### Feature Description I recently ran into a case where an `sftp` (image-heavy) deployment seemed to pause mid-deployment, and then suddenly complete — without signalling an error, and without actually...