dymil
dymil
I believe this might be the root cause of SSH agent not working well for me (using OpenSSH_for_Windows_9.5p1, LibreSSL 3.8.2, and `Remote.SSH: Path` points to that installation) using the remote...
See, that's totally incomprehensible, and I teach computer networking to undergraduates. It's only after you explain that that I grok that probably the socket is somewhere wrapped in a file-like...
I'm also affected but note this is known behaviour: https://github.com/gweis/isodate/blob/8856fdf0e46c7bca00229faa1aae6b7e8ad6e76c/src/isodate/isodates.py#L6 Probably the fix is to replace the built-in Python library with another implementation, e.g., [NumPy](https://numpy.org/doc/stable/reference/arrays.datetime.html), but that is also probably...
At least with respect to the default-prompted models, my concern is that some models seem to get away with not following the given formatting instructions, in concert with the `decode_ast`...