Optional stash data
Suppose I have something like this in a layout: <h1><%= title %> <small> <%= $small_title %> </small></h1> $small_title is not always used, but strict means I must...
View ArticleScrolling (and not scrolling) in an Fl_Scroll
I’m a dabbler in FLTK, but haven’t used it an a number of years. I’m drawing some text in a scrolled window. I want some of the text on the screen to always be the same and not scroll (imagine headers...
View ArticleDifferent behavior: "using" vs "include()"
Dear all, Consider this package: https://github.com/juliohm/ImageQuilting.jl If I do: using ImageQuilting ImageQuilting.example() then the images are not shown by ImageView, even though this package is...
View ArticleHelp with data recovery!
We had an Elasticsearch server that was reading IIS log files and storing the data on a remote file share. Everything was working just fine. The Elasticsearch server then encountered a problem, so we...
View ArticleSubject: Busybox: Fix pam_start link errors when PAM support is enabled
From: Stephen G. Parry sgparry [ at ] mainscreen.com Patch to BusyBox Makefile to fix linker errors when PAM support is enabled by CONFIG_BUSYBOX_CONFIG_PAM=y. Typical errors include:...
View ArticleWelcome email text file strips carriage returns
Thanks for the responses. I'm running FireFox Thunderbird that doesn't appear to have that type of setting, if it does, doesn't have an option to turn on/off. No, that's from the General Options page,...
View ArticleNewbie unable to do first task: Launch an App via Google Now / Autovoice
So, I found an article this morning that talked about using Tasker with Autovoice to integrate with Google Now on your device....
View ArticleFacebook permisson - django-allauth
I have this problem, i am working in an app that uses django-allauth for login with facebook. When i ask for login i need to ask for publish_stream scope. In local environment this work great. In...
View ArticleFeature Request: Please make double-clicking the chrome tray icon open chrome.
Seeing an application's icon in the tray area, signifies that it's already running. It's only natural to want to interact with the tray icon in order to interact with the application. The chrome tray...
View Articleissue #7827 understanding.
It's really silly but may i know that " am i supposed to write some code for this issue". I am new to sympy. I have been through the tutorial of sympy http://docs.sympy.org/latest/tutorial/ .. and also...
View Articlechange the value of "unix_socket_directories" , must used "-h /xx/xx" to use...
Hi all, I change the value of "unix_socket_directories" in postgresql.conf , then restart the database, but it cannot connect the database used like this "psql -d postgres -p 5432" , it must given the...
View ArticleTwo Firefox security bugs related to HTTPS
Hello world! We need votes for security bugs! Adding "Security Exception" for self-signed HTTPS sites cannot be done permanently https://bugzilla.mozilla.org/show_bug.cgi?id=1050100 Firefox 31 doesn't...
View Articlesc_require not following symlinks?
Hey there, I try to use symlinks for including shared components in my SproutCore app but apparently symlinks aren't recognized by sc-server and sc-build. Is this by design? Or am I missing something?...
View ArticleScala 2.11.2 collection.mutable.LongMap exists, but collection.mutable.IntMap...
Is this an oversight? scala> collection.mutable.LongMap(1L -> "a", 2L -> "b", 3L -> "c") res0: scala.collection.mutable.LongMap[String] = Map(2 -> b, 3 -> c, 1 -> a) scala>...
View Articleproblems using jetty-maven-plugin and Jetty 9.2.2 with jsp pages
Hi, I am experiencing problems using jetty-maven-plugin and Jetty 9.2.2 with jsp pages. My configuration is set like this: <properties> <jettyVersion>9.2.2.v20140723</jettyVersion>...
View ArticleWindows Phone & landscape orientation
How to specify landscape orientation for Windows Phone app? As I understand this can be done by modifying AppxManifest.xml, but I don't see such a file inside release folder.
View ArticleXML dump/restore: How to handle "cdp_prep"?
Hello list! I'm writing a small PHP script to dump a (Munin) RRD file, change some things with SimpleXML and restore it to a RRD file: * GROW each RRA like rrdresize by a new format definition. *...
View ArticlePMC resignation
Hi all, Yesterday, some members of the PMC asked me on the private mailing-list to rename the opencouch project because of possible trademark infringements without any direct contact before. They did...
View Articlewhy you've chosen your desktop environment? (no war !)
Hi. I have been using the gnome for some time(in other distro's) and I had no complaint. However after switching to gentoo I installed i3 and it is very great. I really love it, but I was considering...
View ArticleBusybox: compile statically?
Hi all How to compile busybox in static mode, adding some utility different from the usual, -dd, cat, other,... -, example, partimage, with all the dependencies, compress it, and install on a usb...
View Article