Dave DeLong

Results 35 issues of Dave DeLong

Tess Rinearson (@tessr) found this incredible chart of historic timezones: https://twitter.com/_tessr/status/900870734238449664 It should absolutely go in the list somewhere. (Probably the final "timezones are always on the quarter hour" fallacy)

Announcement: https://swift.org/blog/numerics/ Repository: https://github.com/apple/swift-numerics

I got an email asking for complex number support. It turns out `` is for complex numbers, and appears to have enough mathematical primitives to make implementing the functions relatively...

Medium
Feature

The primary casualty of the ObjC → Swift migration was the high-precision evaluator. We should see what it would take to get that back.

Low
Feature

The installer installs a whole bunch of SF fonts in `/Library/Fonts`. Inspection with Glyphs.app shows that those fonts *also* contain the symbols. Using these would be a better way to...

I can’t seem to figure out how to find a list of my own repositories. The only way I can get to them is by searching for them and then...

It'd be an interesting thing to make FileReader conform to ``, so you could do: ``` FileReader *r = [[FileReader alloc] initWithFilePath:pathToFile]; for (NSString *line in r) { NSLog(@"line: %@",...

A floating value is an "any" value, such as "Any June". Its type would be `Floating`. "Any June 1st" would be `Floating`. These would need: - Approximate differences - Formatting...

enhancement

Desired functionality: - given a `Fixed`, get the week (`Array`) that contains it - given a `Fixed`, get an array of weeks in it, with an option to pad out...

enhancement

I'd be very interested to see support for including open source extensions to sqlite, such as [SQLCipher](https://github.com/sqlcipher/sqlcipher).

enhancement