Fabio Pliger
|
6ea96271a4
|
Merge pull request #192 from cclauss/patch-2
interpreter.ts: Typo functions
|
2022-05-04 14:05:13 -05:00 |
|
Fabio Pliger
|
48ff01279b
|
Merge pull request #190 from zjhch123/patch-1
Update todo-pylist.html
|
2022-05-04 14:02:38 -05:00 |
|
Fabio Pliger
|
2e40b40e52
|
Merge pull request #186 from sr2echa/main
fix: typos
|
2022-05-04 13:52:14 -05:00 |
|
Fabio Pliger
|
8895e04c56
|
Merge pull request #169 from woxtu/patch
Fix some typos in docs
|
2022-05-04 12:55:28 -05:00 |
|
Christian Clauss
|
a6a0933c6c
|
Fix typo
|
2022-05-04 18:20:33 +02:00 |
|
Christian Clauss
|
f4a991fd0a
|
Fix typo
|
2022-05-04 18:10:10 +02:00 |
|
Christian Clauss
|
c2f4ea7b13
|
Fix typo
|
2022-05-04 18:09:23 +02:00 |
|
Christian Clauss
|
4cef872a6a
|
interpreter.ts: Typo functions
|
2022-05-04 18:07:52 +02:00 |
|
Fabio Pliger
|
9011f86d40
|
Merge pull request #121 from pyscript/repr_type_fix
Handle __repr__ of types
|
2022-05-04 10:17:59 -05:00 |
|
Yida Zhang
|
c2305c8a66
|
Update todo-pylist.html
|
2022-05-04 22:47:23 +08:00 |
|
Sreecharan
|
d503731a0b
|
fix: typo
|
2022-05-04 19:42:06 +05:30 |
|
Sreecharan
|
7524d5662b
|
fix: typo
|
2022-05-04 19:39:44 +05:30 |
|
woxtu
|
92420ae2c2
|
Fix typos
|
2022-05-04 05:23:11 +09:00 |
|
Fabio Pliger
|
d8cb5f2968
|
Merge pull request #130 from pyscript/dedent_code
Fix dedenting of <py-script> code
|
2022-05-03 11:42:08 -05:00 |
|
Fabio Pliger
|
f957fdaaa6
|
remove async from method that is not async anymore
|
2022-05-03 09:18:57 -05:00 |
|
Fabio Pliger
|
f5a6a87328
|
Merge branch 'main' into quickfix/pyscript_loading_sequence
|
2022-05-03 09:04:03 -05:00 |
|
Fabio Pliger
|
ede0adac81
|
fix some examples
|
2022-05-03 08:54:36 -05:00 |
|
Fabio Pliger
|
314be1997a
|
replace using interpreter promise with the interpreter instance itself. Also properly wait for it to be fully initialized before using on the base widget class
|
2022-05-03 08:54:23 -05:00 |
|
Fabio Pliger
|
f04ef581e1
|
Merge pull request #88 from sudomaze/fix_absolute_path_examples
Fix absolute path when import `.py` files in examples
|
2022-05-02 19:29:17 -05:00 |
|
Philipp Rudiger
|
4de2a309a4
|
Merge pull request #119 from santiago-paz/main
CSS property type
|
2022-05-03 01:25:28 +02:00 |
|
Philipp Rudiger
|
5d6009ecc0
|
Merge pull request #118 from Mng-dev-ai/remove-unused-imports
remove unused imports
|
2022-05-03 01:10:01 +02:00 |
|
Philipp Rudiger
|
e62d8db050
|
Fix dedenting of <py-script> code
|
2022-05-03 01:01:45 +02:00 |
|
Brett Cannon
|
11b690c051
|
Fix capitalization
|
2022-05-02 14:00:34 -07:00 |
|
Philipp Rudiger
|
7534b79fd6
|
Small fix
|
2022-05-02 19:48:15 +02:00 |
|
Philipp Rudiger
|
4df9a7e06d
|
Fix rendering for simple types
|
2022-05-02 18:39:28 +02:00 |
|
Philipp Rudiger
|
3457d4313a
|
Handle repr of types
|
2022-05-02 18:30:33 +02:00 |
|
Santiago Paz
|
0f76a88f63
|
CSS property type
|
2022-05-02 11:45:30 -03:00 |
|
Michael Nagy
|
e7016aed20
|
remove unused imports
|
2022-05-02 13:54:42 +02:00 |
|
sudomaze
|
2dbafe8870
|
update to be relative to current directory
|
2022-05-01 23:13:26 -07:00 |
|
Fabio Pliger
|
b867371fac
|
Merge pull request #93 from Mng-dev-ai/add-classname-dynmaically-in-examples
add classname dynamically in examples
|
2022-05-02 01:02:00 -05:00 |
|
Fabio Pliger
|
2a13fa94db
|
Merge pull request #83 from hasnat/patch-1
Create .gitkeep
|
2022-05-02 00:41:31 -05:00 |
|
Philipp Rudiger
|
6943304d6b
|
Merge pull request #101 from rmyers/fix-typescript-error
Fixing typescript error in build process
|
2022-05-01 21:24:11 +02:00 |
|
Robert Myers
|
44296f85cc
|
Fixing typescript error in build process
|
2022-05-01 12:45:51 -06:00 |
|
Fabio Pliger
|
5eeb4e39a0
|
Merge pull request #74 from ericmjl/example/message-passing
Providing an example for message passing + interactive REPL
|
2022-05-01 11:14:41 -05:00 |
|
Michael Nagy
|
17bdc775ce
|
add classname dynmaically in examples
|
2022-05-01 17:04:41 +02:00 |
|
sudomaze
|
f82d032dd0
|
Fix aboluste path when import .py in examples
This PR is for [this issue](#87).
|
2022-05-01 03:06:38 -07:00 |
|
Hasnat
|
b103599b86
|
Create .gitkeep
to avoid error on getting started
|
2022-05-01 08:29:34 +01:00 |
|
Fabio Pliger
|
3dac66ddf6
|
Merge pull request #64 from pyscript/mattpap/fractals2
Improvements to `numpy_canvas_fractals` example
|
2022-05-01 00:37:31 -05:00 |
|
Eric Ma
|
7dcc73af8f
|
Providing an example for message passing + interactive REPL
|
2022-04-30 22:33:43 +00:00 |
|
Michael Verhulst
|
f11a618d3d
|
got pyscript.js at 1.2mb down to pyscript.min.js at 455k
|
2022-04-29 21:31:39 -05:00 |
|
Fabio Pliger
|
4259e085cb
|
bring play icon above repl line
|
2022-04-29 15:44:58 -06:00 |
|
Mateusz Paprocki
|
d939e5ad15
|
Improvements to numpy_canvas_fractals example
|
2022-04-29 23:36:44 +02:00 |
|
Princiya Sequeira
|
bed165fb10
|
play icon in pyrepl vertically centered w.r.to the last line
|
2022-04-29 20:30:15 +02:00 |
|
Kevin Goldsmith
|
2211b4fa58
|
Merge pull request #60 from pyscript/governance-docsV1
Thanks @jezdez for your help!
|
2022-04-29 09:16:08 -07:00 |
|
Jannis Leidel
|
477b80b170
|
Update file structure to fit recommended patterns.
This also removes the org-docs files since we’re tracking that in pyscript/governance now. PR: https://github.com/pyscript/governance/pull/1
|
2022-04-29 18:02:58 +02:00 |
|
Kevin Goldsmith
|
5f073e177b
|
whoops. Confused the space and forum. fixing.
|
2022-04-29 08:20:56 -06:00 |
|
Kevin Goldsmith
|
7d957d1d87
|
added link to the Nucleus space
|
2022-04-29 08:17:05 -06:00 |
|
Kevin Goldsmith
|
17238c4c3e
|
Added Philipp as maintainer. Governance group and maintainers are ready.
|
2022-04-29 08:12:06 -06:00 |
|
Fabio Pliger
|
4e667642ca
|
fixed some minor things related to examples while testing
|
2022-04-28 16:18:18 -06:00 |
|
Kevin Goldsmith
|
498fdc4c86
|
fixed spelling of Apache (thanks Cheng)
i
|
2022-04-28 16:02:32 -06:00 |
|