Ivan Shapovalov
Ivan Shapovalov
Welp -- nevermind, `makechrootpkg -I` does a totally different thing, namely installs a package _file_... I guess devtools needs a new flag for this usecase
Alright, this now depends on https://gitlab.archlinux.org/archlinux/devtools/-/merge_requests/214.
@AladW yeah, assuming I won't be able to convince devtools maintainers -- if you are sympathetic to the use-case described here, maybe this could be the final straw to reimplement...
I can go through #909 and copy-write mkarchroot and makechrootpkg as e. g. `aur-chroot--create` and `aur-chroot--build`, applying points from #909 where relevant, and then we can turn the rest of...
> Changing `_HIDE_FLAGS` to `['0x2', '0x0', '0x0', '0x0', '0x0'] ` > > https://github.com/velitasali/gtktitlebar/blob/88c87e60e4b26328f951252ee84e498e4216eb6b/gtktitlebar%40velitasali.github.io/window.js#L18 > > and the following line to `return hints[2] != '0x0';` works. But I don't know if...
Yup, doing a `focus(1)` on the window object after undecorating "fixes" (or, rather, works around) the issue. Any ideas on how to wait for the window to get undecorated programmatically?
@frostming Unfortunately, one of the side-effects of `Project.resolve_interpreter()` is creating a virtualenv. Consider a project that has an upper-bound `requires-python` dependency, something like `requires-python < 3.10` (together with a virtualenv...
Fair enough, I'll think about it!
@jonasmalacofilho fixed win32 compat, please take a look again
@jonasmalacofilho gentle ping