-
Extension methods are now sometimes shown before regular methods in the list of autocompletes.
Extension methods should be shown after all regular methods because it is easy for popular classes to en…
-
This is about making improvements to our data processing pipeline to:
- Automatically detect blockserver IP addresses
- Detect of cloudflare captcha pages
- Detection of server-side blocking
-
Hello,
Some web browsers on some platforms have started to hide the focus ring (outline) until a user uses TAB key. But it is needed to change the focus programmatically in response to a keydown ev…
-
In the MongoDB shell, one can do:
```
db.collection.find({_id: ObjectId("507c35dd8fada716c89d0013")})
```
I don't believe it's possible to do this query in Mongs. It would be nice if there were a wa…
-
Per the rationale provided in #57514: remove this unnecessary setting, in favor of always expanding/contracting the workspace as necessary (the current behavior with `"expandWorkspaceToModule": true`)…
-
This is a request for changes in the text editor to improve support for delimited text files. Sorry about the length!
A CSV file is "just" a text file, but the semantics of the delimit…
sbj42 updated
2 years ago
-
This issue is specific to the RadioBoss application and the developer already is aware of it, but the problem could also be valid for other applications.
### Steps to reproduce:
1. As an example:…
-
| --- | --- |
| Bugzilla Link | [458394](https://bugs.eclipse.org/bugs/show_bug.cgi?id=458394) |
| Status | RESOLVED FIXED |
| Importance | P3 normal |
| Reported | Jan 26, 2015 06:05 EDT |
| Mod…
-
From https://github.com/web-platform-tests/wpt/issues/9972#issuecomment-398058137
- [x] 23.2075 xhr/xmlhttprequest-timeout-worker-synconworker.html
- [x] 23.0962 xhr/xmlhttprequest-timeout-worke…
-
Presumably you use some form of grid-based A\* algorithm? Maybe it is better to 'group' nearby searches to reduce the stress of re-calculating paths that are very similar.