Hu Jialun

Results 14 issues of Hu Jialun

Not using the templates since the suggestion seems to fall into neither category. As the title suggests, it might be good to do actual testing of the OpenAPI definition before...

### Problem description The official module [vacancy report](https://www.nus.edu.sg/modreg/docs/VacancyRpt.pdf) provided by NUS is not real-time and not easily parsable programmatically. It is tiring to jump between NUSMods and EduRec merely to...

feature request
pending requirements

--sysset was mistakenly written as --syset in various places in the documentations. Batch replaced with sed.

The `uno-blink` example fails to flash with `brew` installed `avrdude`. ```console $ avrdude Usage: avrdude [options] Options: -p Specify AVR device -p / Run developer options for matched AVR devices,...

As it currently stands, the “breaking change” GraphQL best practice is largely based upon the assumption that server schemas are never older than client schemas, which is not the case...

### Describe the bug I am trying to use the latest stable version of yarn (3.2.1) with create-react-app to create the boilerplate code for a TypeScript React application, as shown...

needs triage
issue: bug report

C++11 allows list initialization for classes. STL map has been [added a constructor](https://isocpp.org/wiki/faq/cpp11-language#init-list) with the signature ```c++ map(initializer_list il, const allocator_type& alloc = allocator_type()); ``` Added a similar constructor to...

In Calamares v3.3.6 (https://github.com/calamares/calamares/pull/1865), the options item requires an array, and string values are interpreted as characters separated by commas. This results in the string `bind` being passed as `mount...