BD

Results 6 comments of BD

Have you tried this to force the choice? ``` "[cpp]": { "editor.defaultFormatter": "xaver.clang-format" } ```

> At the same time: Why defer the information about what kind of programming language is contained until you (or whatever program - compiler or otherwise) opens and interprets the...

Try opening the same database file using one of the other KeePass variants that are out there (e.g. the original KeePass itself).

Thank you very much for this, I found this doc very useful - it allowed me to solve my problem (otp value was not in uri format, - for I...

This comment here indicates similar changes to the `package.xml` files, however doesn't include the cmake file changes: https://github.com/ros2-for-arm/ros2/issues/5#issuecomment-402676698

Haha fair enough. I wonder if there is a way to declare a specific type (or set of types) to catch only? Perhaps line [209](https://github.com/ekampf/pymaybe/blob/master/pymaybe/__init__.py#L209) on `master` needs addressing also?