polygamma

Results 34 comments of polygamma

I am indeed using `bash` and thus not interested in implementing this. But I already wrote in the https://github.com/polygamma/aurman/issues/35#issuecomment-396384194 you quoted, how to replace `cower` by the native `aurman` solution,...

Yeah, `cower` can be ditched, I coded the needed infrastracture in `aurman` itself, including everything needed, not only fetching names of AUR packages. It's quite a hack, but also very...

@eli-schwartz, it would definitely be nice, but I am not the one, who is going to implement that :D

It's been over a month, I am actually not planning to work on this by myself, but it's still a valid improvement, hence I won't close this issue. Nevertheless: If...

It is indeed possible to install. You could just install `libfprint-vfs0090-git` first and then install `fprintd`. Other way round: Install `fprintd` and `libfprint` and after that `libfprint-vfs0090-git`, where you remove...

@actionless Reference: https://github.com/AladW/aurutils/issues/10#issuecomment-370270445 The first part explains how aurman fetches packages and thus gets the needed information. May be interesting for you.

@actionless, I've looked at the following patch: https://transfer.sh/L3H4Z/0001-feat-rpc-return-providers-packages-when-querying-by-.patch I think it's actually a very bad idea to alter the existing `name` and `name-desc` fields. People are already working with that,...

> So uh, with [caef826](https://github.com/polygamma/aurman/commit/caef826ed9f971fe79143e7e0f703fad1ca659bd) and the issues open again, is the "development notice" still of relevance? It's not :)

You may want to take a look at this: https://github.com/arduino-libraries/ArduinoLowPower/pull/9

@grezco with the following example, you never see the second message? ``` #include "ArduinoLowPower.h" // https://www.arduino.cc/en/Reference/ArduinoLowPower #include "RTCZero.h" // https://www.arduino.cc/en/Reference/RTC /* * initial setup, will be run once at the...