-
@runeimp and I discussed this a bit in #531, but I thought that it would be good to give it its own issue.
In that thread, we discussed embedding a scripting language to give people an alternative …
casey updated
5 months ago
-
*\* Overview *\*
running ipy.exe or ipy64.exe within cygwin's MinTTY console gives an IOERROR
*\* Expected Behavior *\*
a python console for interacting
*\* Actual Behavior *\*
console pri…
-
Using int(), str(), to transform the type of loop condition causes crashes in ironpython. See the following test.py.
test.py
```
for int(i) in range(10):
print(i)
```
Error message:
```
>…
-
### Code editor
Emacs
### Platform
Void Linux
### Version
5.0.0
### What steps will reproduce the bug?
bash-language-server doesn't disable snippet candidates for completion with …
-
**Is your feature request related to a problem? Please describe.**
When opening a project in Daytona, the README file isn’t automatically displayed, which can be frustrating as it's often needed for …
-
## What would you like Teleport to do?
Support an `--exec` flag to `tsh proxy aws` to launch a new shell with the environment variables already set - similar to what https://github.com/gravitationa…
-
### Issue
I find myself frequently restarting aider with needing to load the same files using /add and /read e.t.c. ;
may I suggest a new RPN-like commands to save/load the work-file-list from a …
-
### Description
As discovered through https://github.com/espanso/espanso/issues/1612#issuecomment-2380593095, it is evident that commands run via `script` execute considerably faster than `shell` o…
-
### Describe the bug
Hello,
Whenever trying to run a `conan build` on a windows container with `powershell` that links to `pwsh`, I am getting this error:
```powershell
conanvcvars.bat: Activa…
-
**Describe the enhancement**
Currently, three Action types are supported: Docker, JavaScript and Composite (see https://docs.github.com/en/actions/creating-actions/about-custom-actions#types-of-act…