jcormier
jcormier
> @TrinhNC Hi, please check your expected pixel format first; I guess it's a Bayer format. To get an RGB image it from the Bayer format to display it, you...
Our camera also doesn't support Chunk transfers. And ia.remote.node_map.ChunkModeActive does not exist. Sticking with harvesters 1.3.2 until we can figure this out. Note: Moving this post to here since it...
Note that according to SFNC 2.5 and SFNC 2.7 (the ones I've checked), ChunkModeActive is only a recommended (not mandatory) parameter.
The following change fixes this issue. Found some misplaced whitespace which caused the "no way to check chunk availability" to be treated as if chunk support was available. I'll create...
So far this is what I got to remove all these escapes ```python def get_graph(self): response = self._client.pipeline_get_graph(self._name) if response['code'] == '0': import ast import graphviz graph = response['response']['value'] out...
That ended up removing too many escapes, this seemed to be a bit better. ```python def get_graph(self): response = self._client.pipeline_get_graph(self._name) dot = None if response['code'] == 0: import ast import...
> For the state of the pipeline you can do a `read /pipelines/pipeline_name/state`, where `pipeline_name` is the name you gave to the pipeline. Can this be mentioned in the wiki...
Tested on Firefox 94.0
Yes, looks like redmine_cms is adding the Admin drop-down menu. And is conflicting with the css from additionals.
I am also seeing this on redmine 4.1.3 and 4.1.5