Korinne Adler

Results 197 comments of Korinne Adler

``` Traceback (most recent call last): File "", line 1, in File "/QOpenSys/pkgs/lib/python3.6/site-packages/shellingham/posix/ps.py", line 115, in get_process_mapping return dict(_parse_ps_output(output)) File "/QOpenSys/pkgs/lib/python3.6/site-packages/shellingham/posix/ps.py", line 100, in _parse_ps_output for k in ('pid', 'ppid',...

Still not right: ``` Python 3.6.8 (default, Mar 15 2019, 19:26:20) [GCC 6.3.0] on aix6 Type "help", "copyright", "credits" or "license" for more information. >>> import shellingham.posix.ps as ps >>>...

Looks like you're on IBM i 7.5. The header files shipped with GCC 6 is not compatible with 7.5, so you need to use GCC 10. You'll need to install...

Given the problems we've had with it, I think it'd be a better idea to design a way to have the user specify the direction as-needed. Maybe something like: ```js...

I don't think it makes much sense to invest in the format of the underlying transport format. How many users use XMLSERVICE directly vs using a toolkit which hides all...

I'd love to have some sort of unit tests, but I have no idea how to do them in RPG. For this issue, I just want to take the existing...

@brandonp42 That's definitely something I've thought about, though I'd prefer to have as few layers involved as possible. My original idea was to have Python 3 use ctypes to call...

I do greatly appreciate the recent PRs you've made but I admit I have not done much with them because I have little experience writing RPG code (and the XMLSERVICE...

Why do you need to retrieve it? Just set it exactly how you want it.