Daniel Santana
Daniel Santana
Indeed, this solution would make more sense if bar geometries were not dinamically set by default. Particularly, it feels a bit hackish as some agreed in https://github.com/LemonBoy/bar/issues/163, maybe a sane...
Maybe `:perldo s/\bfoo\b/bar/gi` can help most of the cases (if not all cases), as it supports the s/pattern/replacement/flags syntax used in Vim. Obviously, the only drawback is that the installation...
It seems that picamera uses `libmmal.so` while `raspivid` and `raspistill` links against `libmmal_{core,util,vc_client}.so` directly. On Alpine Linux I added the `-DCMAKE_EXE_LINKER_FLAGS='-Wl,--no-as-needed'` to `cmake` (as in the [Yocto package](https://git.yoctoproject.org/cgit/cgit.cgi/meta-raspberrypi/tree/recipes-graphics/userland/userland_git.bb#n50)) and `raspivid`/`raspistill`...
NOTE: applying https://github.com/raspberrypi/userland/pull/459 locally still gave me the same results as using `-DCMAKE_EXE_LINKER_FLAGS` i.e. no libs linked to `libmmal.so`, so maybe this is relevant to you @6by9 :)
Currently I'm having the same problem... I really wish there could be some option to disable auto_save only when there was no active session.
Looking on the source code, it looks like this is _partially_ the current behaviour. The `xolox#session#auto_save_periodic` function will only save if there's some session open [(#L478)](https://github.com/xolox/vim-session/blob/46d8732ca83ab800cd034dcd7365ca319120cef3/autoload/xolox/session.vim#L478), and the `xolox#session#auto_save` function...
+1 for prefilled message and sending message to non existing contact ²
Hmm okay... sorry for the silly question, but I believe I have to do it: how to make a debug build? I'm not used to C programming, and looking at...
Done! Check your inbox :D