Bernhard König

Results 39 comments of Bernhard König

@IanButterworth Ok, so I was able to send sigusr1 with `htop` this is on ubuntu. I manually typed `driver.get(url)` after the u it becomes very slow (maybe 30 seconds per...

YES. you did fix it. Amazing. this is the first time I checked out julia (and ran `make`). I ran my problem code (manually typing `driver.get(url)`) several times. It works...

I have no solution yet. But thanks for bringing up this option! A workaround might be to add a manual `time.sleep(10)` command in your python script

Meanwhile I found the log file in /logs I hope this helps Mon Aug 26 08:04:51 EEDT 2024 Battery level: 52%. Refreshing dashboard Wi-Fi connected Full screen refresh update_to_display: update_mode=FULL,...

It seems like my kindle (I think I have a PW3, Generation 7; but Amazon's naming is confusing!) is lacking some files that your script uses....

So I have fixed this issue (for my Paperwhite Kindle). let me know if I should open a pull request. This code works for me: https://github.com/kafisatz/kindle-dash

I ran into this as well just now. For reference https://github.com/JuliaData/CSV.jl/issues/1065#issuecomment-1369808271 removing/adding Parsers.jl and CSV.jl may help. In most cases the manifest should probably not contain Parsers.jl eventually.

this works for me, maybe just add it to the source code? It is almost a 1:1 copy of `create_chat` ``` export create_responses function create_responses(api_key::String, model_id::String, input; http_kwargs::NamedTuple = NamedTuple(),...