-
`rmw_time_t` is defined as:
```
typedef struct RMW_PUBLIC_TYPE rmw_time_t
{
uint64_t sec;
uint64_t nsec;
} rmw_time_t;
```
This differs from `rcutils_duration_value_t` which admits a v…
-
This is inspired by exercism/v3#167.
# C++ reference
## Concepts
The C++ concept exercises are based on concepts. The list below contains the concepts that have been identified for the C++ la…
-
```
If we use varints, we can improve space usage of the serialized
VectorClock. It also allows us to remove the limitation of 32k clock
entries (well, at least replace it with a 2^31 limitation).
…
-
We are holding (mostly) _weekly_ phone calls to discuss and resolve the details of the [FLEDGE proposal](https://github.com/WICG/turtledove/blob/master/FLEDGE.md).
**The next meeting is planned for…
-
-
I have some questions about the correct way to use RoomCallbacks, and I can't find any documentation. If someone could answer the following questions then I would happily write the documentation and s…
-
```
I'm trying to pull data from a PostgreSQL database and the results for a
timestamp field are inconsistent. I'm not sure if I'm handling POSIXct results
properly. Otherwise, I think I found a bug…
-
```
I'm trying to pull data from a PostgreSQL database and the results for a
timestamp field are inconsistent. I'm not sure if I'm handling POSIXct results
properly. Otherwise, I think I found a bug…
-
Bottom coldbox data was taken this year with CRP4 and CRP5 and we would like to enable reconstruction (dataprep and downstream) of this data.
-
```
I'm trying to pull data from a PostgreSQL database and the results for a
timestamp field are inconsistent. I'm not sure if I'm handling POSIXct results
properly. Otherwise, I think I found a bug…