-
When confused, ranged attacks fire without prompt un-aimed, to a random tile. Rarely, this will result in the player hitting themself. I believe a random tile in a 13x13 grid centered on the player is…
-
The queue column of `flux resource list` can be confusing and hard to read when there are multiple overlapping queues. e.g.
```
[day36@rzadams1001:~]$ flux resource list
STATE QUEUE NNODE…
-
![image.png](https://raw.githubusercontent.com/nus-cs2113-AY2324S2/pe/master/files/c5fdb543-b881-4ecb-9c22-1c3ca0440820.png)
For new users like me, the fact that the uom does not require a prefix is c…
-
Hello there,
I'm seeing 2 issues in Python style guide:
1. Chapter 3.9 is missing.
2. In chapter 3.4 Indentation, the 2nd example is incorrect. The comment is "# Aligned with opening delimite…
-
**Note from the teaching team:** This bug was reported during the _Part II (Evaluating Documents)_ stage of the PE. **You may reject this bug if it is not related to the quality of documentation.**
![…
-
While trying it out i often had announcements like this "turn left then turn left" which in many cases leads to a wrong road.
A better solution would be "turn left then in $x meters turn left to $str…
-
Running something like this:
```java
TableService ts = clientSession;
TableHandle root = ts.execute(TableSpec.empty(42).select("I=ii", "X=randomDouble(0, 1)", "Y=randomDouble(0, 1)"));
TableHand…
-
The UG states a constraint for a valid Singaporean number.
However nowhere in the UG states that the target audience is for a Singaporean audience. This leads to the constraint being very confusing if…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Version
0.21 (Development)
### Full version info
```shell
[code]
OS: Linux Mint 20 (i3/i3)
Word size of Fr…
-
ok i installed selenium and chromedriver but how can i really use it the main.py file closes instantly (im not really experienced at python)