David Brownman
David Brownman
FWIW, I was able to implement this via a custom command (in Python): https://github.com/xavdid/dotfiles/blob/8dd13f26cd86fbb849173ed194684df018e10952/bin/truncated_git_path That'll work for my purposes for now, but it would be great if this were available...
Awesome! I don't know much about the structure of this code, but would be happy to tackle some smaller issues if you could point me in the right direction(s). >...
Interestingly, wrapping my desired type in a single `oneOf` wrapper works perfectly: ```json { "title": "App", "type": "object", "additionalProperties": false, "properties": { "version": { "description": "A version string", "oneOf": [...
Actually, wrapping everything in `oneOf` is fixing a lot of other weird bugs I was hitting (like a bunch of duplicate comments instead of actual references), if that's helpful at...
I didn't get it quite there, but mostly for reasons unrelated to this lib specifically. We can discuss further in https://github.com/zapier/zapier-platform/issues/8.
Similar issue in: Chapter: 7 Section: 3 Subsection: Illegible Queries  The `Not good.` extends out of the box and the rest of the `Q(descr...` is cut off below it....
Kind of similar- I'd like to ignore the hash on internal pages. eg, these should be merged: * `site.com/post` * `site.com/post#table-section1` * `site.com/post#table-of-contents` Right now, as a user clicks around...
@arp242 Thanks for the response! I added the canonical path to each page, but I'm still seeing requests to goatcounter include the hash:  That page is the following: https://xavd.id/blog/post/marvel-movies-ranked...
Here's Apple's [release notes](https://developer.apple.com/documentation/macos-release-notes/macos-12_3-release-notes#Python) on the subject. Namely: > Python 2.7 was removed from macOS in this update. Developers should use Python 3 or an alternative language instead. See also,...
@SleeplessByte is there anything else I need to do on this?