Martin Braun
Martin Braun
You know, git describe and the whole shebang.
Say you have a dep tree as such: ``` pkg1 \-+ pkg2 | \- pkg3 ``` Now imagine you've installed pkg3 from source. The only correct way to continue is...
**Issue by [mbr0wn](https://github.com/mbr0wn)** _Wednesday Aug 05, 2015 at 01:10 GMT_ _Originally opened as https://github.com/gnuradio/pybombs2/issues/18_ --- ``` $ pybombs remove ``` Removes a package. By default, only remove source packages from...
**Issue by [mbr0wn](https://github.com/mbr0wn)** _Tuesday Oct 06, 2015 at 21:16 GMT_ _Originally opened as https://github.com/gnuradio/pybombs2/issues/39_ ---
Our output processor is either on or off. As per the comment in #316, there are cases when you have to drop back to regular output. The easiest fix would...
Let's say your prefix is in `/usr/` or somewhere else on the system. Currently, you need to run `sudo pybombs`, but then everything is run elevated. If we add some...
### Steps to reproduce ## The Problem When I use dark mode in Firefox, a huge white box covers the most recent chats and the chat entry:  This does...
I would like to request a way of having the actual version of libusb available without executing it (i.e., without calling `libusb_get_version()`). The simplest way to do this would be...
On most compilers (gcc, clang) you can actually have a nested namespace. This bit me, because MSVC doesn't let you do that by default. Maybe there's a way that a...
There's no QA for gr::prefs _at all_. Being core functionality, http://gnuradio.org/redmine/issues/918 will have to wait until I implement one.