Glenn 'devalias' Grant
Glenn 'devalias' Grant
> Relates to #10262 but needs to be used in cli/cli if accepted. Proper link to issue (since it's in a different repo): - https://github.com/cli/cli/issues/10262 --- @andyfeller Curious if you...
A few seemingly related issues I came across in my exploration today: - https://github.com/comfyanonymous/ComfyUI/issues/389 - Which also then links off to this issue: - https://github.com/comfyanonymous/ComfyUI/issues/42 - https://github.com/comfyanonymous/ComfyUI/issues/497 - https://github.com/comfyanonymous/ComfyUI/issues/669 -...
This is obviously far from an ideal / minimal solution, but I wanted an excuse to try GitHub Copilot Agent Mode; and after a bunch of iterating, this was a...
While I don't think this is a complete/ideal solution, I gave ChatGPT's Codex Agent a run at solving this bug yesterday, and it seems to have come up with a...
Extracted for easier copy/paste: ```typescript function partition( arr: ReadonlyArray, sorter: (el: T) => U ) { const res = {} as { [K in U]: T[] | undefined }; for...
@john-b-yang Curious, is that Docker evaluation harness based on one of the existing ones such as: - https://github.com/aorwall/SWE-bench-docker Or is it a new thing of your own?
@john-b-yang Cool; thanks for the info. Keen to check it out when it launches! :)
> Describe alternatives you've considered See also: - #742
> (Recommendation: "@types/findup-sync" is externalized because "findup-sync" is in "dependencies". Place "@types/findup-sync" in "dependencies" as well so users don't have missing types.) Also, potentially/tangentially related bug: - https://github.com/privatenumber/pkgroll/issues/49
It's been a while since I was thinking deeply in this space; but I remember ages back seeing some stuff described by Dave Shapiro around memory; using a sort of...