-
When I capture a group using rsub, I'm unable to access the capture using $1 or \1. For example
@rsub s/(test)/$1/
prints $1
Am I missing something?
-
In Heptapod by @dgrisby on Jun 14, 2023, 10:17
This is a minor issue, but I have some code that refers to `datetime.datetime.__rsub__`, which is present in CPython 3.9, but not in PyPy 7.3.11:
```
$…
-
```
What steps will reproduce the problem?
1. in the python interpreter do
2. import euclid
3. a = euclid.Vector2(1,1)
4. (0,0) - a
What is the expected output? What do you see instead?
(-1.0, -1.0) …
-
```
What steps will reproduce the problem?
1. in the python interpreter do
2. import euclid
3. a = euclid.Vector2(1,1)
4. (0,0) - a
What is the expected output? What do you see instead?
(-1.0, -1.0) …
-
It seems that pytorch breaks down `aten.upsample_nearest2d` and `aten.upsample_bilinear2d` into multiple more generic ops first before passing to ttnn backend. Therefore in order to get good performan…
-
```
What steps will reproduce the problem?
1. in the python interpreter do
2. import euclid
3. a = euclid.Vector2(1,1)
4. (0,0) - a
What is the expected output? What do you see instead?
(-1.0, -1.0) …
-
The project no longer compiles because https://github.com/alexherbo2/rsub.cr does not exist anymore.
@alexherbo2, please do not erase repositories all of a sudden.
-
```
What steps will reproduce the problem?
1. in the python interpreter do
2. import euclid
3. a = euclid.Vector2(1,1)
4. (0,0) - a
What is the expected output? What do you see instead?
(-1.0, -1.0) …
-
```
What steps will reproduce the problem?
1. in the python interpreter do
2. import euclid
3. a = euclid.Vector2(1,1)
4. (0,0) - a
What is the expected output? What do you see instead?
(-1.0, -1.0) …
-
```
What steps will reproduce the problem?
1. in the python interpreter do
2. import euclid
3. a = euclid.Vector2(1,1)
4. (0,0) - a
What is the expected output? What do you see instead?
(-1.0, -1.0) …