Matt3o12

Results 9 comments of Matt3o12

I have got a similar issues: ``` E ====================================================================== ERROR: test_get_file (__main__.TestMega) ---------------------------------------------------------------------- Traceback (most recent call last): File "tests.py", line 55, in test_get_file Mega.from_credentials(self._email, self._password).get_files() File "/Users/Matt3o12/Documents/Developing/py/mega-api/mega/mega.py", line 112,...

Hello, thanks for your fast reply. When I created this bug, I didn't account for yet and it is working on the main system now. However, I originally encountered that...

I also get this issue on a 34 inch touchscreen board after a few minutes (some webpages seem to provoke it) on windows 10. I load external addresses. The mouse...

I have found a workaround for this bug: There seems to be an issue with touch events. Sometimes they seem to get disabled for no apparent reason (maybe there is...

Sure, I got this file when I use `prefix=/usr/local/arm-linux-musleabihf`: ``` cat lib/tss2-esys.pc prefix=/usr/local/arm-linux-musleabihf exec_prefix=${prefix} libdir=${exec_prefix}/lib includedir=${prefix}/include Name: tss2-esys Description: TPM2 Enhanced System API library. URL: https://github.com/tpm2-software/tpm2-tss Version: 4.1.0-82-g23d9c3c1 Requires.private: tss2-mu...

@SomeoneToIgnore can you explain why you think this is a duplicate of #20767 ? My bug seems to be completely unrelated to the other one, except that both involve restarting...

#30287 is a similar issue but 100% reproducable.

Hey are there any updates or workarounds for this yet? I would like to update my rust version but some unit tests need to be run under windows.

The problem is quiet simple. `sudo` restricts what the PATH is even when running with `-E` (as shown in the `--verbose`) command. You can verify this pretty easily: ``` $...