Devedse

Results 57 issues of Devedse

#2727 ## Ledger Live Version and Operating System - tested on Ledger Live **Ledger Live 2.17.1 and 2.16.0** - Platform and version: **Windows 10** #### Expected behavior I tried updating...

needs investigation

I was just playing around with setting up Samba and kept running into issues where shares I removed kept popping up. After looking in the github issues here I found...

I was just playing around with setting up Samba and kept running into issues where shares I removed kept popping up. After looking in the github issues here I found...

See the post I made on the Crypto1_bs repository: https://github.com/aczid/crypto1_bs/issues/35#issue-374118536 I'm not sure however if this issue is because of miLazyCracker or crypto1_bs.

### Feature request: I would love for container-diff to be able to also run on ARM (on my Raspberry PI running Raspberry PI OS). Is this a feature that's currently...

# Web Optimization Project (Beta) The [Web Optimization Project](https://www.github.com/devedse/weboptimizationproject) is a project that will automatically optimizes files in git repositories by compressing them losslessly. This project was created by [Devedse](https://github.com/devedse)...

Obtained from this issue: https://github.com/jetsonhacks/buildOpenCVXavier/issues/1

I've written the following code: ```Python import cv2 import numpy as np import time print("Starting...") time.sleep(1) c = cv2.VideoCapture(0) while(1): print("Capturing...") didItWork,f = c.read() print(didItWork) cv2.imwrite("output.jpg", f) cv2.destroyAllWindows() ``` The...

**Related issue** Fixes #1459 **Description of changes** - Updated ARKit to the latest version - Updated to the latest 2017 unity version **QA checklists** - [N/A] Add relevant code comments....

Also updated version to 1.6.2 Upgraded to .net standard so that you can include it in an android project Fixed minor thing in example android project added packages folder to...