NN

Results 204 comments of NN

Т.е. у нас нарушается правило эквивалентности (abc) и abc в этом месте ?

Ну тогда лучше использовать bind_front/bind_back , а ещё лучше вместе с NTTP: https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2023/p2714r0.html

Hopefully GitHub runner supports Windows ARM soon: https://github.com/github/roadmap/issues/1098

В догонку тогда и локальные переменные туда же. ``` int a requires requires{ sizeof(T) > 10 } = 10; if constexpr(sizeof(T)>10) { std::count

@dimaqq Please pay attention to the original PR so the author can address the comments. This just has a small addition on top of it to make it correctly work...

@dimaqq Do you know whether trace and spans ids in http/json are base64 encoded? In files they are hex encoded , hence the addition.

The home directory inside the container has .linux suffix. You can see it here: https://github.com/abiosoft/colima/blob/1f32bf2c7854feea49265d90b73fbbdbaea8b539/app/app.go#L287 ``` >a@A ~$ colima start INFO[0031] starting colima >ls ~/../ a.linux ```

Colima rewrites lima.yaml. The changes are not saved.