Muhittin Bilginer
Muhittin Bilginer
I am trying to configure dispatch to work with my C++ workflow. If I would like to run my cpp code, ideally I would follow the following steps: `1) Build...
Hi, Is this deliberate or is it a bug: Whenever the zoom-in button is used to zoom in the live version or the v2, the zoom keeps resetting. Thanks.
Hi, I have seen that this has been an issue before, but I am still getting unstable behaviour with NERDTree. After multiple "s" commands (open in vertical) in NERDTree, for...
Hi, If I have a sessions with a window inside, named as `DEV/2` and has a single pane named `CONSOLE`, I am not able to connect to those using the...
Hi, I have a simple scenario where I would like to reload a script that contains a function and a command mapping. I have installed the vim-reload plugin however I...
Hi, Is there some extra steps that need to be taken to make this plugin work. I decided to give it a try in order to introduce a bit more...
When running `make`, I get the following error: ``` ld: library not found for -lglut clang: error: linker command failed with exit code 1 (use -v to see invocation) ```...
Hi, When I do this: `:TxSetRunCmd` and then set the command to the following: `echo debug_1: $(date '+%b %d'); echo debug_2: $(date '+%b %d')` Then I execute the command through:...
I have been trying to build cpprest with websockets support from source, no success. 1) The included vcpkg submodule is outdated, impossible to use. 2) Rest of the code doesn't...
Minimal example: ```cpp #include #include #include int main() { std::cout ------ Build started: Project: restaurant-data-app, Configuration: Release x64 ------ 1>restaurant-data-app.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __cdecl web::websockets::client::details::websocket_client_task_impl::websocket_client_task_impl(class...