mike castleman

Results 12 issues of mike castleman

On the JDK, the `java.time.formatters` for the pattern `"zzz"` return either `EDT` or `EST` if you are in `America/New York`: However, `js-joda` returns just `ET`, omitting the `D` or `S`...

bug

For some use cases, it may be inconvenient to redeploy the lambda every time the `certificate-info` changes. This allows the option of storing the certificate info in a JSON file...

Thanks for this excellent and simple library! For one of our use case, we need to change the contents of the sheet while it is open, in a way that...

If the user calls `setProgressDialogMsgId` or `setProgressDialogTitleId`, setting the related instance variable, then these values should be stored in `onSaveInstanceState` and restored in `onCreate` or `onRestoreInstanceState`; otherwise, if the user...

Hi, thanks for this excellent work! I suspect it's not an isolated incident, but don't presently have anything beyond a single anecdote: * [夢溪筆談](https://www.gutenberg.org/ebooks/7317) is valid UTF-8 Chinese text on...

![gif of the issue](https://cloud.githubusercontent.com/assets/1211/21298301/6905a298-c55d-11e6-851f-f51fdc8fee9a.gif) When the filename being played is longer than (or almost as long as) will fit on the screen horizontally, `castnow` generates a new line with every...

It's a bit early, but our Nov 5 job is hard. So I did up [a gloss of words which you can use](https://gist.github.com/mlc/732f3ed2e7fa894c77c787cbdca48509) on said day.

hi, thanks for this great project! I noticed that VQS airport is in the wrong place on OpenFlights ([wikipedia has the right coordinates](https://en.wikipedia.org/wiki/Antonio_Rivera_Rodr%C3%ADguez_Airport) on the north side of the island)...

server

I would like to request that [the packagecloud repo](https://packagecloud.io/github/git-lfs/install) for [git-lfs](https://git-lfs.github.com/) be added to the apt source whitelist: ``` deb https://packagecloud.io/github/git-lfs/ubuntu/ trusty main deb-src https://packagecloud.io/github/git-lfs/ubuntu/ trusty main ``` The APT...

I entered the following GeoJSON in `geojson.io`: ```json { "type": "FeatureCollection", "features": [ { "type": "Feature", "geometry": { "type": "LineString", "coordinates": [ [52.9548, 16.41254], [-112.85016, 50.8102] ] }, "properties": {}...