Timo Röhling
Timo Röhling
@gingerlime This is not possible to achieve with PostSRSd 1.x, but it may be feasible to do so with the PostSRSd 2.x milter implementation, once it has reached maturity past...
https://github.com/roehling/postsrsd/releases/tag/2.0.0a1
https://github.com/roehling/postsrsd/releases/tag/2.0.0a1
I get the same error with Sphinx 7.2.5 and Doxygen 1.9.8
I have looked further into this issue and compared the output of `doxygen cpp_anon.cfg` (from `examples/specific`) between Doxygen 1.9.4 and Doxygen 1.9.8. As it turns out, the older Doxygen used...
Nice work! While you're at it, maybe the ClassLoader instance itself could be stored as shared_ptr as well, and the MetaObject could keep a weak_ptr to its owning class loader...
This was the stupidest possible way to "fix" the tf prefix issue. If the TransformListener would have started resolving all frame_ids in lookupTransform(), the prefix support would have worked transparently...
@tfoote Oh, you are right, I did not think of that. So taking one further step, why not resolve in the publisher? The frame_id already is part of the standard...
I have an idea, which I would be willing to implement: Let the tf frame id have the following format [ type ":"] id If type is omitted, it defaults...
The atomic operations are used by `src/testing/fault_injection.c`, which is compiled into the library unconditionally and may generate symbol references to `libatomic` on some architectures. However, as of now, the required...