Skip to content
View cassus's full-sized avatar

Block or report cassus

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. Zapier app to read Activity and Slee... Zapier app to read Activity and Sleep data from FitBit
    1
    ## Triggers (Bringing data into Zapier)
    2
    ### Sleep	- polling
    3
    https://api.fitbit.com/1/user/-/sleep/date/today.json
    4
    
                  
    5
    ### Activity - polling
  2. Django admin action as row button Django admin action as row button
    1
    class MyAdmin(admin.ModelAdmin):
    2
        list_display = (..., 'actions_html')
    3
        
    4
        def actions_html(self, obj):
    5
            return format_html('<button class="btn" type="button" onclick="activate_and_send_email({pk})">Activate and send email</button>', pk=obj.pk)
  3. i18n-ts-with-namespaces.ts i18n-ts-with-namespaces.ts
    1
    import type { Paths, I18n, Translate } from "next-translate"
    2
    
                  
    3
    type Tail<T> = T extends [unknown, ...infer Rest] ? Rest : never
    4
    
                  
    5
    export type TranslationsKeys = {
  4. btc-trader btc-trader Public

    Tools to explore bitcoin price patterns and build a trading bot (bitfinex api included)

    Python 7 2

  5. django-social-auth django-social-auth Public

    Forked from omab/django-social-auth

    Django social authentication made simple

    Python 2 1

  6. kysely-org/kysely kysely-org/kysely Public

    A type-safe TypeScript SQL query builder

    TypeScript 12.5k 329