Commit Graph

1265 Commits

Author SHA1 Message Date
Bikarna Pokharel
b88c5664dc Add punctuation marks (#222) 2022-05-05 13:02:02 -05:00
Philipp Rudiger
191f6d3c1f Merge pull request #229 from woxtu/type-annotation
Add missing type annotations
2022-05-05 19:54:50 +02:00
Fabio Pliger
534a6a6b05 add makefile to automate setup 2022-05-05 10:34:10 -05:00
woxtu
f92c4c5526 Add type annotations 2022-05-05 21:40:00 +09:00
Fabio Pliger
9334592c50 Merge pull request #203 from woxtu/patch
Fix attributes to set values correctly
2022-05-04 17:28:02 -05:00
Fabio Pliger
0f8ac8e6fb Merge pull request #199 from TomPast/fix/pyenv-logs
fix misspelled logs
2022-05-04 17:26:51 -05:00
woxtu
454934c2cd Set to stderr 2022-05-05 06:12:38 +09:00
woxtu
57a4601bfb Fix typo 2022-05-05 06:06:25 +09:00
Tom
5d7d685a78 fix: fix misspelled logs 2022-05-04 22:12:23 +02:00
Christian Clauss
b1dd09dd8c Upgrade GitHub Actions (#194)
* Upgrade GitHub Actions

* Upgrade GitHub Actions
2022-05-04 14:24:03 -05:00
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
Sreecharan
f2be17dd5d Update GETTING-STARTED.md 2022-05-04 19:37:04 +05:30
woxtu
92420ae2c2 Fix typos 2022-05-04 05:23:11 +09:00
Raúl Cumplido
e6e85acbfc [MINOR] Add full path to examples on README (#148)
* Add full path to examples on README

* Update relative path to show examples and readme

* Remove /, add link to pyscriptjs/examples

Co-authored-by: Peter W <34256109+pww217@users.noreply.github.com>
2022-05-03 13:25:09 -05:00
Andrea Stagi
ecb4b08103 chore: add syntax highlight to readme (#160) 2022-05-03 13:18:42 -05:00
Davi Alexandre
27572e4f91 fixing a typo (#132)
Co-authored-by: Peter W <34256109+pww217@users.noreply.github.com>
2022-05-03 13:10:53 -05: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
70d4014ab3 Merge pull request #150 from pyscript/quickfix/pyscript_loading_sequence
Hotfix for py-script/py-repl loading
2022-05-03 11:09:21 -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
Philipp Rudiger
b77b8caefb Merge pull request #133 from Ruibin-Liu/patch-1
Get the GETTING-STARTED link work
2022-05-03 14:35:11 +02:00
Philipp Rudiger
6cc7c26105 Merge pull request #144 from heckeranon/patch-1
duplicate line
2022-05-03 14:29:25 +02:00
heckeranon
0188d619e2 duplicate line 2022-05-03 17:21:57 +05:30
Ruibin Liu
c0a263ab43 Get the GETTING-STARTED link work
Instead of square brackets, parentheses should be used.
2022-05-02 20:36:47 -04: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
Fabio Pliger
378e3ef08b Merge pull request #72 from msaroufim/docs
README and getting started updates
2022-05-02 19:26:19 -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
b2238a9bb3 Merge pull request #126 from brettcannon/patch-1
Fix capitalization
2022-05-03 01:08:58 +02:00
Philipp Rudiger
349eeb8be6 Merge pull request #127 from brettcannon/patch-2
Fix grammar in README
2022-05-03 01:08:18 +02:00
Philipp Rudiger
e62d8db050 Fix dedenting of <py-script> code 2022-05-03 01:01:45 +02:00
Brett Cannon
321723db9f Fix grammar in README 2022-05-02 14:01:53 -07: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
Mark Saroufim
f16b1d8c0a Merge branch 'main' into docs 2022-05-02 09:27:02 -07:00