Ilya Kulakov

Results 232 comments of Ilya Kulakov

It's feasible to resolve this installation issue + provide better linking experience for static plugins that avoids manual `[Q_IMPORT_PLUGIN](https://doc.qt.io/qt-6/qtplugin.html#Q_IMPORT_PLUGIN)` (at least for Qt6 users). I will make a PR once...

Any chance you could extract the exception from your analytics?

I was hoping for the original exception from ShortcutRecorder. This one is from the SPM generated code.

This visualization is not entirely accurate. The last exception, the one you see in the analytics, is from the SPM. However, it's raised in response to another error somewhere in...

@MikeMcQuaid Would you be interested in the PR adding the `--extract-bottles-dir=` to support extracting bottles of the homebrew/core formulae via skopeo such that they can be easily re-published later into...

I'm writing a script that extracts a formula of the given version alongside its dependencies (recursively, at versions that correspond to the git revision of the formula) to a custom...

Not sure I'm following. I'm not offering to extract them separately, i.e. extract formula first then extract bottles next. But rather both being part of the single invocation.

I’m not sure where user’s Cellar comes into play here. I suggest the bottles to be taken from the homebrew/core repo on Github Packages.

Here is a particular example: `brew extract sqlite my/repo --version=3.44.2` creates a new formula at `/opt/homebrew/Library/Taps/my/homebrew-repo/[email protected]` with contents identical to https://github.com/Homebrew/homebrew-core/blob/1c9fed5481c9a62c5314b887b41e31f14edd8e53/Formula/s/sqlite.rb except for the `bottles do end` being stripped. Bottles...

@gromgit Thank you for the clarification. In my mind I was keeping the formula name intact but adjusting bottle's path on Github Packages instead. However, I did not verify that...