Daniil

Results 11 comments of Daniil

??? https://github.com/DK22Pac/plugin-sdk/blob/ce935f7c052ff548d2fe337eb54084a4f4ece73b/plugin_sa/game_sa/CWeather.cpp#L70

> `using args… = Class*, Args...;` Получается, что бесплатно получаем конкатенацию ? Ну можно и так. Даже если бы сделать что-то типа: ```cpp using args… = std::concatenate::type...; ``` будет все...

> std::unreachable, __unreachable(), __assume(false) Ага, и в примере выше получаем отстрел ноги :) > Да я предлагаю, небольшое расширение в switch которое позволит нарезать последовательный код на части. Более того...

Проблема в том, что атрибуты - опциональны. Тут нужен кейворд, или что-то подобное

> @kin4stat `get_attribute` is using a big javascript snippet (7kb since Selenium 4.17 and 43kb in older versions) to read the attribute. The `get_dom_attribute` / `get_property` method are using w3c...

> My intention was to show an option to speed up your script, without waiting for a new feature. New features might take some time, especially when all drivers would...

И как теперь принудительно сменить тему?

> >И как теперь принудительно сменить тему? > > > > @kin4stat убрать галку `Settings — Sync with OS theme` и выставлять нужную тему в настройках профиля яндекс музыки. Проблема...

add treat_warnings_as_errors=false to gn args e.g `GN_ARGS="treat_warnings_as_errors=false use_custom_libcxx=false" V8_FROM_SOURCE=1 cargo build -vv` also you can enable use_custom_libcxx feature, insted of passing this parameter as env var: ``` [dependencies] v8 =...

@mfocko maybe it's reasonable to move this issue to "priority backlog"? There are a lot of packages with feature macros inside specfile i.e ``` %if %{with dane} %package dane Summary:...