Counties | In the Excheq. | In Ecc. Courts | Other Courts. | In all. | Impri-soned. | Died Prisoners |
---|---|---|---|---|---|---|
Bedfordshire |
6 |
7 |
1 |
14 |
2 |
0 |
Berkshire |
6 |
13 |
1 |
20 |
3 |
0 |
Buckingh. |
11 |
3 |
2 |
16 |
8 |
0 |
Cambridgsh. |
12 |
5 |
1 |
18 |
9 |
0 |
Cheshire |
1 |
11 |
0 |
12 |
2 |
0 |
Cornwall |
12 |
9 |
1 |
22 |
6 |
0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { | |
AnyAction, | |
ThunkAction as LibThunkAction, | |
createAsyncThunk as libCreateAsycThunk, | |
AsyncThunkPayloadCreator, | |
AsyncThunkOptions, | |
createAction, | |
nanoid, | |
ThunkDispatch, | |
Action, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Foundation | |
public protocol AnyOptional { | |
var isNil: Bool { get } | |
} | |
extension Optional: AnyOptional { | |
public var isNil: Bool { self == nil } | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: start postgres | |
run: | | |
brew services start postgresql | |
echo "Check PostgreSQL service is running" | |
i=20 | |
COMMAND='pg_isready' | |
while [ $i -gt 0 ]; do | |
echo "Check PostgreSQL service status" | |
eval $COMMAND && break | |
((i--)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
func logDict(_ dict: NSDictionary) { | |
for (key, value) in dict { | |
guard let strKey = key as? String else { | |
os_log("[NSDictionary] unexpected non-string key type=%s", String(describing: type(of: key))) | |
continue | |
} | |
switch value { | |
case let string as String: | |
os_log("[NSDictionary] %s = (String) %s", strKey, string) | |
case let int as Int: |
- info about really good mic setup
- Radix accessible components
- OBS - multi screen live stream recorder HTC possibility
- Railway - heroku-like thing with postgres, generous free tier
- Lungo - keep mac awake, scriptable for fl publish
- Deskreen - external screen to any device
- loading "skeletons"
- mikeal's auto npm publish github action
- mikeal's standard github workflow file
- automatically generate typescript types for gatsby graphql queries
- safari 10 - pretty bad covers (2 users)
- safari 9 - assuming as bad as 10 or worse (3 users)
- IE 11 - covers look bad (3 users)
- IE 8 - covers look bad, probably everything else too (3 users)
- Total: 1.5% of all users (11/730) have bad looking covers (1.1% if we ignore LOL IE8)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import fs from 'fs'; | |
const edition = 'original'; | |
export default function handler(): void { | |
const path = `/Users/jared/fl/en/compilations/youthful-piety/${edition}/02-youthful-piety.adoc`; | |
const adoc = fs.readFileSync(path).toString(); | |
const parts = adoc | |
.replace(/\n\n([A-Z]{3,}( [A-Z]+\.?)? [A-Z]{3,})/g, '~~~$1') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2020-09-10T19:51:19.703Z","extensionVersion":"v3.4.3"} |