Marcin Cieślak

Results 326 comments of Marcin Cieślak

The reason to abuse `.sh.subscript` might be that it is probably not used in the context of editing (only within disciple functions). I don't know why it is needed here...

I think `read -n6` behavior displayed here is correct? It turns out to be a slow device therefore it gives what is there, as documented in the manual. One can...

The Korn Shell book says explictly on page 152 (2nd Edition): > **ksh** reads a complete dot script and splits it into tokens before it executes any of the commands...

I don't have a specification for `source` in the book. I think it was added later. It might be the same as the dot command. In this case it behaves...

I think this is just different expectations. I study ksh as an exercise to learn shell programming better. And also a bit about learning about how things have been developed...

@srsross Thank you very much for pointing to this discussion. In fact, `-c default` does what I need to verify if the card is still open. ```sh > opensc-tool -s...

@frankmorgner This is more about current card-sc-hsm.c behaviour, opensc-tool discussion is only tangential to this one.

@jakuje can we please reopen this?

USB connection using master: ``` 56875 python3.8 CALL ioctl(0x8,USB_FS_OPEN,0x7fffffffc6d8) 56875 python3.8 RET ioctl 0 56875 python3.8 CALL ioctl(0x8,USB_FS_START,0x7fffffffc720) 56875 python3.8 RET ioctl 0 56875 python3.8 CALL ioctl(0x8,USB_FS_COMPLETE,0x7fffffffc728) 56875 python3.8 RET...

I try to make node-sass to compile in a situation when libuv is unbundled. I need to supply system include directory (in my case `-I /usr/local/include`) which make cause certain...