Gulshan Singh

Results 170 comments of Gulshan Singh

This patch fixes this issue for me: https://github.com/jacktasia/dumb-jump/pull/432

I think this might have been fixed with the v33 release, although I'm not sure exactly what changed. Can someone else confirm it's also working for them now? `global-flycheck-mode` doesn't...

I take that back, when I enable `flycheck-mode` in a remote buffer, it seems to check the buffer correctly. But after any modifications, or if I run `M-x flycheck-buffer`, it...

@JonathonReinhart as mentioned in the last comment, could you create a PR against this repo with your .pyi files?

Is there any workaround other than setting `esup-depth` to 0? I have various `load-file` statements to load my own code from other files, and not being able to set the...

What's the status of this? I think it's worth it getting something on crates.io. People are often asking for GUI libraries in Rust, and this is often forgotten about because...

So when the search bar is focused and I hit Esc, the search clears as expected. When I click the "Next" button and then hit escape, only the popup closes,...

If we decide to clear the search on any close of the popup, then we should probably do something like [this](https://stackoverflow.com/questions/15798516/is-there-an-event-for-when-a-chrome-extension-popup-is-closed).

I'm having the same issue in macOS with arduino-cli 0.33.1. I'm using Emacs (with the eglot LSP client) with clangd. I get this error: ``` clang [pp_file_not_found]: In included file:...

Thanks for the suggestions. I'll add it to my TODO list, although I won't be returning to this project for quite some time, as I have other projects I'm working...