- Hungary
-
16:22
(UTC +02:00) - in/adam-banko
Pinned Loading
-
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
3https://api.fitbit.com/1/user/-/sleep/date/today.json
45### Activity - polling
-
Django admin action as row button
Django admin action as row button 1class MyAdmin(admin.ModelAdmin):
2list_display = (..., 'actions_html')
34def actions_html(self, obj):
5return format_html('<button class="btn" type="button" onclick="activate_and_send_email({pk})">Activate and send email</button>', pk=obj.pk)
-
i18n-ts-with-namespaces.ts
i18n-ts-with-namespaces.ts 1import type { Paths, I18n, Translate } from "next-translate"
23type Tail<T> = T extends [unknown, ...infer Rest] ? Rest : never
45export type TranslationsKeys = {
-
btc-trader
btc-trader PublicTools to explore bitcoin price patterns and build a trading bot (bitfinex api included)
-
django-social-auth
django-social-auth PublicForked from omab/django-social-auth
Django social authentication made simple
-
kysely-org/kysely
kysely-org/kysely PublicA type-safe TypeScript SQL query builder
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.