Samuel Marks

Results 251 issues of Samuel Marks

**Is your feature request related to a problem? Please describe.** I can add it if you want. Will probably add it for each of your dependencies first. **Describe the solution...

enhancement

I replaced `argv` here https://github.com/DaanDeMeyer/reproc/blob/3e7caf8/reproc/examples/drain.c#L20 with this line but the `output` is always empty: ```c char *cmd[] = { "curl", "--proto", "=https", "--tlsv1.2", "-sSf", "https://sh.rustup.rs", "\0" /* tried without this...

Often when building third-party libraries I get a bunch of warnings "comparison between signed and unsigned types is UB". Not every such occurrence has a trivial solution. But—in my experience—most...

I want to work on a `const` qualify tool… concentrating on C with C++ as an afterthought (so don't want to get caught up on the `constexpr`, `const` ref, and...

Saw your README commit about no longer maintaining this repo. Don't! - Maintain it instead. - Really there is very little required to keep it maintained… This [WiP] PR should...

Thanks for open-sourcing this. Noticed you had this line in [one of your notebooks](http://nbviewer.jupyter.org/github/seva100/optic-nerve-cnn/blob/master/scripts/U-Net%2C%20OD%20cup%20on%20RIM-ONE%20v3%2C%20cropped%20by%20OD%20%28fold%200%29.ipynb): >512 px cropped by Optic Disc area and resized to 128 px images were used. How...

What do you think of implementing a CLI around go-auth2 [maybe with a bunch of command-line args and/or env vars and/or config file] such that oauth2 implementations can have something...

```python a = None b = 5 c = {'f': 6, 'g': {'i': {'l': 10}}} ``` In Python, I can just: ```python print(c['g']['i']['l']) ``` How do I do equivalent with...

I've written custom parsers and emitters for everything from docstrings to classes and functions. However, I recently came across an issue with the TensorFlow codebase: inconsistent use of `Args:` and...

cla: yes
ready to pull
size:XS

### Package and Environment Details (include every applicable attribute) * Package Name/Version: **wxWidgets/3.1.4** * Operating System+version: **macOS 11.1 (20C69)** * Compiler+version: **Apple clang version 12.0.0 (clang-1200.0.32.29) Target: x86_64-apple-darwin20.2.0 Thread model:...

bug