Wannes Rombouts

Results 9 issues of Wannes Rombouts

When navigating a remote system it is useful to be aware of symlinks and paths. Otherwise sometimes you get stuck moving around in circles without noticing for a while. Maybe...

enhancement

This fixes #149 and #125. This pull request proposes the use of `time.monotonic` by default instead of `datatime.now`. A monotonic clock has the garantee of never going back in time,...

Backoff uses `timedelta.total_seconds(datetime.datetime.now() - start)` to compute `elapsed` time which is used to figure out if `max_time` has been reached. This is flaky and doesn't work well when the system...

It seems like custom directives do not work on `extend type Object`, this might be by design but I could not find anywhere in the Ariadne docs or GraphQL specs...

bug
help wanted
to do

I did not figure out how I could have the `get_node` classmethod of an `ObectType` be async. It would be nice if it was because otherwise it can not take...

This is a question and discussion, not a bug or anything urgent. I'dd like to start a debate about the future of Peda. It is a great project and has...

The get_vmmap() function in peda.py is used to get virtual memory address ranges of the debugged process. The problem is this is not process specific, it is actualy thread specific....

The pintool is broken. I shouldn't have merged it. This isn't easy to get right because pintools _isn't_ the right tool for the job. ltrace or LD_PRELOAD should be used...

bug
help wanted

This widget looks very useful and exactly what I'm looking for, thank you for sharing this! Trying it out I ran into some trouble and wasn't able to get it...