Doğan Ulus
Doğan Ulus
Yes, renaming the helper function would prevent the confusion.
I wonder what prevents to build containers as specified in this discussion. Honestly speaking, it is hard to argue that ROS tooling is modern by current standards. I am afraid...
This is an interesting topic as being left underspecified in SI. I do not hold the view strongly but I would love to see "angular length" as a separate base...
> Then the angle dimension would be derived as "angular length" over (linear) "length". Hence the SI unit m/m is clearly visible. > I don't think this is a good...
I think they are already implemented in the `unicode` package as `unicode.TurkishCase` and `unicode.AzeriCase`. Those are the only ones having special casing rules and implemented as such. Besides the functions...
Yes, this is done.
One question: Can we set values at intermediate keys as follows? ``` jv = value(); result = &jv.set_at_pointer("/a/b/c", "m"); // result = &jv.set_at_pointer("/a/b", "n"); ``` Or the option `replace_any_scalar` just...
It would be great if you design the tool with containers in mind. An example `compose.yml` could look like this once the tool is containerized: ```yaml # compose.yml services: autoware:...
Why does it fail with the latest released versions of Nvidia drivers? Those drivers are already tested when it comes to our distros.
I agree with the need for JSON Merge Patch as described by the original poster. I think it will be better if the library supports commonly used standards in the...