Quantcast
Channel: MarsHut
Browsing all 6551 articles
Browse latest View live
↧

idea: deploy static files on github pages CDN

I had an idea today that I wanted to share, if anyone finds it helpful or has feedback. ./manage.py collectstatic cd $STATIC_ROOT rm -rf .git/ # optionally don't keep history git init . git add . git...

View Article


How can I break down and diagnose this query error resulting in a...

I just converted our ES cluster from 0.90.12 to 1.1.1 and our app from NEST 0.12 to 1.0.0-rc1 and have had a really difficult time fixing all the breaking changes. I'm stuck on the following error. It...

View Article


ChromiumOS results

ChromiumOS environment is a Gentoo chroot on a host system that usually is an Ubuntu LTS (precise or trusty now); so mostly a Gentoo with an Ubuntu kernel. These tests are in trusty. I tested bumping...

View Article

Questions about ZRE protocol

1. Is it valid to have sequence>1 on HELLO message or it is invalid message. 2. Is it valid to disconnect and then send HELLO when detected wrong sequence on message or wrong status (e.g. missing...

View Article

running the themeunit.xml programmatically from the back end

I wrote a script which is when I run it, it puts my localhost installation of the wordpress site back to the right after 5-min-install state. So it basically truncates most tables and bam brings to the...

View Article


Change project and file icons

Hello guys, i'm searching a wayto change netbeans project icons in left sidebar. I'ml coding more project with php , but i don't like the default netbeans icons. There is a way to change this icon ? I...

View Article

pkg-infra: Fix DOWNLOAD_LOCALFILES

The cp helperscript expects a filename as target, but just the folder name was given. package/pkg-download.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/pkg-download.mk...

View Article

Lift eats Comet update failure

I have a Comet actor on a page and discovered that a recent change in my code was pushing an update to the client that was invalid. Unfortunately, Lift was eating the error message and so I had no way...

View Article


what are possible values for lit build_mode?

The page: http://clang.llvm.org/hacking.html#testingNonWindows contains: You may also need to specify the build mode (Win32, etc) via --param=build_mode=(build mode). However, other than Win32, no...

View Article


solr wiki: 'Support for Solr' page edit policy

Hi guys, I don't remember anymore what is the policy to have someone added to this page: - ask for edit rights and add your own line where needed - send someone your line and they'll add it for you. If...

View Article

MD5 - Hash Question

What is the default encoding that ML uses for xdmp:quote(). There is a daily job that loads hadoop ( Cloudera Dist ) with the files that we have in ML using mlcp. Now we want to compare if both of them...

View Article

Opinions and experience of Openvz

Dear Colleagues, I would like to know your experience using openvz, my boss tells me that if we use openvz, when you upgrade from Centos 6.x, we lose the openvz kernel and leave offline multiple...

View Article

Change gps track colour

Apologies if this has been covered somewhere else. I've searched around and although there appears to be similar I can't see specifically what I'm referencing. (And I'm a newbie so please cut me some...

View Article


Review Request 119340: Don't leak handlers in shellmanager

This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/119340/ Review request for Plasma. Repository: plasma-workspace Description Don't leak handlers in...

View Article

Osmand+ update problem

Hi, I was using the pay-version of Osmand (1.7.5) and the play store offered an update for it. I tried to install it but failed. The phone downloads the new version (25 MB) but after reaching 100% it...

View Article


Beta 1 Available

Boost release 1.56.0 beta 1 is now available from SourceForge See http://sourceforge.net/projects/boost/files/boost/1.56.0.beta.1/ This release contains 2 new libraries: * Align: Memory alignment...

View Article

Dynamic-clients

I am guessing I am clueless on how the 3.x dynamic-clients works. It doesn't seem to read the sql entry properly. Any clues would be greatly appreciated. David radiusd: FreeRADIUS Version 3.0.4 (git...

View Article


Use Cases for the new Activity Stream implementation

Hello, The Activity Stream macro [1] has been introduced in XWiki 2.6 As part of XWiki's 6.2 roadmap, we are investigating its refactoring/rewriting, as it has proved to suffer from various performance...

View Article

Web Crypto API, Chrome 37

Hi, Where can I find docs for the Web Crypto API? Alternatively, if no docs are available, is their a polyfill that mimics the native API? Pretty big deal, but apparently not even Stackoverflow has any...

View Article

Match query string within indexed field?

Hi, My requirement is to give a match whenever a string is found within the indexed data of a field irrespective of where it is found. For example, if I have a field which is indexed with the data...

View Article
Browsing all 6551 articles
Browse latest View live