Jay

Results 91 comments of Jay

See Isssue https://github.com/jeffmm/pypi-simple-search/issues/15

I think I can see the issue. On running the command it silently 'succeeds' but WSL does not see any changes. Looking at the system event log I see ```text...

@hotoo You may notice this repo seems to be abandoned, take a look at this fork and try your pull request there perhaps? [https://github.com/DanielNoveo/vscode-dashboard](https://github.com/DanielNoveo/vscode-dashboard)

Same here - v0.7.12 ``` 2023-10-10 14:19:23.525 [error] TypeError: Cannot read properties of undefined (reading 'caseSensitive') at Timeout.updateDecorations [as _onTimeout] (/home/user/.vscode-server/extensions/jduponchelle.rainbow-end-0.7.12/out/extension.js:163:32) at listOnTimeout (node:internal/timers:569:17) at processTimers (node:internal/timers:512:7) ```

Can you give an example? I can't find any such env reading in the code, the only env that looks possible is in _forker.py, ZEO_TEST_SERVER_DEBUG. Tried setting that to 1...

I've added code to properly turn on debugging. (By adding an env variable ZEODEBUG, and modifying the code) I've also created a simple asyncio client. Uses exactly the same loop.create_connection()...

Just thought I'd add a me too. I think being able to prevent users entering the same phone number for different companies is a valid user case. unique=True is useful...

See also https://github.com/egno/vscode-git-graph https://github.com/QrackEE/vscode-git-graph

There is a discussion thread on [https://github.com/microsoft/vscode-discussions/discussions/1](https://github.com/microsoft/vscode-discussions/discussions/1) regarding deprecation. I can see several entries where a vscode maintainer is manually deprecating extensions that have been forked and the original is...