Ryan Lee

Results 15 comments of Ryan Lee

I will work around this for now by installing only normal dependencies and hardcoding dev dependencies inside `.travis.yml`, but this is still an actual bug in Pipenv.

If anyone is interested, I made a fork at https://github.com/rlee287/zola/tree/rsass where I switched to rsass, and which I chose because it was easier to port the existing code to use...

Under the CTX construction (which is the motivation for this PR), the original (inner) tag is not available. Pseudocode for CTX (crossposted from the Zulip chat) is as follows: ```rust...

The generic implementation of CTX in the other PR is incomplete because the decryption stage of many of the wrapping constructions, including CTX, require access to more of the wrapped...

I think it'd be better to add tests for the device number and the percent escape issues as well. For the percent escape issue, I propose the following addition to...