Stop 2FA
Stop 2FA
Alternative way is to just add import to every file: ```typescript import * as monaco from 'monaco-editor' ```
@ricmoo @NikitaCartes 
Current PR is based on main js branch. But it should be easy to convert it to typescript. Once you release the TS update, I could help with this PR...
@InvisibleManVPN Thank you for your work! XRayClient is amazing, I use it everyday
Closed as completed? Is it implemented already? Or you just closed as a duplicated?
This is the workaround that I found for myself. The `tint()` function generates appropriate border color for given background color: ```typescript interface RGB { r: number, g: number, b: number,...
Example of using: ```typescript function getCell(value: string | number, color: string): any { if (typeof (value) === 'number') { value = value.toString(); } color = color.toLowerCase(); const border: string =...
My server has IP and it's IPv4 I wonder why I don't have that IP when I use the server as VPN