-
Notifications
You must be signed in to change notification settings - Fork 25
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
[0.1.x] pyodide 0.24.0, widget shim patches #62
Conversation
2a08d29
to
58c9e86
Compare
Looking fine on RTD. |
We can ask Meeseeks to backport to |
@jtpio, since you asked back in #61:
from peewee import *
# Define a database object
db = SqliteDatabase('/tmp/my_database.db')
# Define a model class
class Person(Model):
name = CharField()
age = IntegerField()
class Meta:
database = db
# Create the table in the database
db.connect()
db.create_tables([Person]) This of course with the limitations already discussed in: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
@meeseeksdev please backport to main |
Co-authored-by: Nicholas Bollweg <nick.bollweg@gmail.com>
my heart jumped a little until the disclaimer...
😿 |
For my purposes, public comms are preferred, but certainly we could set up a call on the Jupyter zoom or something if there are folk that want to talk about it... i'm in US/Central, but can be pretty flexible on times. Usually right before (or after, but now getting late for GMT+) the block of Notebook/Lab calls on Wednesdays. The challenge is the potential developer pool for ServiceWorker/DriveFS support is... very small. It's been a fair piece since i tracked down a few of the remaining issues (probably before the split to a dedicated repo). My day job test developer instinct would be to fully instrument down to the (virtual) syscall level on both real CPython instance, one the MEMFS that does work (e.g. what you get in Firefox private browsing), and one against the ServiceWorker-backed one... but I don't have an effective test bench for doing that. |
References
jupyter-lite.json
) not working #59Changes
repodata.json
topyodide-lock.json
micropip 0.4.0
ipywidgets 8.1.1
Notes
0.1.x
main
, and then re-do a bunch of stuff