Denis Nelubin

Results 69 issues of Denis Nelubin

Adds parsing of X-WR-TIMEZONE calendar property and TZID property of VTIMEZONE object, and using of this timezone as default for UTC timestamps and whole day date values.

If the node is created like this: ``` node, err := ros.NewNode("nodename", os.Args) ``` The resulting node name registered on ROS master become "//nodename". This causes the address of the...

Current implementation calls `logger.Fatalf()` (and `os.Exit()` inside) when it's not possible to create objects. For example: ``` func (node *defaultNode) NewPublisherWithCallbacks(topic string, msgType MessageType, connectCallback, disconnectCallback func(SingleSubscriberPublisher)) Publisher { //......

In Python we have very good methods in `rosnode` package: http://docs.ros.org/hydro/api/rosnode/html/ Technically these are XMLRPC calls to http://wiki.ros.org/ROS/Master_API and http://wiki.ros.org/ROS/Slave_API In `rosgo` XMLRPC connection to ROS master is hidden. It'll...

ROS Melodic. I'm trying to `rosbag record /bagfiles/disk_usage` where `/bagfiles/disk_usage` is a topic of a custom type `bafiles/DiskUsage` published using `rosgo`. The `rosgo` application prints: ``` 2019/07/16 16:42:00 [DEBUG] Slave...

I generate message files using `gengo`. It creates files which are not correctly formatted from the perspective of `go fmt`: idents, spaces, empty lines are not correct. However, my IDE...

I'm trying to install Wazuh indexer with the provided Ansible role. It fails with this error: ``` TASK [wazuh-indexer : Local action | Download certificates generation tool] ***************** fatal: [indexer1]:...

community

`apptype` now must be `EXTERNAL`. Removed mutexes. Looks like they are not needed anymore. * https://www.reddit.com/r/FlipperZeroDev/comments/12porzt/scons_no_sconstruct_file_found/ * https://github.com/flipperdevices/flipperzero-firmware/blob/dev/applications/examples/example_thermo/example_thermo.c

Here are Fabric scripts which allows to run YCSB on multiple client machines and gather the results (output and error logs) from them. And a merge.py script to produce from...

feedback
improvement