Alvin Wan

Results 35 comments of Alvin Wan

@MohamedAliRashad Thanks for posting and for the kind words! What sort of features are you thinking of? I just didn't know what to add, haha. There are some glaring bugs...

@MohamedAliRashad Hahaha sorry for creating hell. Does the lower-level TexSoup https://github.com/alvinwan/texsoup help? Depends on what sort of tree you're looking for: - TexSoup's tree reflects the syntax tree, where each...

@metaperl @StanczakDominik Ah thanks, haha :P I will push out a release soon (hopefully today).

Oh wow oops thanks @StanczakDominik One test should probably just run timefhuman on every day of some particular month. A monthly cron job may not be a bad idea...

@umerhasan17 That sounds good. If you could file separate PRs (o'clock v. am/pm), I can take a look. The default for "Monday" is "next Monday," so what you said for...

Hey @umerhasan17, nice work! The coveralls bot reply in your PR https://github.com/alvinwan/timefhuman/pull/13#issuecomment-587966547 provides a link [timefhuman/categorize.py](https://coveralls.io/builds/28813111/source?filename=timefhuman%2Fcategorize.py#L355) that shows which lines are not covered by tests.

@esemeniuc Thanks for reporting! The parser is looking for "last " and reaches the end of the string without finding a day of week. I'll mark this as a feature...

Thanks for reporting -- this will be helpful the next chance I get to work on this.

Here's cffi 3.6 (normally under root of `site-packages`) [_cffi_backend.cpython-36m-x86_64-linux-gnu.so.zip](https://github.com/Miserlou/lambda-packages/files/2070181/_cffi_backend.cpython-36m-x86_64-linux-gnu.so.zip) Here's crypto 3.6 (normally under `cryptography/hazmat/bindings/`) [Archive.zip](https://github.com/Miserlou/lambda-packages/files/2070186/Archive.zip)

1. I had to downgrade PyTorch to get it working. ``` pip install torch==0.3.0.post4 ``` 2. In the `camera_demo.py` and `main.py` files, the above translates into changing ``` style_model =...