Edoardo Lanzini
Edoardo Lanzini
First, I think this benchmark is much needed and can bring great value. I am personally working on vulnerabilities for `Python`, `Java` and `C`. Is there is any plan to...
Fixes https://github.com/getcursor/cursor/issues/142
I am working on a Tauri application and I am getting the following in the terminal inside Cursor: ``` > npm run tauri dev dyld[96258]: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.71.dylib Referenced...
It would be nice to have the terminal opening directly in the directory of the project I have open. Second, it's handy to have a shortcut to open the terminal....
1. With the current `setup.sh`, files are unpacked in `resources/resources` and `lsp/lsp`. This means that locally the `search` doesn't work because it looks for `rg` in `resources/darwin/..`, not in the...
Similar to this feature: https://code.visualstudio.com/docs/editor/userdefinedsnippets
I highlighted my entire file: `Command + A` (231LOC) and then with `Command + K` asked `find code duplication and create a shared function`. For context, those are all calls...
Is this functionality already built in? Example usage: ```ps1 # CreateFile.ps1 Param ( $Path ) New-Item $Path # Creates a new file at $Path. Write-Host "File $Path was created" ```...
```python3 import changelogs logs = changelogs.get("prisma", vendor="npm") ``` error: ``` File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/packaging/version.py", line 52, in parse return Version(version) ^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/packaging/version.py", line 197, in __init__ raise InvalidVersion(f"Invalid version: '{version}'") packaging.version.InvalidVersion:...