Skip to content
View Tokarak's full-sized avatar

Block or report Tokarak

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. libreddit/libreddit Public

    Private front-end for Reddit

    Rust 5.1k 266

  2. Script to build qBittorrent master b...
    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

Contribution Graph
Day of Week March April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
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
Loading