Lee Hyung Woon / 이형운

Results 35 comments of Lee Hyung Woon / 이형운

I occasionally get the same issue as well, on both Ubuntu 20.0.4 and Fedora 34: ![Screenshot from 2022-02-04 18-43-00](https://user-images.githubusercontent.com/25716529/152515917-6b3c27ee-3d28-4ba5-b3ea-b8b9f4aa240d.png) It seems to randomly pass some of the times, and fail...

The relevant code snippet is [here](https://github.com/source-academy/frontend/blob/master/src/features/game/save/GameSaveRequests.ts#L15-L17) - I am wondering if this was an oversight during development (and hence can be resolved by simply removing this check), or if this...

@tlylt After reading through the issue chain, the suggested team set-up and workflow make sense! I believe that the necessary changes to the current team set-up is yet to be...

I've made the necessary changes - will be updating this thread & the dev docs accordingly at the end of the semester.

> Relevant: #835 > > Are these issues similar? In terms of the difference between a quick start, a feature overview, and a tutorial, both issues seem to point towards...

Just as a side note, #1536 should be important to keep in mind :)

We have thus far had multiple exploratory PRs targeting this issue, but given that it has been an outstanding issue for 7+ years now, I think we should either tackle...

This is the result for `npm ls punycode`: ![Image](https://github.com/user-attachments/assets/01c96358-4ce4-4f60-ae80-69bf8f1d8309)

[`[email protected]`](https://github.com/salesforce/tough-cookie/releases/tag/v5.0.0) onwards has removed their `psl` dependency, which generates the `punycode` deprecation warning. `[email protected]` onwards has also removed their `punycode` dependency, removing the deprecation warning, as per [here](https://github.com/jsdom/whatwg-url/issues/275). The problem...

That is possible, but placement could be an issue - we want to be able to specify the component to be directly above or below the navbar. I'm not sure...