TheYarin
TheYarin
### TL;DR: TarArchive.IsTarFile() says a file is a tar file when it actually isn't. I tried extracting a .gz file (not .tar.gz) using the ReaderFactory.Open() method and the extraction resulted...
I tried to select the current text with a hotkey. The following code: ```python import keyboard keyboard.add_hotkey('a', lambda: keyboard.send('shift+home')) keyboard.wait() ``` results in these events: (recorded with `python -m keyboard`...
I am trying to make the columns reactive, by having a mongo document containing the list of columns to display. but this does not seem to work. I tried using...
Wouldn't it be great if you could just stage some CR fixes, open the command palette and type "fixup", and you'll be prompted to specify the commit to fixup? And...
### Version 0.12.26 ### Operating System Windows ### Distribution Method msi (Windows) ### Describe the issue I have a PNG image. I edited it. When trying to discard these changes,...
### Version 0.12.25 ### Operating System Windows ### Distribution Method msi (Windows) ### Describe the issue I constantly encounter the following bug: I drag changes from the default branch to...
### Version 0.12.25 ### Operating System Windows ### Distribution Method msi (Windows) ### Describe the issue A change I made went to the default branch even though the file the...
### Version 0.12.24 ### Operating System Windows ### Distribution Method msi (Windows) ### Describe the issue A few checkboxes issues: 1. They don't accurately represent the state of their children:...
The `CesiumUtility::Uri::resolve()` function does not seem to handle a base URI with spaces as expected, **even when the spaces are encoded as `%20`**. Specifically, I'm working with a file URI,...