Results 13 issues of Paweł Marczewski

This is a collection of notes about what I've learned working on Gramine's FS code: I'm leaving active Gramine development, so hopefully this will be useful for others. ## Goals...

enhancement
P: 2

I'm trying to fix recently added POSIX locks (https://github.com/gramineproject/graphene/pull/2481) so that you can interrupt them, but I ran into a problem trying to do it with current IPC. I don't...

enhancement
P: 2

``` > Date = TimeShift.Date > new TimeShift.Date().toLocaleDateString() TypeError: Method invoked on an object that is not Date. > new TimeShift.OriginalDate().toLocaleDateString() TypeError: Method invoked on an object that is not...