Jakub Mendyk
Jakub Mendyk
`fprintd-list` expects username as the second argument. The error message you provided, based on my attempt to reproduce it, may happen if user with provided username does not exist. Based...
@stz184 Since that's the case, unfortunately I don't think I can help you in any way. As a help for someone more familiar with the code base, on my machine...
I would also gladly see support for G Pro keyboard. In terms of keyboard layout I have what Logitech calls "US International". Below is a high quality image of this...
@DentonW Have you been able to look deeper into this issue? In my case I wasn't able to use ilutGLBindTexImage but after checking contents of libILUT.so I found out that...
As @JohnKendrick pointed out, indeed `ILUT_USE_OPENGL` is defined in `devil/DevIL/include/IL/ilut_config.h`. However this file is included only in `devil/DevIL/include/IL/ilut.h` only if we are compiling on windows: ``` #if (defined(_WIN32) || defined(_WIN64))...
I would very much like to see this pull request merged. Full day of me figuring out how to properly link DevIL as a static library to my project reduces...
@wxcafe Could this be closed, based on your https://github.com/tootsuite/mastodon/issues/1092#issuecomment-292971803.
Although installation started working, I encountered new problems. 1. Readme in examples gives: `import qualified Text.Numeral.Language.EN as EN`, which should be `import qualified Text.Numeral.Language.ENG as ENG` (EN -> ENG) 2....
I created PR fixing not working examples in README #21.