-
## Simple Summary
Instead of typing out `slice(my_sliceable_var, start, length)` I'd like to be able to use slice syntax i.e. `my_sliceable_var[start:end]`. It should have the same behavior and be bo…
-
- itertools: https://github.com/narimiran/itertools
- tkinter: https://github.com/neroist/nimtk nimtk/tkinter
- zipfile: https://github.com/nim-lang/zip
-
How would I parse python like languages where indentation is used to handle scope?
-
Docker-image based deployment is essential for running in k8s/openshift, but increasing I find myself also using fmperf for running benchmarks on development machines. It might also be useful if we co…
-
### 🐛 Describe the bug
Working in python:
```py
import torch
t = torch.Tensor()
x = torch.cat([t, t, t], 1)
x
```
output:
```
tensor([])
```
not working in c++
```cpp
#include
…
-
The decade-long issue #983 suggests adding Python-like slices to Dart. Although it's somewhat related with negative indexes in collections, and some commenters in the issue talked about it, I see it a…
-
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
I can't figure out how to set the outbou…
-
# Bug report
- [x] I confirm this is a bug with Supabase, not with my own application.
- [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://gith…
-
This library:
```py
>>> from adafruit_datetime import datetime
>>> datetime.fromisoformat('2000-01-01T00:30:27Z')
Traceback (most recent call last):
File "adafruit_datetime.py", line 1019, in f…
-
e.g. `f"values: {val:,}"` --> val=123456, got `values: 123,456`