Chris Kuethe

Results 46 issues of Chris Kuethe

I've got a few different telescope controllers on my lan - one has a static ip, another gets some address from dhcp and publishes a hostname. There may or may...

enhancement

It would be nice if make install could install the sample applications in $TARGET/share/gnuradio/examples/ and if the detectMarkSpace hier block was also included in the AX.25 namespace

So I built a bulk book loader (see #2) to ingest a large directory of books... ``` sqlite> select count(*) from books; 7031 ``` Unfortunately they appear to be inserted...

``` sqlite> select count(distinct isbn) from books; 1525 sqlite> select count(*) from books; 7031 ``` It would be great to have some support for removing duplicates based on ISBN or...

openbd doesn't have a lot of books in the database. Out of ~1600 books in my library, less than 30 were found. The ISBNs validated correctly with isbnlib, and have...

For example "Industrial Automation and Robotics: An Introduction" (9781938549304) has 3 listed authors. Looking into the metadata of various ebooks, there's definitely some inconsistency - some are strings like "Alice,...

It would be great if podcasts could automatically skip the first and last N seconds of an episode (configurable per podcast) to get past annoying content

### Expected Behaviour Stellarium should not crash when INDI server shuts down. A better approach would be to treat it like clicking "disconnect" in the telescope control panel. ### Actual...

help wanted
good first issue
dependencies

Whatever skin it's wearing InterSpec is a web app. It smells wrong to me to change the function signature of start_server and friends depending on whether BUILD_FOR_WEB_DEPLOYMENT or BUILD_AS_LOCAL_SERVER are...