Tiago Ilieve
Tiago Ilieve
Since yesterday (2016/02/06), `squeeze` [is not supported anymore](https://www.debian.org/releases/squeeze/), as it has completed five years since its launch and LTS period has ended. Any tasks/workarounds/etc. created to specifically support this release...
I don't know if we need another `uname` mock or if this isn't really possible, but the VirtualBox Guest Additions installation of an i386 image fails on an amd64 host....
Took a while to figure this out, but what I thought that was a problem with GCE tools, is actually caused by the "standard packages" installation done by `tasksel`. Quoting...
When trying to follow the Sourcegraph blog, I noticed that the RSS feed was missing. Digging through the issues, I realized that this was already reported on #5783. This PR...
This is a CO-RE port of the Brendan Gregg's `syncsnoop` BCC Python tool. The code is heavily inspired by the `runqslower` port, with variables naming and comments style borrowed from...
This is a CO-RE port of the Brendan Gregg's `vfscount` BCC Python tool. It depends on the regex infrastructure proposed on #4964. This PR has to be rebased after the...
This is a CO-RE port of the Brendan Gregg's `pidpersec` BCC Python tool. It's my second attempt in porting a BCC tool to CO-RE. I'm starting from the smaller ones,...
The goal is offer the basis of what is required, in terms of regex handling, to implement the C equivalent of what `b.attach_kprobe(event_re=...)` does in Python. The first client that...
## Problem When importing the `locales.php` to the jetpack monorepo on https://github.com/Automattic/jetpack/pull/36748, the Phan PHP static analyzer detected a duplicate definition of `lang_code_iso_639_2` within the `cor` locale. This won't really...
Transparently chooses between the IPython-enhanced `ipdb` or the standard `pdb`. To me, personally, the tab-completion alone is already a killer-feature when debugging `locals()` variables. What do you think of adding...