Yan Pashkovsky
Yan Pashkovsky
@lgs123456 try latest version and paste the error from terminal here if it still reproduces
Could you paste the output of the terminal?
I thought the error will be printed out to cmd. How much RAM does your computer have and how much megabytes in total all your PDFs occupy?
I've created script to generate docsets from man, details here https://github.com/Yanpas/mandocset It uses man2html utility, avaiable on Ubuntu and Debian e.g. In `etc` folder there are two docsets (posix and...
Submitted PR #1276
The bad thing is that extension silently misleads about the data that's contained in the table (this big number in the example was an id). JS has BigInt class to...
This is already available in `vscode-q` from a quick overlook: https://github.com/michaelwittig/node-q?tab=readme-ov-file#types-footnote5 There's a `long2number` parameter of `q.ConnectionParameters`
Side question: do debug breakpoints for typescript code of the extension (client) **work** in your environment? Looks like mine vscode can't find sourcemaps:  The diagnostic tells: ``` We couldn't...
Also current documentation is misleading
After following the suggestion under this announcement (setting request_checksum_calculation = 'when_required', response_checksum_validation = 'when_required',) in s3fs I get `the Delete operation fails with botocore.errorfactory.InvalidRequest: An error occurred (InvalidRequest) when calling...