Mateusz Pusz

Results 99 issues of Mateusz Pusz

For a longer time, we knew that a `reference` is a bad name for the entity we have in the code that encapsulates `QuantitySpec` and `Unit`. According to ISO and...

iso
refactor
design

We all expect that `length * time` will not result in `speed` because we clearly have an error in calculation. Dot and cross products in vector quantities domain are really...

enhancement
high priority
design

enhancement
good first issue

Consider providing a partial specialization for `std::numeric_limits` to provide all the numeric properties of underlying representation types. Remove `min()` and `max()` from quantity and also remove standalone `epsilon()` from _math.h_....

question
design

- [ ] "Light and Radiation" (ISO 80000-7) - [ ] "Acoustics" (ISO 80000-8) - [ ] "Physical chemistry and molecular physics" (ISO 80000-9) - [ ] "Atomic and nuclear...

enhancement
help wanted

Acceleration is a change of velocity over time (`a = V / t`). Acceleration and velocity are defined as vector quantities, whereas time is scalar. If I want to calculate...

design

Consider adding a feature that allows the conversion of quantity units to base units of a specific system. For example: ```cpp std::cout

design

### What is your suggestion? As described in https://docs.conan.io/2/examples/tools/cmake/cmake_toolchain/extend_own_cmake_presets.html Conan provides the means to specify a custom presets file name that can be later on included by the custom `CMakeUserPresets.cmake`....

### Environment details * Operating System+version: * Compiler+version: * Conan version: 2.0.17 * Python version: ### Steps to reproduce 1. Make a simple CMake project with one subdirectory (two CMakeLists.txt...

It seems that there were some breaking changes introduced by mermaid, and the theme does not work with the latest versions. It would be great to make it work so...