Samuel Marks

Results 251 issues of Samuel Marks

# What does this PR do? Hey it's that annoying fellow again, the one from https://github.com/keras-team/keras/pull/17748 ## Before submitting - [x] This PR fixes a typo or improves the docs...

Originally implemented by Divum Gupta, then heavily modified by https://github.com/soten355 into [MetalDiffusion](https://github.com/soten355/MetalDiffusion). Finally, I extracted out the TensorFlow variant and converted it to Keras 3. TODO: test!

Lots of warnings building on MSVC. This resolves all of them except: ``` miniz\examples\example6.c(146): warning C4333: '>>': right shift by too large amount, data loss ``` ```c color[1] = (uint8)Iteration...

# Description First attempt: see if transformer-engine is the issue. Attempt to upgrade it from the June version to the two-week old version. # Tests CI # Checklist Before submitting...

# Description [tools/setup/setup.sh] Cleanup redundant and unnecessary nightly dependencies ; use `--no-deps` ; minor other cleanup / DRYness # Tests CI and manual: ```sh $ bash ./dependencies/scripts/docker_build_dependency_image.sh DEVICE='tpu' MODE='nightly' ```...

This PR adds generated API docs. # Checklist Before submitting this PR, please make sure (put X in square brackets): - [x] I have performed a self-review of my code....

# Description `uv` is inconsistently used in the codebase. In addition to being a faster complete rewrite in Rust, `uv` also has a dependency resolver that always works; whereas the...

# Description [`pyink`](https://pypi.org/project/pyink/) had [130k downloads last month](https://pypistats.org/packages/pyink) whereas [`ruff`](https://pypi.org/project/ruff/) had [89M](https://pypistats.org/packages/ruff). [`ruff`](https://pypi.org/project/ruff/) is faster—being written in Rust—and has more configuration options. All the Python communities are switching to this....

# Description Even when everything has pre-commit hooks (#1994) there is still opportunity for low quality code to get into `main`, as both [`--no-verify`](https://git-scm.com/docs/git-commit) and CI checks can be disabled....

; [src/code.rs] Fix type elision warning Basically I am getting this issue: ``` error[E0277]: the trait bound `models::profiles_tbl::generated::CreateProfilesTbl: ToSchema` is not satisfied --> src/routes/profile.rs:67:32 | 67 | form: actix_web::web::Json, |...