Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump it for Python 3.10.5 #194

Open
wants to merge 34 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
61d42ce
Bump it for Python 3.10.5
md8n Dec 16, 2022
e6fb334
WIP - but works-ish
md8n Dec 22, 2022
2c9634d
bootstrap 3->5.2 migration
md8n Dec 29, 2022
0b1ecc9
More cleaning up
md8n Dec 29, 2022
7c53e4f
fix up frontpage3d animate
md8n Dec 29, 2022
53d62a9
Refacgtor out route and socket defs
md8n Dec 29, 2022
2cc4dbd
Being pedantic about everything that's a global
md8n Dec 30, 2022
f9b5031
Some little socket tweaks
md8n Dec 30, 2022
8e07dd2
Ensure the rest of baseSocket is wired up
md8n Dec 30, 2022
74b9788
pidTuning clean up (minor)
md8n Dec 30, 2022
7a34fa9
Tidy up touch.js
md8n Dec 30, 2022
2ccf5d1
Optical Calibration start up
md8n Dec 30, 2022
ad66bbc
Don't set up threads in socket connect handlers
md8n Dec 30, 2022
61a639b
More little fixes
md8n Dec 30, 2022
0a51f41
Point at bootstrap 5 css
md8n Dec 30, 2022
d411065
More tweaks
md8n Dec 30, 2022
f94570b
Changes to thread creation, better log messages
md8n Dec 30, 2022
40f6b6c
Better actions logging
md8n Jan 1, 2023
385197d
Fix some missing closing divs in templates
md8n Jan 30, 2023
a8e2668
Reduce some boilerplate code
md8n Jan 30, 2023
6c1d782
WIP - use `importmap`
md8n Mar 2, 2023
007ad16
WIP - import cleanup
md8n Mar 2, 2023
5e492e1
WIP - replace deprecate `$(document).ready`
md8n Mar 2, 2023
47466d1
modal visibility
md8n Mar 2, 2023
e9e5bf9
Tweaks for `openGCode`
md8n Mar 2, 2023
dfd7d18
minor refactor in config.py
md8n Apr 5, 2023
cb5b939
Proper module usage of `onFooterSubmit`
md8n Apr 5, 2023
e1fd1ff
other tweaks
md8n Apr 5, 2023
e15aafe
refactor webPageProcessor to reduce bloat
md8n Apr 5, 2023
64cb559
missed openBoard.js
md8n Apr 5, 2023
f50239e
Updated diagnostic messages
md8n Apr 6, 2023
ee196f1
Windows specific stuff, use Python 3.10.10
md8n Apr 7, 2023
4970a22
Tweaks to README
md8n Apr 5, 2023
bd716da
Tweaks to main start up (for Windows)
md8n May 1, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ alog.txt
__pycache__/
*.py[cod]
*$py.class

# node
static/node_modules/
Loading