abbaswasim

Results 7 issues of abbaswasim

IIUC in diff `-d` mode if I pass `--tabs 0` it should display tabs as it is but in my terminals (iTerm2 and Terminal) its converting those to spaces. This...

question
git-integration

``` Before logging the bug, please make sure that: 1. You are using the latest version of `lsp-mode` related packages. ``` Yes, lsp version from melpa `20200504.643`. ``` 2. You...

In this simple reproducer code; ``` #include int main(int argc, char *argv[]) { return 0; } ``` if I type `uint32_t` just before the return statement, clangd is adding `#include...

@ocornut Here is the PR requested in https://github.com/ocornut/imgui/issues/745#issuecomment-569945514 This patch adds simple ImVec2 TexGlpyShadowOffset to enable shadow creation in the glyph atlas. Positive TexGlyphShadowOffset means bottom-right shadow while negative means...

font/text

I am struggling to make fswatch work in the following scenario. Curious if this is suppose to work or not. I have two directories: ``` root/data/actual_files.* root/links/actual_files.* -> ../data/actual_files.* ```...

When I run emacs in Mac OS style fullscreen app, occupying the whole screen I see a second black screen. My steps to reproduce. Run emacs with a temp home...

Is it easy enough to bump up the clangd version to 18. I have up to date lsp `LSP :: lsp-mode 20240514.1430, Emacs 29.1, darwin` and its currently setting at...