Hugh Phoenix-Hulme

Results 51 comments of Hugh Phoenix-Hulme

Are you trying to make a solid body? You should use Polygons, not Lines... On Mon, 11 Feb 2019, 03:48 xiajiaonly I have updated the code. > [image: image] >...

> What inputs did you use for this outcome? Looks cool!! Thanks, this was "manually guided". I can't remember exactly what the prompt was, something along the lines of "a...

(Almost) all the code you need to do this is already in generate.py. The first thing I did was add another command line argument: ```python vq_parser.add_argument("-jr", "--justrun", action="store_true", help="Just run,...

Just a quick note: If you're using the -o command line option, `f"output{i}.png"` won't work, you need to replace that with `args.output + str(i) + ".png"` Just been hit with...

> Do you mean for use with FauxPilot? If so, then you want to point it at http://localhost:5000, as mentioned in the README. No, I have that, and I've configured...

Looking at some javascript associated with the JetBrains plugin, it looks like it's probably `copilot-proxy.githubusercontent.com`

Unfortunately when I change the hosts file to point to where it's hosted, the plugin just fails without apparently hitting the server. It may be allergic to the self-signed certificate:...

OpenGL is 'deprecated' in MacOS since 10.14, so I wouldn't wait on MacOS support for any changes to GLFW.

dotnet has had a Brotli implementation since core 2.1 (but no zstd) and qoi unsurprisingly works well with Brotli too. With compression, qoi looks to be better than PNG, perhaps...