Results 150 comments of Glyn Normington

Done: https://github.com/ai-robots-txt/ai.robots.txt/pull/31. Thanks.

> > [@timbray](https://github.com/timbray) [@cabo](https://github.com/cabo) - I need help with getting the syntax correct. What tool should I use? Is https://jsonpath.com/ ok? FWIW, the sample data is https://www.rfc-editor.org/errata.json > > I...

@reschke: > [@glyn](https://github.com/glyn) - thanks; I just merged the new examples section. Maybe you want to check? I skimmed through https://github.com/httpwg/http-extensions/pull/3002, but wasn't really sure what which JSONPath query expressions...

~~~ $..[ [email protected]_status_code=="Rejected" && @.submit_date>"2024" ] ["doc-id"] ~~~ Confirmed that this is valid JSONPath syntax.

The links provided do not give the impression that these crawlers are for AI purposes. Unless there is evidence that can be cited that these are AI crawlers, they are...

Thanks @bohwaz. @tinaponting It's still worth adding the Bytedance user agents here, for those of us actively blocking these crawlers. I'll look forward to a PR.

It seems that the name generation is a little more involved than the OP describes and depends on the OS and whether the "force-inprocess" feature is enabled: * macOS constructs...

Thanks @jdm! I'm mulling over some implementation options: 1. Support custom server names in the platform layer using a new static hashmap for each OS and leveraging the existing static...

@bobi6666 I've been mulling over the ramifications of implementing this feature and I'd appreciate your feedback. 1. Currently, there is a theoretical race where `connect()` is called concurrently with `new()`...

Great that you implemented the CTS. I'm intrigued that this is seen to be an alternative to joining the comparison. I'd personally like CTS-passing implementations to be added to the...