Pinned Loading
-
-
Script to build qBittorrent master b...
Script to build qBittorrent master branch with Qt6 on macOS, no Homebrew required! 1#!/bin/bash
2# TODO: rebuild dependencies each script run, like qbittorent itself. Currently, the only way to make the script rebuild the dependencies, each dependency's lib folder needs to be deleted. This however would bring a small overhead to each operation, since dependencies are unlikely to be modified.
3# standalone script to build qBittorent for macOS (including Apple Silicon based Macs)
4#
5# Script peforms much better when it caches the process for future use - it is completely unrecommended to run this script in the default temporary folder. (That was only allowed because it is still preferable to the script potentially overwriting by accident in the current working directory.) To make use of the caching functionaly, it is recommended to store the script in its own empty directory. Call the script (from that directory):
54 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Contribution activity
March 2025
Created a pull request in redlib-org/redlib that received 1 comment
Fix #395: cache is error-aware
Use from_static
instead of from_string
On error, fallback to cache; Use hyper::Error
Same fix for another function
Fixes: #395, but it's very dif…
+19
−25
lines changed
•
1
comment
Created an issue in tom-lubenow/axum-reverse-proxy that received 2 comments
[Feature Reqeust] Support for extractors
The simplest use case is to dynamically rewrite the url. I did a manual implementation using reqwest
crate for redlib-org/redlib like so:
Here, "/v…
2
comments
Opened 2 other issues in 2 repositories
chridou/http-api-problem
1
open
-
Idea: Convert from hyper::Error to ApiError
This contribution was made on Mar 18
redlib-org/redlib
1
open
-
[Bug] Panic and fail ungracefully when internet down
This contribution was made on Mar 18