Stelian Ionescu

Results 83 comments of Stelian Ionescu

@phoe yes because Optima is no longer maintained and bug reports won't get fixed.

Any news on this ?

The problem is that there are lots of libraries that still use it, it's unmaintained and has lots of open bugs. It depends on [eos](https://github.com/adlai/eos) which is also deprecated and...

Also, the file name parameter to Content-Disposition should be "filename", not "name". I suppose that many servers recognize the latter for robustness, but it's non-standard.

SBCL's :wait nil causes RUN-PROGRAM to return immediately. For that IOlib has CREATE-PROCESS, which also supports a few more features wrt. FD indirections. RUN-PROGRAM is intended to be for simple...

That said, you're right that the draining of the two pipes should occur simultaneously, so I'll use a simple poll() event-loop. That ought to be fairly portable.

Hi @jasom, can you give me a short test case ?

It works in any package that imports the symbol iolib/pathnames:p. > Is it intended that the reader dispatch string changes? I'm not sure what you mean by this. > Why...

Do you know since when that's happening ? I wrote the code on Linux years ago and it used to work.