Bob131
Bob131
Sorry, no. My automake-fu isn't really up to it. On Tue, Aug 30, 2016 at 12:20 PM, Behdad Esfahbod [email protected] wrote: > Thanks. Got Pull-Request? > > — > You...
I dug into this a bit, and it seems like the issue is partly the search loop in `sp-get-sgml-tag` and partly that `sp--sgml-opening-p` is not quite correct. This rough diff...
Hmm, that doesn't work in the case that the initial match at https://github.com/Fuco1/smartparens/blob/37f77bf2e2199be9fe27e981317b02cfd0e8c70e/smartparens.el#L5424 is an empty element. I guess `sp-get-sgml-tag` needs to be changed to test when the point is...
I thought I'd just leave a comment saying that the build fails to install on my system. It appears as though `R2PM_PLUGDIR` never gets set, and so `make install` attempts...
I'm not, no, but yara3 is the only plugin giving me trouble in this regard. On Sat, Jul 2, 2016 at 6:31 PM, radare [email protected] wrote: > Are u using...
Absolutely. But the fact remains that the current HEAD has the yara3 makefile do operations on file paths that take the form of `$SOME_VARIABLE/whatever.asdf`, which is a well known method...
+1 for using the Make-style output format. This makes for easy use with Meson's depfiles support for constructs like `custom_target`.
Building upon the previous suggestion, it might be interesting to try and support a (mostly) ephemeral /etc, something like a union mount of /usr/etc and a tmpfs with some magic...
At first glance, it looks like these might be false positives due to valac's generation of code that uses g_slice_* APIs. Are you running the test with https://developer.gnome.org/glib/stable/glib-running.html#G_SLICE set to...
Sure, but nginx can only read from one config file. That include setup is in the default nginx configuration On Sat, Feb 20, 2016 at 1:17 AM, Guillaume Poirier-Morency [email protected]...