mehlian

Results 12 issues of mehlian

Hi, I have suggestion to add tags to the project, so users can download code/ assets based on video tutorial number.

### Discussed in https://github.com/vadimcn/codelldb/discussions/848 Originally posted by **ldelossa** January 24, 2023 Is it possible to make VSCode stop jumping to the first thread when debugging a multi-threaded program? I'm trying...

As in the title, please add a new option to disable the selected email account. This option should be available by pressing RMB on a given email address. ![obraz](https://github.com/Betterbird/thunderbird-patches/assets/31826615/27afb53a-12dd-410a-8f9b-cba65e9660e1) Reason:...

enhancement

### Operating System Windows ### What's the issue you encountered? When we try to change encoding on search panel under 'String' tab, by clicking on encoding dropdown then search panel...

bug

### What feature would you like to see? I would like to see some frame around ImHex window in window mode so that it would be easier to grab window's...

feature request

### Operating System Windows ### What's the issue you encountered? When you search for items in 'Hex editor' view using 'search panel' (ctrl+f) misleading 'No more results' information may appear....

bug
stale

### Environment - OS and Version: Windows 10 x64 - VS Code Version: 1.84.2 - C/C++ Extension Version: 1.21.6 - If using SSH remote, specify OS of remote machine: none...

bug
Language Service
Feature: Rename

OS: Windows 10 VSCode version: 1.84.2 CodeLLDB version: 1.10.0 Compiler: Android (8490178, based on r450784d) clang version 14.0.6 (https://android.googlesource.com/toolchain/llvm-project 4c603efb0cca074e9238af8b4106c30add4418f6) Debuggee: Android App's shared library (lib*.so). I'm remotely debugging an...

At the beginning we can see graph that shows change in x based on t ![image](https://github.com/user-attachments/assets/7bf4bc16-d91b-41b2-ba9b-6beca2d08fc9) But in 'Math function' section 'x' represents value that we should pass. It is...

Repro: 1. create shader file 'test.vert' ``` #version 300 es layout (location = 0) uniform vec4 test; void main() { } ``` 2. test file using glslangValidator.exe `glslangValidator.exe -S vert...

bug
GLSL/ESSL