Results 38 issues of Dima Kogan

Is this our discussion forum? This isn't a bug report, but it needs to go somewhere. I don't want to push too hard on my importing efforts before we get...

Hi. I think we should decide very explicitly how data conflicts (between previous data, import data, aerial imagery) should be resolved. We talked about this a bit at the group...

These are the result of me encountering and debugging packet-dropping issues: https://github.com/AravisProject/aravis/issues/894 Primarily these patches add more error reporting and documentation. With the extended error messages I think it makes...

Hi. I'm seeing a consistent issue where my camera cannot receive even one successful image due to missing gige packets. It's similar to #434. I can do my own debugging,...

5. Gige
1. Performance

Hello. I'm looking at getting the bulk transfers working for my sierra-olympia tenum-640 cameras talking via a gige pleora frame grabber; I asked about this on the forum: https://aravis-project.discourse.group/t/how-to-execute-bulk-serial-transfers-in-aravis/728 I...

1. bug
5. Genicam
4. Help wanted

Hi. I'm the Debian maintainer for sysdig. For the last few releases of sysdig chisels no longer work. Each one throws a lua error when trying to use the global...

Hi. I'm seeing very odd behavior. Would appreciate being pointed in the right direction. System info at the bottom. I have this sample `tst.bt`: ``` tracepoint:syscalls:sys_enter_openat { $key = str(args->filename);...

bug
reliability

I have this python source: ``` #!/usr/bin/python3 import xacro urdf_path = '/tmp/tst--1.xacro' urdf = xacro.process_file(urdf_path) x = urdf.toxml() ``` It does this: ``` $ ./tst.py Traceback (most recent call last):...

Hi. This is a clearer discussion of #891. I'm solving a very small linear system `JtJ x = b` where `b = [5,0,0]`. I do this twice with a `cholmod_solve2(CHOLMOD_A)`...

documentation

Currently I THINK this is impossible? In the Debian package I just pushed I added a patch to make it possible: https://salsa.debian.org/science-team/alicevision/-/blob/master/debian/patches/using-config.ocio-from-system.patch?ref_type=heads