Tom Crowley

Results 5 issues of Tom Crowley

Hello, the session save was made none optional in 3c8d9cbcc19a082e2a8cf0f261674beb1870f270. But this means with the default session store you send a new cookie with every response even if you change...

enhancement
breaking change
s: triage

The ETag sent back for assets (js,img,..) changes for every response making it useless. https://github.com/gobuffalo/buffalo/blob/0ffd608c63439be1fc033ad7e48430528c96d2bc/route_mappings.go#L111-L115 This is because packd just returns the time you opened the file. https://github.com/gobuffalo/packd/blob/128b5da43f114d0f9af8b4bba549b02e3496dfa8/file.go#L115 The ETag...

If you have two file Tree and call `auto diff = tree0.createDiff(tree1);` if `tree0` has a folder called `foo` and `tree1` has had that folder removed and a file added...

Fix styling of pagination dummy tags.

**Is your feature request related to a problem? Please describe.** It's not possible to know if audio is playing. You also need to poll `IsAudioMuted` to find out if still...

enhancement