Samuel Marks

Results 251 issues of Samuel Marks

As per request in #841. Maybe before this is merged I'll create another PR to get all the lint errors to pass…

cla: yes
Priority: P2 - eventual

I'm a little worried that this PR changes too much and thus will never be merged. The first commit is from: ``` fd -HIepy -x bash -c 'autoflake --remove-all-unused-imports -i...

cla: yes
Priority: P2 - eventual

- Replaced [deprecated bigint](https://crates.io/crates/bigint) with [ethereum_types](https://github.com/paritytech/parity-common/tree/master/ethereum-types) - Rustfmt

Snippet that was generated: ``` \textbf{REFERENCES}\begin{enumerate}[1] \item[1] Schacknow PN, Samples JR. \textit{The glaucoma book a practical, evidence-based approach to patient care}. New York: Springer, 2010. \end{enumerate} ``` (obviously I'm replacing...

**EDIT: I understand your format is some custom one, not the Google one. So not sure, maybe this should be closed, or maybe everything should be conformed to `Args`?** I've...

**What component of `google-cloud-cpp` is this feature request for?** https://cloud.google.com/compute/docs/reference/rest/v1 **Is your feature request related to a problem? Please describe.** Would be nice to have this implemented. **Describe the solution...

type: feature request

So say I had something like this, with arbitrary languages supported by SMACK: --- ```python class Foo: @property bar: float ``` **^Note the type of `bar`** ```c++ class Foo {...

Maybe I'm overcomplicating things, but I want to do: ```yml build_windows: runs-on: windows-latest steps: - uses: actions/checkout@v2 - name: install dependencies run: | git clone --depth=1 https://github.com/Microsoft/vcpkg.git .\vcpkg\bootstrap-vcpkg.bat .\vcpkg\vcpkg install...

How do I test my klein apps, without using urllib or similar? Currently I'm considering adapting these [Twisted web tests](https://gist.github.com/bmuller/1873035) or [these](https://gist.github.com/preaction/5022465) ones.

documentation

I've been working on an [SQLalchemy branch](https://github.com/SamuelMarks/flask-swagger-codegen/tree/sqlalchemy). Do you want me to form a pull-request out of it?