Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
SplootCode
/
splootcode
Public
Notifications
You must be signed in to change notification settings
Fork
12
Star
456
Code
Issues
1
Pull requests
1
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
splootcode
packages
language-python
src
on
enable-tutorials
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 4, 2023
Add tutorials to project and projectloader (#177)
paked
authored
53e995d
View commit details
Copy full SHA for 53e995d
View code at this point
Browse repository at this point
Modify installation flow for non-stdlib packages (#175)
paked
authored
3f3e687
View commit details
Copy full SHA for 3f3e687
View code at this point
Browse repository at this point
Fix broken member autocompleter (#176)
paked
authored
b081258
View commit details
Copy full SHA for b081258
View code at this point
Browse repository at this point
Commits on Apr 3, 2023
Handful of performance fixes. (#174)
katharosada
authored
83fd439
View commit details
Copy full SHA for 83fd439
View code at this point
Browse repository at this point
Commits on Mar 31, 2023
Add streamlit package for tray and autocomplete. (#168)
Show description for 91d6840
katharosada
authored
91d6840
View commit details
Copy full SHA for 91d6840
View code at this point
Browse repository at this point
Commits on Mar 30, 2023
Add tab to the tray for imported library modules. (#166)
Show description for 1f1079a
katharosada
authored
1f1079a
View commit details
Copy full SHA for 1f1079a
View code at this point
Browse repository at this point
Commits on Mar 29, 2023
Generate autocomplete suggestions with pyright on worker (#165)
paked
authored
4ab6d02
View commit details
Copy full SHA for 4ab6d02
View code at this point
Browse repository at this point
Commits on Mar 27, 2023
Prevent crash when the pyright nodemap doesn't load fast enough.
katharosada
committed
a4a126a
View commit details
Copy full SHA for a4a126a
View code at this point
Browse repository at this point
Commits on Mar 25, 2023
Add slice node.
katharosada
committed
ea1c3bd
View commit details
Copy full SHA for ea1c3bd
View code at this point
Browse repository at this point
Fix bug where editing the code during running would cause crash.
katharosada
committed
c1d5ba3
View commit details
Copy full SHA for c1d5ba3
View code at this point
Browse repository at this point
Fix bug where main thread pyright wasn't being updated and speed up worker loading.
katharosada
committed
5329117
View commit details
Copy full SHA for 5329117
View code at this point
Browse repository at this point
Allow a bit more space for annotations.
katharosada
committed
e08c224
View commit details
Copy full SHA for e08c224
View code at this point
Browse repository at this point
Add limitations to annotations to avoid memory issues.
katharosada
committed
6b8bca3
View commit details
Copy full SHA for 6b8bca3
View code at this point
Browse repository at this point
Commits on Mar 24, 2023
Install types-requests, gracefully handle async errors (#158)
paked
authored
594e8d0
View commit details
Copy full SHA for 594e8d0
View code at this point
Browse repository at this point
Fix multi-variable-assignment in for-loop (#157)
paked
authored
759ad4a
View commit details
Copy full SHA for 759ad4a
View code at this point
Browse repository at this point
Begin moving Pyright to worker (#156)
paked
authored
6c5ccaf
View commit details
Copy full SHA for 6c5ccaf
View code at this point
Browse repository at this point
Commits on Mar 23, 2023
Asyncify dynamic suggestions (#155)
paked
authored
0a40c05
View commit details
Copy full SHA for 0a40c05
View code at this point
Browse repository at this point
Commits on Mar 21, 2023
Allow multiple assignment targets again.
katharosada
committed
aa7ee0f
View commit details
Copy full SHA for aa7ee0f
View code at this point
Browse repository at this point
Commits on Mar 20, 2023
Skip immutable nodes in multi-select deletion process. (#131)
Show description for 30bcfd6
katharosada
authored
30bcfd6
View commit details
Copy full SHA for 30bcfd6
View code at this point
Browse repository at this point
Commits on Mar 16, 2023
Make test requests panel function, including refactor to project and projectLoader relationship. (#142)
Show description for 3d47ead
katharosada
authored
3d47ead
View commit details
Copy full SHA for 3d47ead
View code at this point
Browse repository at this point
Change string colors and do more decluttering of the UI. (#141)
Show description for dfbe120
katharosada
authored
dfbe120
View commit details
Copy full SHA for dfbe120
View code at this point
Browse repository at this point
Commits on Mar 15, 2023
Add support for function decorators. (#136)
Show description for f090c2d
katharosada
authored
f090c2d
View commit details
Copy full SHA for f090c2d
View code at this point
Browse repository at this point
Commits on Mar 14, 2023
Add ability to choose RunType option when making new project (#137)
paked
authored
c0eecf2
View commit details
Copy full SHA for c0eecf2
View code at this point
Browse repository at this point
Commits on Mar 13, 2023
Minor fixes. Load fonts before rendering, fix terminal css and shorten annotations.
katharosada
committed
486797b
View commit details
Copy full SHA for 486797b
View code at this point
Browse repository at this point
Commits on Feb 21, 2023
Add ability to select handler function in console. (#126)
Show description for 370a159
katharosada
authored
370a159
View commit details
Copy full SHA for 370a159
View code at this point
Browse repository at this point
Make it possible to select handler functions by arbitrary args. (#125)
katharosada
authored
c2a91be
View commit details
Copy full SHA for c2a91be
View code at this point
Browse repository at this point
Commits on Feb 16, 2023
Fix renaming index of for loop causing scope pollution (#124)
paked
authored
6e7d671
View commit details
Copy full SHA for 6e7d671
View code at this point
Browse repository at this point
Add function which makes a 'handler function' (#122)
Show description for 79df905
paked
authored
79df905
View commit details
Copy full SHA for 79df905
View code at this point
Browse repository at this point
Commits on Feb 13, 2023
Validate that parameters have unique names (#118)
Show description for b63aba6
paked
authored
b63aba6
View commit details
Copy full SHA for b63aba6
View code at this point
Browse repository at this point
Commits on Feb 1, 2023
Fix bug with annotations inside else/elif blocks.
katharosada
committed
364a568
View commit details
Copy full SHA for 364a568
View code at this point
Browse repository at this point
Commits on Jan 28, 2023
Pyright tree support for subscripts as assignment targets.
katharosada
committed
8d5bc2d
View commit details
Copy full SHA for 8d5bc2d
View code at this point
Browse repository at this point
Change colour for comments and fix up a bit of linting/tests.
katharosada
committed
45d9d6e
View commit details
Copy full SHA for 45d9d6e
View code at this point
Browse repository at this point
Adding comments into Sploot! (#105)
Show description for 27fce37
ikramsaedi
authored and
katharosada
committed
27fce37
View commit details
Copy full SHA for 27fce37
View code at this point
Browse repository at this point
Commits on Jan 22, 2023
Allow typing foo = to create assignment node.
katharosada
committed
15f48aa
View commit details
Copy full SHA for 15f48aa
View code at this point
Browse repository at this point
Add validation for else blocks not being last in an if-statement.
katharosada
committed
61f529e
View commit details
Copy full SHA for 61f529e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.