Andy Pan

Results 11 issues of Andy Pan

**What's the problem this PR addresses?** Try to eliminate extra rebuilds under watch mode, as issue #121 points out. **How did you fix it?** By making a proxy through `WatchFileSystem`,...

After updating this GNOME extension I noticed that it start reporting if `irqbalance` is installed on the device. If so it will replace the loading percentage with a constant, warning...

question
done

In the documentation `libchewing.texi`, it states that `chewing_handle_Default` only accepts alphanumeric characters as input, https://github.com/chewing/libchewing/blob/89ef2a8453e4bca8465a3fff172a39df79f28316/doc/libchewing.texi#L306-L312 At a quick glance, it is unusual that a default function only handles a tiny...

An error was thrown when using the sample code telling that the method could not be found. I suspect that the name of this method had been changed.

There is a regex mistake: https://github.com/python-babel/babel/blob/7ebdf5a249ff8861bbcd3f7e4cc1ba9555c3fb65/babel/messages/jslexer.py#L25 Here is how it is applied: https://github.com/python-babel/babel/blob/7ebdf5a249ff8861bbcd3f7e4cc1ba9555c3fb65/babel/messages/jslexer.py#L41-L47 According to Python manual, `\w` matches `[a-zA-Z0-9_]`, so a number literal of some small positive integer, e.g.,...

bug
area/messages

### Describe the bug I am implementing nonblocking stdin support for Wasmer and Wasmer JS. During exploring the code, I noticed that `fd_read` never timed out and is blocked indefinitely...

🕵️ needs investigation
priority-medium

This PR upgrades the dependency providing a BST implementation to v5.3.2, adjusts the interface on our side to fit its breaking change. This is first step to adopt [this patch](https://github.com/datastructures-js/binary-search-tree/pull/60)....

Only changed the service package: * Updated TypeScript version from 5.8.3 to 5.9.3 * Updated vscode to upstream master ([723aa84](https://github.com/microsoft/vscode/commit/723aa849c906ef3202a7003be808ee8883ff2b7c)) * Regenerated setting schema * Regenerated patch with the included...

First of all, I did this out of curiosity in a browser console. I do not know whether this problem occurs in other JS runtimes. When importing the latest `@vtsls/language-service`,...

I find that the v5.02 script sometimes (1 out of 7~8 refreshes) crashes upon startup, resulting a weird message "TypeError: document.documentElement is null" in the console. It does not produce...