-
### Python version
Python 3.11.0rc1 (main, Apr 21 2024, 22:33:16) [GCC 11.4.0]
### Operating system and processor architecture
Linux-6.5.0-1025-azure-x86_64-with-glibc2.35
### Installed packages
…
-
for example, when typing 'fmt.', we need a prompt to import fmt package
func main(){
fmt.
}
after auto import, it will look like this:
import (
"fmt"
)
func main(){
fmt.
}
-
I'm using the sample .vimrc from #19 to get auto-imports when using a language server. It works, but only when I explicitly expand the snippet with ``. If I "type through" a completion item (i.e., don…
-
Hi
My setup is cocos on linux sdk and ndk from Android Studio installation.
I do
cocos new -l cpp -d . -p
to create a new project
cd to the created directory and compile the project for android a…
-
### Describe the bug
When attempting to use a custom `render` function to create a Story for a controlled component, I am getting the following error.
```
Storybook preview hooks can only be call…
-
```python
import numpy as np
# After typing 'as', the code editor suggests auto-completions, which is unexpected.
```
-
### Is your feature request related to a problem? Please describe.
I have a few suggestions/enhancements for Hydra:
1. Remember window size & position - currently it always opens in a small window.
…
-
### Your current environment
Hello everyone, I need some help here, please. I tried to quantize the JAIS model using GPTQ. Here is my code:
```
from auto_gptq.modeling._base import BaseGPTQForC…
-
### Environment
Nuxt project info: (copied to clipboard) …
-
### Problem
When I define a macro in a header file and try to type that macro using auto completion in the same header file, clangd will include the header file itself automatically.
### Code Exam…