David Macek

Results 57 comments of David Macek

IIRC this step is very I/O heavy as it checks the mount point for each file. It'll most likely get slower with the number of (un)installed files rather than their...

See the [FAQ](https://www.msys2.org/wiki/FAQ/) entry no. 6.

See Alexpux/MSYS2-packages#566.

Yeah, I know that you already merged the change into msys2-pacman. I meant that the strip plugin is now very big and does various stuff not related to stripping, for...

> this procedures a get from cygwin build system Could you point me to where you got these procedures? I found only cygbuild, but their code is very different to...

Commit elieux/pacman@df01d74604ca69397b97a4a1f2dae2061ba7932c should fix it (I have not tested it), see https://github.com/elieux/pacman/commits/issue-5-fix

This is a React thing, see [Uncontrolled Components](https://reactjs.org/docs/uncontrolled-components.html#the-file-input-tag). React is unable to change the value of ``. Combined with DOM reuse, it means the value is stuck in place until...

Not sure if the right place to comment, but we've received reports of "not a tty" and I don't like the `[ -t 0 -a -t 1 ]` solution too...

## Causes and solutions - This error can happen if there are conflicting gnupg installations in `PATH`. Try running pacman in a special shell like `set PATH=`, `msys2_shell.bat`. - MacType...

I'm sorry, the package name was wrong. Can you try re-installing `libgpgme` and updating `gcc-libs`, `libcurl`, `libreadline`, `msys2-runtime`, and `ncurses`? If you could install these one by one and test...