SR_team
SR_team
**Describe the bug** Extra float variables stored to integer registers, instead of stack. Also stack align set to 4, instead of 8 **To Reproduce** Steps to reproduce the behavior: 1....
Fix random crash in rw::gl3::lightingCB. It can be reproduced, if you temporarily suspend process on render atomic (e.g. via breakpoint)
The `REQUIRED` flag in `find_package` is stops CMake generation, if library not found. Also, fixed variables `CURL_INCLUDE_DIRS` and `CURL_LIBRARIES`, what uses next. CURL from FetchContent configured to build static library,...
This PR add integration with [cmake-tools](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cmake-tools) extension. It uses exported API instead of querying the extension instance directly, so this integration must work with any cmake-tools forks, that implement this...
This PR add hotkey `Shift+f1` to open documentation on cppreference.com, like in CLion. I added this feature in clangd extension, because VSCode do not provide API to get symbol info...
Allow usage codicons before button command, like that: `$(vm-running)cmake.configure`. When used codicon, extension patch self `package.json` on VSCode startup
This is my namespace. I write publisher is 'sr-team' instead of 'sr_team', because VSCode marketplace do not allowed the '_' character.
This error I'm got on startup, but completion is work. ``` [deoplete] Traceback (most recent call last): File "/home/sr_team/.config/nvim/plugged/deoplete.nvim/rplugin/python3/deoplete/child.py", line 179, in _ gather_results result = self._get_result(context, source) File "/home/sr_team/.config/nvim/plugged/deoplete.nvim/rplugin/python3/deoplete/child.py",...
I install latest version of extension and native app. After click on URL it open video in mpv, but after close mpv it show notification "native app is not installed"...