Alexander Tkachev

Results 51 comments of Alexander Tkachev

Maybe just `DockEvent::LeftClick` is not enough. I have an Electron app where I use `electronApp.hide()`. Once the app is hidden, I can bring the window back by clicking the dock...

Also found https://github.com/tauri-apps/tao/pull/517 and https://github.com/tauri-apps/tauri/pull/4865

![waiting-simpsons](https://user-images.githubusercontent.com/989015/200566219-7bcad352-65e3-408c-b883-c92b547691a7.gif)

Awesome strategy to keep the issue queue clean 😂

Ah, it was already discussed in https://github.com/ostrosco/device_query/issues/59

@ostrosco maybe you could help with an advice? I'm trying to build a [Tauri](https://tauri.app/) app which will perform some action based on the clipboard contents. As it will be the...

@cppxor2arr as far as I get it, `device_query` is really for on-demand querying the keyboard/mouse state. I needed an event-based solution, so I switched to `rdev` (which has other issues,...

A use case from https://github.com/renovatebot/renovate/discussions/8984: Drupal project updates. Drupal configuration is stored in Git, but updates from Drupal core or modules can modify it. To achieve completely automated updates we...

For the above Drupal config use case: > Do they need to be run before we edit the package file, or just before artifacts updating? Ideally before any changes are...

That's the way it works 🤷 Drupal, as a usual CMS, consists of two parts: code and database. But there is also a third one: configuration. The active configuration lives...