mw66

Results 291 comments of mw66

Related issues: [Feature Request] Add cuDNN-accelerated LSTM and GRU to PyTorch #19177 "the LSTM and GRU are considerably (several times) slower" https://github.com/keras-team/keras/issues/19177#issue-2134537516

Simple fix: just add `.strip()`: ``` $ diff ./finviz/main_func*.py 110c110 < raw_timestamp = row.xpath("./td")[0].xpath("text()")[0][0:-2] --- > raw_timestamp = (row.xpath("./td")[0].xpath("text()")[0][0:-2]).strip() ```

It's due to https://github.com/pyca/cryptography/issues/11436#issuecomment-2292023727

> 你但凡点进文件夹里面都说不出这种话![Screenshot_2025-05-15-07-35-24-142_mark.via.jpg](https://github.com/user-attachments/assets/d6897a50-5672-483a-b862-e19b2a8e28ec) 你点进去了,还截了屏,还说这种话,才是搞笑

@noLeash Thanks for the information and the fork, can you make a PR and contribute back to the original repo? @jmfernandes

in the Makefile: the `source/liblfdsd.d` is generated by dpp https://github.com/mw66/liblfdsd/blob/master/Makefile#L24-L25

> After many trials, this code ([bhyman67/Mods-to-robin-stocks-Authentication@02e5491](https://github.com/bhyman67/Mods-to-robin-stocks-Authentication/commit/02e5491a9844382c5915180b7bd5321ed98a013b)) works for me to login Robinhood. @jmfernandes can you add this file (Authentication.py)? it fixed the login error.

for all of you having trouble login, have you tried: pull request for this: https://github.com/jmfernandes/robin_stocks/pull/538

@eitanebench "frozen"? At least you can argue with them to allow you manually close your positions.

The source tar file can be found here: https://sourceforge.net/projects/tinyscheme/files/tinyscheme/tinyscheme-1.42/