AlexV

Results 73 issues of AlexV

Using sphinx-autorun with python 3.8 I get this warning: ``` /usr/lib/python3.8/subprocess.py:838: RuntimeWarning: line buffering (buffering=1) isn't supported in binary mode, the default buffer size will be used self.stdin = io.open(p2cwrite,...

Because I am managing multiple levels of parameters ( some in shell, some in python, some for underlying system ), I need to pass a parameter like: --params="value1 value2 value3"....

I had a look at the code while attempting to setup a tornado server with http auth based on PAM and this : ```py challenge = check_credentials_func(username) if not challenge:...

Not sure if it is suitable here to fully depend on pamela or not. It seems however the current design `auth(username) -> password` cannot coexist with the arguably safer PAM...

Having a look at #3 it seems the main benefit compared to `functools.singledispatch` is the ability to work on structural types. Therefore I wonder if one can define a hierarchy...

A simple attempt to integrate sphinx doc with github pages.

`mix vcr.check` [runs the `mix test` task](https://github.com/parroty/exvcr/blob/master/lib/mix/tasks.ex#L64) to verify which cassette are used in tests, and from the documentation, we can pass the test filename. However it seems the [filters](https://hexdocs.pm/mix/Mix.Tasks.Test.html#module-filters)...

I am looking for a way to make terminado secure, and easy to run / integrate in other tornado backend projects... Currently, I believe this relies on tornado being properly...

Just wanted to point that this package can be a useful protection against "pollution" of the interpreter state. For example when testing behaviour of custom imports, given the global state...

help wanted

My interest in YAML has grown recently, as I start using it for multiple purposes (deploying, configuring, transferring data, etc.), and I will just leave here a simple idea that...