Skip to content
View willstott101's full-sized avatar
🥁
🥁

Sponsoring

@Byron
@marijnh
@webrtc-rs
@dudykr
@vitest-dev
@dimforge
@nathanielsimard
@coreylowman
@rui314
@jbr
@cart
Block or Report

Block or report willstott101

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

  1. inthenameoffun inthenameoffun Public

    Small fiddles and games

  2. librespot-org/librespot librespot-org/librespot Public

    Open Source Spotify client library

    Rust 4.3k 521

  3. Checks prefetched cache of a queryse... Checks prefetched cache of a queryset, and filters/orders in python. To avoid large number of queries.
    1
    from operator import attrgetter
    2
    
    
    3
    def maybe_prefetched(parent, related_manager):
    4
        #return related_manager
    5
        try:
  4. lazyjson lazyjson Public

    Encode existing JSON strings within JSON structures with Python.

    Python