ziyouchutuwenwu
                                            ziyouchutuwenwu
                                        
                                    i found a approach [here](https://blog.csdn.net/weixin_47701932/article/details/108693779), requests_html.py should be patched. requests_html.py in function render() ```py def render(self, retries: int = 8, script: str = None, wait: float = 0.2, scrolldown=False, sleep:...
demo code ```py session = HTMLSession() response = session.get("http://cpc.people.com.cn/GB/64162/64168/64558/index.html") response.html.render() if response.status_code == 200: title_node = response.html.xpath( '/html/body/table/tbody/tr[2]/td/table[1]/tbody/tr/td[2]/table/tbody/tr/td/table[2]/tbody/tr/td[2]/table/tbody/tr[2]/td') print(title_node[0].text) ```
hi, running `rebar3 foreground`, the behavior is the same as version 3.13 as you can see, i use manjaro and asdf to install erlang, my another laptop has the similar...
when i execute `rebar3 daemon` or `rebar3 daemon_attach`, it just hangup, so i don't know how to get the log file and post it here
hi, i made a python script to print all modules which i need, basiclly like this ```python #!/usr/bin/env python # -*- coding: UTF-8 -*- import os def get_ebin_dirs(build_dir): result =...
thank you very much~
抱歉,我只是在跑业务代码的时候,发现哪边不太对,然后看看是不是我的代码有leak, 搜了一圈,看到uber的库,然后做test 我本身没有用到timer组件,用的是gf的并发容器,garray和gmap比较多 简化期见,我用garray写的例子,至于timer,是看到有timer的报错,所以在test的时候把timer和garray放了上去 从结果上看,放了这个,无法继续做单元,比较影响开发,不知道有没有其它的办法能满足我这边的需求,非常感谢 在找uber的leak库之前,我也希望gf能出一个leak检测的库来检测我的代码问题,但是目前没有找到
yes, thank you very much
i did the same, but seems to be not working. not clear with dpi 96...
same for me