Sreenivas Venkobarao

Results 21 issues of Sreenivas Venkobarao

This is my `pyrightconfig.json` ``` { "exclude": ["images/**", "**/__pycache__"], "ignore": ["images/**", "**/__pycache__"], "venvPath": "/home/sreenivas/anaconda3/envs", "venv": "colorize", "reportMissingImports": true, "reportMissingTypeStubs": false, "pythonVersion": "3.7", "pythonPlatform": "Linux" } ``` With doom emacs (lsp,...

Hi, I'm noticing that occasionally, lsp-python-ms reverses the string in the message - I have a buffer where the server couldn't find the symbol "Reader" - the message returned says...

I added this code snippet to the UNet model so that I can use bilinear interpolation: ``` if __name__=="__main__": x = torch.randn([5, 3, 300, 300]) model = unet(is_deconv=False) y =...

I think this is super useful. I love to open files at point. I see that you're supporting underlining hyperlinks to URLs in shell. Would be useful if I could...

I would like to have a way to sync two directories so something like ``` (defun my-dired-sync-workflow(src dst) ...) (global-set-key (kbd ...) 'my-dired-sync-workflow) ``` and probably have a set of...

question

I'd like a white border on both the completion suggestions and the documentation. How do I do that? I think I need to modify `company-box-frame-parameters` / `company-box-doc-frame-parameters`... ![image](https://github.com/sebastiencs/company-box/assets/18532038/9d275619-6c2c-4d3b-acdd-6ad9cbfd1ef8)

**Describe the bug** I see that this is parsing the shell output of `java -version` and that seems to break: ``` $ java -version Picked up JAVA_TOOL_OPTIONS: -Dlog4j2.formatMsgNoLookups=true openjdk version...

This template is for **user support**. If you are reporting an actual Flycheck bug, please use the relevant issue template instead. ## Checklist - [ x] I have searched existing...

kind: user support

hi alex - many thanks for maintaining the emacs-snap :) I did a clean-install of emacs / ubuntu 22.04 and had some trouble getting magit to use emacsclient. Based on...

hi, thank you so much for this very nice package! I've found a weird bug - with the following settings, swiper-avy doesn't work... I have a keybinding C-s for swiper...