Travis Peacock

Results 27 issues of Travis Peacock

Now that you can download beatmaps directly from the quest headset using the website, my suggestion is make UI elements bigger so they can be easier interacted with in a...

client
request
feature
pinned

I'm sure this is a configuration error in my email settings but there are no logs that I can find that are actually showing what errors are happening so I...

I haven't logged into my account since probably 2018 (when files were first added), and now I'm trying to add the program to my computer but it is saying I...

I realize in some ways Tenma is a competing product to the no longer developed ComicStreamer but if you could include an API that followed the structure of ComicStreamer it...

enhancement

I am not sure if this is a bug, or I need an older version or what, I know that things are moving over to the "Plex Home Theatre" though...

To be honest, I am an idiot on how $_FILE actually works but it seems as though the code only sends the raw file to PHP and doesn't send it...

question

Is there a way you can list the connected clients to a torrent? It seems like the functionality is basically there already... but I can't see any code for it.

enhancement

Is it possible to use x-send-file to free up PHP?

enhancement

I have this code to rebuild my index ``` Book.where(is_public: true).order(id: :desc).find_each do |book| recommender = Books_recommender.new if @books.try(:bookstats).present? recommender.add_to_matrix!(:readability, book.bookstats.readability, book.id) else recommender.add_to_matrix!(:readability, "50", book.id) end if book.downloadcount.present? recommender.add_to_matrix!(:popularity,...

I've looked through the docs, I am currently using the default Jekyll Paginate system but I want to change for a bunch of reasons but the number one is that...