Ross Bencina
Ross Bencina
I think you mean "specific view" not "special view" -- very different! You can set the camera matrix. For example, for a top down view I have: ``` cameraMatrix_= [...
If streaming is not supported that fact should be documented or better, an error response should be returned so that clients can work out what is going on.
> Happy to accept modifications that allow: > > * models.json to download once and then get cached in the gpt4all cache directory. Is this the same directory that the...
I understand that full test dependency ordering is maybe a lot of work. But it would be really useful to have some way to specify order in the code (eg....
@ted-at-openai wrote: > What do you think explains the difference between your results and mine? I now think it was a bug in my code. I have retested with [de3bd58](https://github.com/openai/openai-cookbook/commit/de3bd5843433a8240f9bcb8e275ccb9dac7f7f0a)...
Hello Victor, Thankyou for this valuable contribution to the world of computer music. I hope you don't mind if I share my opinion -- with no expectations or strings attached....
By the way, the HN post now has some other discussion and links that you might find interesting: https://news.ycombinator.com/item?id=43009952
I haven't been able to get jupterlab to install with free-threaded Python 3.14.0rc2 on Windows, seems like two major problems: pywinpty local build is borked, even with MSVC 2022 installed...
One strange thing is that `maturin` was able to compile a more recent version of `pywinpty` (version 3.0.0) once I had manually installed Rust and NuGet. See: https://github.com/andfoy/pywinpty/issues/532 So I...
Note that I am not sure why the gowin part name contains the ":C" suffix in the first place. It does not show up in a superficial search. Perhaps it...