-
### Problem
I'm writing this after encountering (what I think is) #3369. I'm a noob to TS, so I apologize for any misunderstandings on my part. The behavior the lack of type inference here:
``…
-
When a Python file is opened, neuron offers to run the detected import statements. This functionality breaks when multi-line import statements are present in the source file.
Example:
```python
…
-
Just getting started looking at this. I was attempting to use TensorFlow earlier, but was severely hampered by the Python-only API. (Translation: I have too much on my plate to learn how to use anothe…
-
We should encourage use of the API by writing some bindings for APIv3 in other languages.
- [ ] .NET (C#/VB.NET/F#)
- [ ] TypeScript/JavaScript for Node.JS
- [ ] Python
- [ ] Zig
These are th…
-
Transforming invalid types into a set with set() leads to crashing of gpython. For example:
`x = set('abcde')`
or
```
class A: pass
set(A())
```
Output on go/wasm(https://gpython.org…
-
### Applies To
- [X] Notebooks (.ipynb files)
- [ ] Interactive Window and\/or Cell Scripts (.py files with \#%% markers)
### What happened?
Filtering by multi-index doesn't work on the Data Viewer…
-
### Software versions
Python version : 3.10.8 (tags/v3.10.8:aaaf517, Oct 11 2022, 16:50:30) [MSC v.1933 64 bit (AMD64)]
IPython version : (not installed)
Tornado version : 6.2
Boke…
-
![image](https://user-images.githubusercontent.com/12626454/53297134-7e5dde00-3854-11e9-94de-84a440d4f6f6.png)
-
`isinstance(arr, list)`/`isinstance(arr, tuple)` doesn't work properly on JS arrays (one of them should be `true`.
Maybe will be fixed by the PR I made a few time back.
-
In the following, we define a class, in this class, we define a decorated function with annotated types "str" that is not consistent with "None. Then gpython crashes. We test the example on the online…