Michael Lenaghan
Michael Lenaghan
In simplest terms, a fuzzy match returns strings that have the same characters in the same order — but not necessarily adjacent to each other. For example, with these presets:...
### Feature type Other... ### Is your feature request related to a problem? When using flexbox to arrange, say, images, it can be useful to take advantage of CSS' ability...
`csv.Importer()` calls `normalize_config()` in `file_date()` and `extract()`. After skipping the requested number of lines, `normalize_config()` calls `csv.Sniffer().has_header()`: https://github.com/beancount/beancount/blob/79da2f90d7c8d969b59359ede66c2b1cced8cffd/beancount/ingest/importers/csv.py#L397 I have a CSV file for which `has_header()` returns `True` when it...
The layout tags are described [here](https://blot.im/how/posts/layout-tags). There's an example of them in use in the Layout & typography post [here](https://preview-of-blog-on-david.blot.im). The source for that post is [here](https://github.com/davidmerfield/Blot/blob/4cb5fd8fd1d9cf2c4579828702e44aa4ecf1c0e0/app/templates/folders/david/layout.txt). There's a possible...
This isn't necessarily a bug, but it may be unexpected: `UIApplication.willEnterForegroundNotification` is called each time an app enters the foreground on iOS, but only once on macCatalyst. https://github.com/TelemetryDeck/SwiftClient/blob/3f8bd438c8681ce7ccdf035b529cb5c4cd82cd7b/Sources/TelemetryClient/TelemetryClient.swift#L145 That means...
`SwiftClient` is reporting the wrong `macCatalyst` version numbers [here](https://github.com/TelemetryDeck/SwiftClient/blob/610d548656a2417eca11a05cf8deff75800860f9/Sources/TelemetryClient/Signal.swift#L116), [here](https://github.com/TelemetryDeck/SwiftClient/blob/610d548656a2417eca11a05cf8deff75800860f9/Sources/TelemetryClient/Signal.swift#L121) and [here](https://github.com/TelemetryDeck/SwiftClient/blob/610d548656a2417eca11a05cf8deff75800860f9/Sources/TelemetryClient/Signal.swift#L126). Take a look a this screenshot from the dashboard: `macCatalyst` runs on `macOS`, and they each have their...
The client says it's 1.4.1: https://github.com/TelemetryDeck/SwiftClient/blob/809e2a479beeb62bce4602098a0a07a767bb8f8e/Sources/TelemetryClient/TelemetryClient.swift#L13 and the podspec says it's 1.4.2: https://github.com/TelemetryDeck/SwiftClient/blob/809e2a479beeb62bce4602098a0a07a767bb8f8e/TelemetryClient.podspec#L3 but it's actually [1.4.3](https://github.com/TelemetryDeck/SwiftClient/releases/tag/1.4.3).
It's very bad form to log multiple items in one item. It might be even worse form to flood an issue list with unwanted issues! Here are some quick thoughts...
On tablet portrait orientation—~768 px or so—the Pagekit logo on https://pagekit.com and other pages overlaps the primary navigation.
### Checklist - [x] I've run `bundle exec rspec` from the root directory to see all new and existing tests pass - [x] I've followed the _fastlane_ code style and...