Guillaume Sottas
Guillaume Sottas
At the moment, there is no way to declare a queue in [passive](https://www.rabbitmq.com/amqp-0-9-1-reference.html#domain.bit), which is useful to check if a queue already exists. I see two ways to implement the...
In the `main()`, I'm opening a can-isotp socket, and I perform `write()` operation on it. This part is working, the expected CAN frames are sent on the bus. Now, I'm...
with the current file structure, it is not possible to implement the **preprocessor** ```#if``` statement, as it would overwrite (or be overwritten by) the **C** ```if ()``` statement. I would...
## Why is this operator needed? I get the error `[ERROR] onnx: operator LinearRegressor not implemented ()` with the backend `gorgonia` ## Implementation * [Description of the `LinearRegressor` operator in...
I'm facing to a strange behaviour regarding the ```memory_read32``` function. When I read data from a big endian target ([tms570lc4357zwt](https://www.ti.com/product/TMS570LC4357?utm_source=google&utm_medium=cpc&utm_campaign=epd-null-null-gpn_en-cpc-pf-google-eu&utm_content=tms570lc4357&ds_k=%257b_dssearchterm%257d&DCM=yes&gclid=CjwKCAjw1cX0BRBmEiwAy9tKHnrDxBQFeXmph9axT7CaFe5yc_5ppIsMtHVnhrL9rU1s9CQUDyLIexoCYawQAvD_BwE&gclsrc=aw.ds)), the resulting values returned from pylink are returned as big...
The script stop working when calling DLL function ```JLINK_GetMemZones``` (invoked inside ```num_memory_zones```), a segmentation fault is raised. some informations on the setup: - OS: MacOS Mojave 10.14.6 - DLL: version...
I'm not sure if it would be possible, but it would be great to be able to open a device over the Segger's remote server using the **name**/**serial number** and...
Hello, After a bunch of researches, I've not been able to find a devcontainer image based on mcr.microsoft.com/windows/servercore anywhere. My idea was to setup an image based on this image...
In some case (i.e. embedded software applications), write operations to the flash might be an issue. Thus, it would make sense to add an additional parameter to the `Logger` structure...