Samuel Marks
Samuel Marks
### Package and Environment Details (include every applicable attribute) * Package Name/Version: **libui/0.4.1** * Operating System+version: **macOS 11.1 (20C69)** * Compiler+version: **clang-1200.0.32.29** * Conan version: **conan 1.35.0** * Python version:...
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...
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...
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...
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...
I've written custom parsers and emitters for everything from docstrings to classes and functions. However, I recently came across an issue when I was parsing/generating from the TensorFlow—and now PyTorch—codebases:...
I've written custom parsers and emitters for everything from docstrings to classes and functions. However, I recently came across an issue when I was parsing/generating from the TensorFlow—and now PyTorch—codebases:...
I'm confused how to percolate errors from `http` through my library. I want to percolate up a [`http::uri::ErrorKind::InvalidFormat`](https://github.com/hyperium/http/blob/c175fea/src/uri/mod.rs#L128-L141) if [`.host()`](https://github.com/hyperium/http/blob/c175fea/src/uri/mod.rs#L552-L555) is [`None`](https://doc.rust-lang.org/src/core/option.rs.html#159).
Currently it just crashes, i.e.: fails with an error about failing to load the `moduleName`.
The closest I've gotten is the header output (https://github.com/SamuelMarks/node.native/blob/master/routes.h#L54): ``` $ http localhost:8080/headers HTTP/1.1 200 OK Content-Length: 141 Content-Type: application/json { "headers": [ { "Accept": "*/*" }, { "Accept-Encoding": "gzip,...