-
- [X] I have searched for [similar issues](https://github.com/raineorshine/npm-check-updates/issues)
---
Per [How do Definitely Typed package versions relate to versions of the corresponding lib…
-
**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.**
![…
-
Unlike the default list of food and drinks, which have more than ten items each, exercise list only has three items.
As a user, I need to spend more time researching the different types of exercises…
-
When the user uses the `results` command and types `result` (without an 's'), the error states that it is an invalid command. But the user is confused about whether the problem is with the `details` k…
-
```ts
export interface ISessionInfo {
deviceKey?: string;
sessionId?: string;
session?: string;
lastReceivedMessageTs?: number;
}
interface CryptoStore {
getEndToEndSessi…
-
The SQLiteDialect stores Date, DateTime, and Time types in TEXT fields. The conversion from DateTime to text is done using the current culture of the local computer instead of the InvariantCulture. Wr…
-
VS Code's built-in TypeScript syntax highlighting supports rainbow brackets for type generics, as evidenced by this repro.
```ts
type Test = Array;
```
Admittedly, only the left angle brackets…
-
### Description
In the user guide section for filter it is stated that NO_ALLOWANCE_CATEGORY and NO_EXPENSE_CATEGORY are among the supported types, but the error message states that it is not.
The s…
-
when the user types edit 1.5 cs2113t, the error message is the format for edit command is wrong. A clearer error message should be the index should be a integer(which is the error message when you typ…
-
In the UG, it states that MINUTES and CALORIES must be an integer.
![image.png](https://raw.githubusercontent.com/nus-cs2113-AY2324S2/pe/master/files/4cca6a04-9224-426b-954f-d1c433d9f554.png)
Howev…