Evan Hubinger

Results 136 comments of Evan Hubinger

I think the only thing remaining now is we're just waiting on `mypy` to support this so we can test it on 3.12.

I think that you should be able to make this work if you compile everything with `--stand-alone`.

Unfortunately this syntax doesn't work because `.[:]` is already valid as shorthand for ```python .[:] = arr -> arr[:] ``` so if we want this it'll have to have a...

@mediaupstream What commits did you revert to fix this? I think this change may have broken decryption for one of my files.

@mediaupstream I already had the change you just pushed on my local branch. I tried using `openssl` with `-pbkdf2` directly like you suggested, though to no avail. I'm currently pretty...

Looks like this doesn't work with selectors for some reason, so not sure how to implement this: https://github.com/conda-forge/coconut-feedstock/pull/36 I probably won't try to fix this, since `pip` is recommended over...