Skip to content
View paxcodes's full-sized avatar

Block or report paxcodes

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. dicery_backend Public

    Backend API of Dicery, a group dice-rolling app. (github.com/paxcodes/dicery_app)

    Python

  2. book_pythonds3 Public

    Solutions to self-checks and exercises from the book, "Problem Solving with Algorithms and Data Structures Using Python" by Brad Miller and David Ranum

    Python 1

  3. peppsnipp Public

    The Pepperplate Snipper exports recipes in your Pepperplate account in `json` format and/or `.png` screenshots.

    Python

  4. babynaps Public

    This page provides a sample nap schedule but unlike most—if not all—baby schedule generators, the time and length of naps or awake times can be adjusted.

    Vue

  5. fastapi/fastapi Public

    FastAPI framework, high performance, easy to learn, fast to code, ready for production

    Python 83.4k 7.2k

  6. sysid/sse-starlette Public

    Python 650 47

23 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March April
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Loading A graph representing paxcodes's contributions from April 14, 2024 to April 16, 2025. The contributions are 70% commits, 20% issues, 10% pull requests, 0% code review.

Contribution activity

April 2025

Created 1 repository

Created a pull request in jayvynl/django-clickhouse-backend that received 5 comments

For a given query execution, allow data to be returned in columnar format and deserialized to numpy objects

This PR will allow SQL query results to be returned in columns and to be deserialized to numpy objects, without affecting other queries that could …

+322 −0 lines changed 5 comments

Created an issue in jayvynl/django-clickhouse-backend that received 3 comments

Allow to set columnar=True attribute when using the DB API and deserialize results into numpy objects

There is currently no way to set columnar=True when using the DB API: with connections['clickhouse'].cursor() as cursor: cursor.execute(sql, params) …

3 comments
Opened 2 other issues in 2 repositories
Loading