Promger
Promger
@antonpetrov145 can you try using get_headers method, and let me know if you face any issues while using it? something like this ``` # It will return headers as dictionary...
Will figure out, what we can do till then you can try using ``` headers = dict(request.get_headers()) userAg = headers.get('user-agent', 'blank/None') # you can set any default it's your choice...
I find this https://github.com/actix/actix-net/issues/351, it can be either due to actix or the OS
@teochenglim i think this can also be due to MacOS, i saw that this issue mostly occurs in that so, there are 3 solution for this problem: 1. Try adjusting...
Really? But you told me that just have it
> [@k4976](https://github.com/k4976) , yes. Poetry is getting very hard to work with now. @sansyrox Ok, sure no problem i will look into it note: poetry support will still be their...
> Let's get rid of poetry all at once [@k4976](https://github.com/k4976) . What say? ok, let's see
@sansyrox ``` - Install development dependencies poetry install --with dev --with test - Build & install Robyn Rust package maturin develop ``` we can get rid of these two lines...
@pedrohsbarbosa99 Thanks for your feedback If possible, then can you please let us know where else also we have these types of typo mistakes in our code/docs
The first I got is in actions/download-artifacts@v4 when using multiple-merge, due to parallely downloading files, if same named file being download together then it will corrupt the file or make...