Samuel Marks

Results 251 issues of Samuel Marks

Found when converting/exposing your entire codebase: ```sh $ python -m pip install python-cdd==0.0.99rc32 # Or a newer version! $ python -m cdd exmod -m keras --emit sqlalchemy_hybrid -r -o build/keras...

size:XS

If you prefer I can change all arguments to be how the popular Sphinx documentation generator parser works: https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html EDIT - Actually created a separate issue to discuss this #18944...

stat:awaiting keras-eng
size:M
awaiting review

found through static analysis tooling (more to go; or you can merge now and await further PRs; or you can request I move this to one PR per file or...

stat:awaiting response from contributor
size:S

Happy to send the PR(s). Although there isn't a precise grammar, there is: - https://google.github.io/styleguide/pyguide.html#doc-function-args @ [`ddccc0f`](https://github.com/google/styleguide/blob/ddccc0f/pyguide.md) - https://chromium.googlesource.com/chromiumos/docs/+/master/styleguide/python.md#describing-arguments-in-docstrings @ [`9fc0fc0`](https://chromium.googlesource.com/chromiumos/docs/+/9fc0fc0/styleguide/python.md) - https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html @ [`c0ae8e3`](https://github.com/sphinx-contrib/napoleon/blob/c0ae8e3/docs/source/example_google.rst) Taken from that last link:...

type:docs
stat:awaiting keras-eng

Also reflect Python 3.12 support; add some env vars default fallbacks for common CLI args; and fix a `os.path.join` to be properly cross-platform As for the `package` CLI arg, you...

I've just added types to the common dictionary used throughout my codebase. But now my `assertDictEqual` gives a type error: > Expected type 'Mapping[Any, object]', got 'MyDictTypeName' instead What's the...

## Google Cloud improvements ### Description Google Cloud implementation is a little verbose and has some old style implementation details like `%` for interpolation, `simplejson`; as well as room for...

A friend just recommended conda for cross-platform C/C++ package management, à la [`vcpkg`](https://github.com/microsoft/vcpkg) and [`conan`](https://github.com/conan-io/conan). https://anaconda.org/conda-forge/fltk ### `CMakeLists.txt` ```cmake cmake_minimum_required(VERSION 3.0) cmake_policy(SET CMP0048 NEW) project(pp VERSION 0.0.0 LANGUAGES CXX) set(src...

stale::recovered

I added config file support to my go-arg using project but due to #94 I could not determine when to read the config. My project hacks support with the builtin...

v2-planned