-
I'm debugging my Brython app by using print ([obligatory link](https://github.com/cool-RR/PySnooper/)) and one of the frustrating things I have to deal with is ``. Would be cool if these kind of objec…
-
I have these two pieces of code:
JS:
```
function my_proceed(duration){
var start = Date.now()
var currentTime = Date.now()
var secondLast = 0
wh…
-
This bind is common when working, for instance, with table inputs. Tables can grow/contract. Then for each input cell we have same handler but with additional parameters (to idenfity the source cell).…
-
Before I start, I want to say that this is an amazing project. I started using it now and it's been mostly working. It's a joy to use Python in the browser instead of JavaScript.
I was playing arou…
-
Brython:
```
>>> int('db1e8800bc27a3', base=16)
Traceback (most recent call last):
File , line 1, in
Exception: : wrong exp 8800bc27a3
```
CPython:
```
>>> int('db1e8800bc27a3', base…
-
When you use `__BRYTHON__.$getattr` to get an attribute on an object, and that attribute's value is None, then it doesn't get translated to JavaScript's null. This tripped me up. I'm now using False a…
-
I am attempting to write Brython code to iteratively create a webpage. I've created 2 versions that seem to work, but each come with their own issues. The root of what I am trying to do is generate …
-
Hi @mdboom,
Not sure what your thoughts are on this. I was attempting to bump some version numbers within the pyodide source with the hope that doing so may fix another issue (as described over at …
-
I found out that whenever the worker script runs a statement with range( ) it throws an exception. Please fix this in future updates, thanks.
PS: It would be great if the worker can implement Pytho…
-
I am testing your new version from git and failing with this error:
```
Traceback (most recent call last):
File hra1/engine.py line 330, in preload_call
preload(this())
File hra1/engine…