Adam Meily

Results 35 issues of Adam Meily

The fix addresses the situation where Python 2.7 is not located in the Windows `PATH` environmental variable. In my situation I have Python 3.3 located in `PATH` and, therefore, Maltego...

Commit Message: uhv: header validators for H1 and H2 codecs Additional Description: This PR builds off the foundation laid in #21974 to add validators for H1 and H2. H3 and...

waiting
api

Commit Message: uhv: disable oghttp2 header validation when uhv is enabled Additional Description: Disable header validation within oghttp2 when the UHV compiler flag is enabled Risk Level: Low Testing: Docs...

waiting

I added support for sending `Uint8Array` objects over a zmq socket. The problem was that zmq was wrapping the `Uint8Array` object in a `Buffer` before sending the object out.

All paths referenced by pypsi should support the `~` home directory shortcut. I found that the tab completion handles it, but I/O redirection doesn't.

Pypsi has evolved and I've noticed there's several assumptions I made that are not necessary anymore. For Pypsi 2.0, which will have breaking API changes, I'd like the following: -...

Investigate adding support in `safe_open` for the [cchardet](https://pypi.python.org/pypi/cchardet/2.1.0) library. Ideally we support for `chardet` and `cchardet` so look into any API differences.

The way overflow is handled in a table cell really sucks and it can be improved greatly.

Add support for bang commands. These include: - !str - !N - !!

enhancement

TODO - Verify implementation works for functions that exists and those that don't - Get tests working locally - Add tests for the new code