Andrey Kutejko

Results 74 comments of Andrey Kutejko

why not to join before the invocation?

Honestly, I don't see anything wrong with your current approach.

These icons and manifests are used by modern versions of Windows too. E.g. [Pin to Start](https://www.winhelponline.com/blog/pin-website-shortcut-start-screen-windows-10/).

While Yandex browser is a chromium-based one, it has a unique feature named [Tableau](https://browser.yandex.com/help/personalization/tableau.html).

[Yandex Browser v1.0 release announcement](https://yandex-ru.translate.goog/blog/company/54425?_x_tr_sl=ru&_x_tr_tl=en&_x_tr_hl=ru&_x_tr_pto=wapp) > Now about what's inside. WebKit was chosen as the engine, which is supported by many developers. The interface is based on the open source...

Current API is still very verbose and repetitive. I gave it a try and that's how it looks like just for two actions. ```rust window .add_action_entries([ gio::ActionEntry::builder("find") .activate(move |this: &Self::Type,...

@hipstersmoothie Was this PR closed intentionally?

`:flags_none` is deprecated. https://docs.gtk.org/gio/flags.ApplicationFlags.html Check your version of gio.

That's unfortunate change in upstream. Probably the best option is to use `0` instead of `(gir:nget *gio* "ApplicationFlags" :default-flags)` to be compatible with all versions of gio.

@enometh I have cherry-picked most of your changes. They are already in `master` branch. The only commit which was not taken is the last one in this branch. As you...