Unanswered Questions

137
votes
0answers
5k views
+50

How can I make nrepl-ritz-jack-in work remotely over TRAMP / Emacs

What I want: I have a clojure program on a remote site, let's call it mccarthy. What I want to do is connect to a nrepl-ritz from my laptop, preferably using nrepl-ritz-jack-in. The jack in works ...
75
votes
0answers
2k views

Avoiding memory leaks with Scalaz 7 zipWithIndex/group enumeratees

Background As noted in this question, I'm using Scalaz 7 iteratees to process a large (i.e., unbounded) stream of data in constant heap space. My code looks like this: type ErrorOrT[M[+_], A] = ...
68
votes
0answers
1k views

Why are uses constraints violated when both chains end in the same bundle?

I have four bundles, each containing only a manifest. The bundles are app which imports com.example.foo.fragment and com.example.bar foo which exports com.example.foo;uses:=com.example.foo.cfg ...
62
votes
0answers
1k views

Microsoft Crypto API Disable Use of RSAES-OAEP Key Transport Algorithm

I'm using CryptEncryptMessage to generate a PKCS#7 enveloped message. I'm using szOID_NIST_AES256_CBC as the encryption algorithm. The generated message appears to be valid but is the RSAES-OAEP for ...
61
votes
0answers
1k views

How can I get esqueleto to generate an SQL string for me?

How can I get esqueleto to generate an SQL string from a from statement? The documentation of toRawSql says that "you may just turn on query logging of persistent". I tried all possible forms of ...
56
votes
2answers
1k views

WCF ExceptionShielding Error ID does not match up with handlingInstanceId passed to Handler

I have the following decorated on my service <ExceptionShielding("MyExceptionPolicyName")> when a fault exception is thrown, my policy picks up the error and logs in just fine. It takes the ...
46
votes
0answers
769 views

How can I add a key binding for a quickMenu similar to the “Refactor” context menu in JDT?

I want to add a shortcut to my eclipse plugin to show a quick menu with existing bindings. It should work like the "Refactor" quick menu in JDT. Shortcut for quick menu in JDT: JDT quick menu: I ...
45
votes
0answers
2k views

list view getListItemXmlAttributes method fails with child publication items

I have created JS classes to populate SG/Folder list view data when items are modified (As per Jaime's approach) everything works great when I operate on items in the publication they're created in. ...
41
votes
0answers
511 views

When is -XAllowAmbiguousTypes appropriate?

I've recently posted a question about syntactic-2.0 regarding the definition of share. I've had this working in GHC 7.6: {-# LANGUAGE GADTs, TypeOperators, FlexibleContexts #-} import Data.Syntactic ...
37
votes
2answers
2k views

QualityToolsPackage failed to load in build?

I am using Bamboo [from Altassian] and it uses the devenv.com builder to build solution files. Currently, I seem to be getting a "false" error in my builds - that I've tried to solve by myself but ...
34
votes
1answer
2k views

SQLAlchemy ─ Mapping a Class against Multiple Tables

# ! /usr/bin/env python # -*- coding: utf-8 -*- # login_frontend.py """ Python 2.7.3 Cherrypy 3.2.2 PostgreSQL 9.1 psycopy2 2.4.5 SQLAlchemy 0.7.10 """ I'm ...
33
votes
0answers
470 views

Timeline for “Device Login” and/or alternatives to offline_access + one time login

I have a small, dinosaur-era command line interface (CLI) app for facebook. There's not a huge user base, but it has its niche. Its most altruistic usage is by those who are partially blind and rely ...
32
votes
2answers
1k views

Including Shoes in Shoes package

I've been having a problem with including Shoes in a Shoes app for Windows. The packager tool works perfectly when I don't ask to include Shoes in the app: I get an .exe that, if launched on a ...
31
votes
0answers
238 views

GHCI can't load module if both package-conf and source path contains it

I encounter a strange situation in GHCI, don't know if anyone observed similar case. For some module, when I have it in the search path both by -package-conf, and also by -i, GHCI fails when I try to ...
31
votes
4answers
563 views

CordovaResourceApi import unresolved phonegap

I am using phonegap-2.9.0 with file plugin. When I build project for android platform it creates two packages within the src/ folder: org.apache.cordova.file org.apache.cordova.filetransfer I get ...

15 30 50 per page