Arkady Shapkin

Results 35 issues of Arkady Shapkin

It seems that we need to support filtering messages that have been forwarded

bug

I use Ubuntu all the time in my work, but none of the utilities I have installed offer Homebrew to install them. In my personal experience, the most popular choices...

Build

Something like that https://github.com/grpc/grpc/blob/master/cmake/msvc_static_runtime.cmake

enhancement

For example, I have usertype like that: ``` cpp sol::usertype transform_type { "localToParent", sol::property(&Transform::localToParent), "localToWorld", sol::property(&Transform::localToWorld), "worldToLocal", sol::property(&Transform::worldToLocal), "object", sol::property(&Transform::object), "position", sol::property(&Transform::position, &Transform::setPosition), "facing", sol::writeonly_property([](Transform& tr, const glm::vec3& point){ tr.makeFacing(point);...

Feature.Can Do
Feature.Shiny
Feature.All The Things
v4

Option to chop table/kv-table/parameters if there is a separator at the end of the table https://black.readthedocs.io/en/stable/the_black_code_style/current_style.html#the-magic-trailing-comma

enhancement

If we call cmake-format like that: ``` cmake-format file1.cmake file2.cmake -i --line-width=120 --tab-size=4 ``` line-width and tab-size will be only applied to file1.cmake. file2.cmake will be formatted with default config...

acknowledged

When you pass a wrong argument to `cmake-lint` it doesn't return an error code. It is hard to discover wrong argument when you use it in pre-commit hooks

acknowledged