Alec Petridis

Results 6 comments of Alec Petridis

I think inheritance should be included in some form; it provides a level of flexibility that can be really useful and there are plenty of cases in which it's more...

Have you considered using something similar to Rust's Option/Result? Sum types force a user to handle the error, and in my opinion, are more ergonomic than Java-style checked exceptions as...

The "killed" thing is most likely because your _CPU_ is not powerful enough. I would recommend launching a Amazon EC2 instance of t2.large (plenty of tutorials online) because using neural...

The UserWarning errors you usually can ignore.

Hmm, I'm actually not sure. What I thought before is below, however I just noticed that [ON_DEVICE_AVAILABLE](https://github.com/IntelRealSense/librealsense/blob/d8f5d4212df85522a14b4a7b83bf4d54219b06fa/wrappers/android/librealsense/src/main/java/com/intel/realsense/librealsense/Enumerator.java#L117) is only broadcast after USB permissions are requested. The bug itself occurred when...