Matt Sullivan
Matt Sullivan
@tiol11 I am also seeing this with PDFs generated by Altium. I was able to get it behaving a bit better (though not perfectly) by changing `pageNo + 1` to...
@kjk It doesn't look like I have permission to reopen this issue. I have attached a sample document below, created in Altium Designer version 23.8.1, that exhibits the behavior I...
OK, agreed. I inserted a long async delay between the call to `terminal.show` and `terminal.sendText`, and it works as expected.
After searching the vscode issues, I found this: https://github.com/microsoft/vscode/issues/106642. It seems like this is probably what is happening, given the issue author's notes on a way to reproduce: > 1....
This is no longer happening as of some update within the last month or so. Not sure if it was on the GitLens or VS Code side of things.
It turns out that I was unable to link any executable using `littlefs2`, once I started adding references to its API, so I decided to do a little more investigation....
I am able to work around all of the above by simply using the `stable-x86_64-unknown-linux-gnu` rust toolchain, version 1.69.0, via WSL.
Ah, looks like I made a mistake in writing the line numbers in my original comment. I meant to write "lines 1338 and 1339" instead of "1138 and 1139". I've...
`get_callback_info()` is called by `parse_fifo()` in the same file. `parse_fifo()` is supposed to get the registered callbacks via that function, and then invokes them. Perhaps we're using the library in...
My initial complaint was that the callbacks that were registered with `bhy2_register_fifo_parse_callback` were not subsequently invoked. Not that they were not correctly registered - because they are indeed correctly registered....