Unanswered Questions

170
votes
0answers
6k views

How to properly document S4 class slots using Roxygen2

Specifying a title and description/details appears to be the same as for functions, methods, etc. with roxygen(2). However, slots and inheritance are their own sort of animal. What is the best ...
71
votes
0answers
2k views

Emacs Ruby autocomplete almost working

I've been updating my emacs config with the use of Rsense to allow for an autocomplete drop down box to appear whilst typing code. This works well in most files except I've found it doesn't allow me ...
47
votes
0answers
521 views

How to properly use the HsOpenSSL API to implement a TLS Server?

I'm trying to figure out how to properly use the OpenSSL.Session API in a concurrent context. E.g. assume I want to implement a stunnel-style ssl-wrapper, I'd expect to have the following basic ...
39
votes
0answers
362 views

controlling the output with RApacheOutputErrors

I have activated ROutputErrors in r.conf and it works as is suppose to do. When I have an error I get this: Oops!!! rApache has something to tell you. View source and read the HTML comments at ...
34
votes
1answer
629 views

How to manage multiple interdependent modules with SBT and IntelliJ IDEA?

I'm developing several modules with dependencies among them, and would like to work with them all together in one IDEA project. I'm using sbt-idea to generate IDEA projects from the sbt build ...
33
votes
1answer
571 views

R - specify monospace font in `menu`

Language: R. Question: Can I specify fixed width font for the menu(..,graphics=T) function? Explanation: I recently asked this question on how to have a user select a row of a data frame ...
33
votes
0answers
825 views

Juddi publish and find service

I have successfully set up an Apache Juddi v3 installation (tomcat version) on my computer. What I want now is to publish a service whose WSDL is found at ...
30
votes
2answers
1k views

Redirecting Request (nsiHttpChannel?) in Firefox Extensions

I've been trying at this for a long time now, and no good results. var myObserver = { observe: function(subject, topic, data) { if (topic == "http-on-examine-response") { ...
30
votes
4answers
2k views

How can I get Aptana's code assist to work with Google Maps API v3?

There's a Google Maps API v3 Visual Studio Intellisense Helper, which presumably works great for Visual Studio, but Aptana (based on Eclipse) uses a different JavaScript documentation format - ...
28
votes
1answer
402 views

Memory leak in the Win64 Delphi RTL during thread shutdown?

For a long time I’ve noticed that the Win64 version of my server application leak memory. While the Win32 version works fine with a relatively stable memory footprint, the memory used by the 64 bit ...
26
votes
0answers
548 views

dapper nuget 1.7 enums mapping

I've encountered an issue after I upgraded to the latest version of Dapper from Nuget (v 1.7). It always return the first enums member (that is, it fail to maps). I am using MySQL as the database. ...
25
votes
3answers
2k views

Core Data background fetching via new NSPrivateQueueConcurrencyType

Is it really so simple now in iOS5? I used to perform a background fetch using this code in my AppDelegate: dispatch_queue_t downloadQueue = dispatch_queue_create("DownloadQueue", NULL); ...
23
votes
2answers
468 views

Save a picture of a signature to a file in Rhodes on Android

I am trying to implement signature capture using Rhodes targeting an Android tab. I have managed to get the canvas and scribble on it. But am unable to save the signature at a desired location. The ...
22
votes
0answers
810 views

dojox.gfx bounding box for Text and Group nodes

The documentation for getBoundingBox() in dojo says: Returns a bounding box of a shape. A text shape is a point-based object, so it doesn't define a bounding box. I don't get it. Any sane ...
22
votes
1answer
488 views

Intersection of multiple implicit conversions: reinventing the wheel?

Okay, fair warning: this is a follow-up to my ridiculous question from last week. Although I think this question isn't as ridiculous. Anyway, here goes: Previous ridiculous question: Assume I have ...

15 30 50 per page
1 2 3 4 5 41100