James Yang

Results 73 issues of James Yang

### What happened? conmonrs server DOESN'T receive notification from runc notify socket from file: https://github.com/opencontainers/runc/blob/main/notify_socket.go ### What did you expect to happen? conmonrs server NEED receive notification from runc notify...

kind/bug

### What happened? Want to attach to an exec session like below: ```go err := c.AttachContainer(ctx, &client.AttachConfig{ ID: ID, SocketPath: sockPath, ExecSession: execSessionID, }) ``` Here the `execSessionID` currently cannot...

kind/bug

**Describe the bug** Third party Cookie have been disabled by wry. **Steps To Reproduce** TestURL: https://alanhogan.github.io/web-experiments/3rd/third-party-cookies.html 1. With MacOS Safari open, click Safari in the top navigation and then click...

type: bug

VSCode use below package to replay output when restored or refreshed browser window: https://www.npmjs.com/package/@xterm/headless Does ttyd can also support this mode?

enhancement

With below css: ``` css opacity: 0.6 ``` and ``` css opacity: .6 ``` They are identical in value and meaning, ast-diff should ignore them when compare values.

feature
need PR

as titled, can add an option for this feature: to compare only actual CSS, without comments.

feature
need PR

### Check for existing issues - [X] Completed ### Describe the feature When editing HTML files in vscode, the "Emmet: Go to Matching Pair" is useful to find matching HTML...

enhancement
editor
html
language
emmet

I create this lib: https://github.com/cssobj/cssobj to solve @media problems: DEMO (resize window to check) : https://cssobj.github.io/cssobj-demo/play/ REPO : https://github.com/cssobj/cssobj Weakness: You have to convert CSS into JS, using this tool:...

When run `python3 build.py`, below error thrown: ``` Traceback (most recent call last): File "/Users/jm/tools/UnlockerX/tools/translate/api/google.py", line 98, in _translate line_t = self.__translate(lang_from, lang_to, line) File "/Users/jm/tools/UnlockerX/tools/translate/api/google.py", line 29, in __translate...