Pinned Loading
-
dicery_backend
dicery_backend PublicBackend API of Dicery, a group dice-rolling app. (github.com/paxcodes/dicery_app)
Python
-
book_pythonds3
book_pythonds3 PublicSolutions 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
-
peppsnipp
peppsnipp PublicThe Pepperplate Snipper exports recipes in your Pepperplate account in `json` format and/or `.png` screenshots.
Python
-
babynaps
babynaps PublicThis 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
-
fastapi/fastapi
fastapi/fastapi PublicFastAPI framework, high performance, easy to learn, fast to code, ready for production
-
23 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Activity overview
Contribution activity
April 2025
Created 10 commits in 2 repositories
Created 1 repository
-
paxcodes/study__MachineLearning
Jupyter Notebook
This contribution was made on Apr 4
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 …
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)
…
Opened 2 other issues in 2 repositories
ClickHouse/ClickHouse
1
closed
-
Add
cloud
tag toclickhouse/clickhouse-server
docker images for releases that are deployed in ClickHouse CloudThis contribution was made on Apr 3
mymarilyn/clickhouse-driver
1
open
-
Constant "transient" errors:
Connection reset by peer
,The read operation timed out
This contribution was made on Apr 1