Philip

Results 9 issues of Philip

i am currently making oauth 1 signed requests using the `requests-oauthlib` library. ```python from requests_oauthlib import OAuth1Session self.session = OAuth1Session( OAUTH_CONSUMER_KEY, OAUTH_CONSUMER_SECRET, oauth_token, oauth_token_secret, signature_type='auth_header', realm='http://api.twitter.com' ) self.session.headers = self.default_headers...

Hi, I have installed llvm-utils for visual studio 2019. And i have installed llvm in `C:\llvm` But when i compile a project with `LLVM v 142` as toolchain. i get...

✅enhancement

Hi, I have made a docker container to build the megaSDK with Python bindings: https://github.com/11philip22/docker-MEGAsdk_python. When i install the wheel package inside the container everything works fine and no issues...

Hello, Is it possible to create a new session using this module? At the moment i have to do a `os.system("tmux -S {0}/tmux new -s netcat -d".format(locatie))` to create a...

Hi, When calling the export method i get a link to undecrypted files ![1036XXL](https://user-images.githubusercontent.com/26529935/116996466-c05bf780-acdb-11eb-9508-460bdcdc09cd.png) I personally think this is because of the copyright popup who you need to accept. I...

Hi, When i try to build the docker image i get this error: ```` ERROR in /vue43/components/Search.vue.ts [tsl] ERROR in /vue43/components/Search.vue.ts(63,7) TS2322: Type 'string | (string | null)[]' is not...

Type: Maintenance
Service: vue43
Status: New

Hi, I installed opencv-contrib-python 4.7.0.72 using pip for python 3.11.4 on Windows 10 x86-64 But when I run I get this exceptiom `DLL load failed while importing cv2: The specified...

Hello, I have a dell perc 5i installed in a debian system. But when i run megaclisas-status everything seems to work fine except for the temperature any idea how to...

### What happened? When I am trying to build the docker container. I get this error: `ERROR [copytask 4/7] COPY UI/Web/dist/browser /files/wwwroot` It seems like `UI/Web/dist/browser` no longer exists in...

needs-triage