Skip to content
View DaBenjle's full-sized avatar

Highlights

  • Pro

Block or report DaBenjle

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. React Query Builder Django Decoder w... React Query Builder Django Decoder with DRF Filter
    1
    # filters/qb_decoder.py
    2
    from __future__ import annotations
    3
    
                  
    4
    from functools import reduce
    5
    from typing import Any, Callable, Dict, Iterable, List, Mapping, Optional, Tuple, Union
  2. Waybar Systemd Unit Monitor/Toggler Waybar Systemd Unit Monitor/Toggler
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    UNIT="$1"
    4
    ACTION="$2" # optional arg: --toggle
    5
    
                  
  3. SVG Progress Guage - Radix + Tailwind SVG Progress Guage - Radix + Tailwind
    1
    import * as Progress from "@radix-ui/react-progress";
    2
    
                  
    3
    interface GaugeProgressProps {
    4
      /**
    5
       * The size (width and height) of the overall component in pixels.