Pamplemousse

Results 28 comments of Pamplemousse

Furthermore, on ubuntu 14.04, launching this script at boot cause the creation of pid files beginning with S20. As an exemple : ``` sudo update-rc.d algorithms defaults ``` and after...

Also, note that inlining ``` {% highlight c linenos %} ... {% highlight %} ``` directly in the `.md` instead of changing the configuration produces the same behavior.

I am having a hard time building for coverage, see #6385 .

About integrating the fuzz targets, and related `local.mk` (makefile) upstream: 1. If a fuzz target is put upstream, then its related `local.mk` should be upstream too. The idea is to...

As a support to @dscrobonia's answer, I would mention that "domain" (and extensively "Origin") are specific and related concepts in a web browser: * [https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Origin]() * [https://developer.mozilla.org/en-US/docs/Web/API/Document/domain]()

@psiinon In both examples, the storage tab in the bottom-drawer is working, as long as the code interacting with the Storage API is run in the domain on which the...

Ah, sorry I did not take the time to give you an update on this... Having seen the amazing and gigantic work that @jaywon has started in PR #459, I...

Thanks for clarifying that! --- Managing packages with Nix is much more reliable than using pip ;) However, one of the maintainer pointed out this "lack of production readiness", and...