Skip to content
View bkeyvani's full-sized avatar

Organizations

@djangoclt @ReactCLT

Block or report bkeyvani

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 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. pytest-dev/pytest pytest-dev/pytest Public

    The pytest framework makes it easy to write small tests, yet scales to support complex functional testing

    Python 13.2k 2.9k

  2. dbt-snowflake-summit-2023-hands-on-lab-snowpark dbt-snowflake-summit-2023-hands-on-lab-snowpark Public

    Forked from dbt-labs/dbt-python-hands-on-lab-snowpark

    Python

  3. django-postgres-docker django-postgres-docker Public

    Python 1

  4. tmux configuration (OSX) tmux configuration (OSX)
    1
    # set terminal colors
    2
    set -g default-terminal "screen-256color"
    3
    # set True color
    4
    set -ga terminal-overrides ",xterm*:Tc"
    5