Louis Lam

Results 336 comments of Louis Lam

Usually due to read/write issue. What is your disk type?

EBS volume should be working. Please make sure the load average of your system is low by `top` command.

Nice pr, but there are similar issues with #1338. As `npm run setup` is for end user, it will download prebuilt files and dev tools will not be installed. Please...

Thanks! Just have a quick test. It seems that the frontend cannot connect to the backend server. ![image](https://user-images.githubusercontent.com/1336778/190664838-a3524b42-12c7-437a-825e-ead6898a1801.png)

> Looks to me that it does not take the URL for the backend. With each port that is opened, Gitpod provides its own URL. But here it seems to...

I don't have time to check all modified files, as there are too many changes. I did reject a similar pr before. It would be great if we have a...

Another reason is I want `languageName` to be the first key. ``` export default { languageName: "Czech", ``` Moreover, this pull request can't even pass the auto test. It is...

I put this into to 2.0 milestone, so I don't need to worry about backward compatibility.

The main idea of 2.0 is launching non-backward compatible features. People have to do some migration steps in order to update to 2.0 from 1.X. For this pr, I think...

Unless there is no choice like Apprise or Cloudlfare Tunnels, please use Node.js library instead of external tool. As it is not convenient for non-Docker users.