-
Snowflake
- https://thiagot.com
- @ThiagoTDotCom
Popular repositories Loading
-
-
-
streamlit-nl4dv-demo
streamlit-nl4dv-demo PublicForked from arjun010/streamlit-nl4dv-demo
Experimenting with a simple streamlit app that uses nl4dv to generate a chart for a natural language query
-
coffeebot
coffeebot PublicForked from tvst/coffeebot
A little AppsScript that matches people to have coffee together.
JavaScript
-
notionlit
notionlit PublicForked from tvst/notionlit
Write Streamlit apps using Notion! (Prototype)
Python
-
streamlit
streamlit PublicForked from streamlit/streamlit
Streamlit — The fastest way to build data apps in Python
Python
219 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 |
Contribution activity
April 2025
Created 15 commits in 3 repositories
Created a pull request in streamlit/streamlit that received 3 comments
Rename stable_random_machine_id to machine_id_v4 / installation_id_v4
Describe your changes
Rename the new stableRandomMachineId
to machineIdV4
to make it clear (1) we can't rely on machineIdV3
, and (2) machineIdV4
is…
Opened 1 other pull request in 1 repository
streamlit/streamlit
1
merged
-
Introduce stableRandomMachineId to metrics by resurrecting old machine_id_v2 code
This contribution was made on Apr 17
Reviewed 1 pull request in 1 repository
streamlit/docs
1 pull request
-
Reduce page size
This contribution was made on Apr 8
Created an issue in python/cpython that received 9 comments
uuid.getnode() is not tied to MAC address when using libuuid
Bug report Bug description: According to the docs, uuid.getnode() is meant to return a number based on the MAC address of the network interface. Ho…