Gaël Écorchard
Gaël Écorchard
There is a magic 5 in [`getConversionCodes()`](https://github.com/ros-perception/vision_opencv/blob/a34a0c261984e4ab71f267d093f6a48820801d80/cv_bridge/src/cv_bridge.cpp#L154). Shouldn't it actually be 10, the last index of the `Encoding` enum? Anyway, a comment should be added explaining the number there.
Would it be possible to fade parts of a buffer? When studying other people's code or for other reasons, I'd like to fade parts of a buffer (more precisely, highlight...
I have a config that contains an entry `watched_variables` that I want to deserialize into the `WatchedVariables` structure defined below ```json5 { "watched_variables": { "PickObject": ["n_objects"], }, } ``` ```rust...
The repo `segment-anything-2` has been renamed `sam2`. The current model is sam2.1.
Moreover, `model_obb` defaulted to false, whereas `canRotate` defaults to true.
@iinjdpa cf. https://github.com/FreeCAD/FreeCAD/issues/16205
Activating the MeshRemodel workbench crashes FreeCAD (FreeCAD 1.1.0, Libs: 1.1.0devR39960 (Git))" ``` Program received signal SIGSEGV, Segmentation fault. #0 /lib/x86_64-linux-gnu/libc.so.6(+0x42520) [0x773888e42520] #1 /lib/x86_64-linux-gnu/libpython3.10.so.1.0(PyType_Ready+0x4) [0x77388ad46334] #2 /home/gael/.local/lib/python3.10/site-packages/shiboken6/libshiboken6.abi3.so.6.8(+0x19dbe) [0x77385d8a7dbe] #3 /home/gael/.local/lib/python3.10/site-packages/shiboken6/libshiboken6.abi3.so.6.8(+0x1a04e) [0x77385d8a804e]...
I have `NVIM v0.12.0-dev` and for some reason, the `fake_buffer` is created but it's not valid afterwards (probably deleted). I get the error: ``` Error executing vim.schedule lua callback: ...e/gael/.local/share/nvim/lazy/beacon.nvim/lua/beacon.lua:41:...
Fix the documentation of the return type of `getImage()` in Python. Add typing hints. **Description** Fix the documentation of the return type of `getImage()` in Python. Add typing hints. **Related...