-
Dear all,
I am new to xeus and I am not sure it is done for my purpose.
I am developing **a C++ application** with an **embedded python interpreter** (currently taken from boost::python).
**The i…
-
### Bug description
`Thief Gold` game has `GOG + NewDark version` installation option -- it is broken. When you use it it presents this screen:
![image](https://github.com/user-attachments/assets/…
-
When linking an executable with `-nostdlib`, no PIE, and no linked dynamic libraries, the executable wil crash with a segmentation fault within `audit_list_add_dynamic_tag` in the ld-linux interpreter…
yaram updated
2 months ago
-
When using Mitogen, I sometimes see `EAGAIN` errors, due to stdout being non-blocking. This breaks the Python interpreter, as well as any other spawned commands, since they don't handle non-blocking f…
-
The interpreter does not cleanly exit upon receiving an EOF, instead treating it as a command:
```
% pkpass
Welcome to PKPass (Public Key Based Password Manager) v2.7.8!
Type ? to list commands
p…
-
Unfortunately FT.SEARCH (from within lua scripts) works in redis but not in dragonflydb.
Is there a setting in df that I need to enable manually first for it to work (f.e. some atomicity setting) or…
-
README indicates:
> Inside an expression, the Windows Update [IUpdate interface](https://msdn.microsoft.com/en-us/library/windows/desktop/aa386099(v=vs.85).aspx) can be referenced by the $_ variable.…
-
> This is the core API of the kernel but it's nested too deeply, I would imagine this to be easily discoverable. The specific commands should be defined somewhere else and preferably versioned, and in…
-
**Environment**:
- OS: Windows 10
- PHP Version: 8.0
- Composer Version: 2.x
- cpx Version: 1.0.0
**Steps to Reproduce**:
1. Installed `cpx` globally using `composer global require cpx/cpx`.
…
-
```
I have run into a problem I can't figure out how to work around:
I can import pyodbc without error if I do it within a command line python
interpreter. However, I need to import and use it from…