-
Hi,
I am just wondering a bit about the design of the library - is this a good place to discuss? My first couple of questions are on the core interfaces (Interfaces.fs):
1. Why are Actor interfaces s…
t0yv0 updated
10 years ago
-
There is a risk that shoal-agent could be used to publish a nefarious squid to a shoal-sever. We need to think about how to authenticate the messages comming from the agents. Do @oldpatricka and @mhpx…
-
**Originally created by Ricardo Padilha on 2013-09-27T10:27:43Z**
These are the steps required to have an sqlite3-based deployment using Modoboa+Postfix+Dovecot, based on virtual users.
_Assumptions…
-
MCOMailProvidersManager has a couple of methods for looking up providers:
providerForEmail:
providerForMX:
However, they DO NOT appear to do a DNS MX record lookup. Instead, it appears that you nee…
-
Ref #221.
I've sent @gravitystorm the broken message that was received at Tue, 14 May 2013 10:52:16 +0100.
It caused a stack dump as follows, mailed every 5 minutes:
```
Date: Tue, 14 May 2013 10:5…
mvl22 updated
11 years ago
-
I am using concurrent queues for some simple inter-thread communication, and I couldn't find a way to poll a queue with a timeout.
I don't know the codebase well enough to make an addition, but it'd …
lhope updated
11 years ago
-
On running `vagrant up` I got a lot of happy green things but at the end of the log I get
```
Chef never successfully completed! Any errors should be visible in the
output above. Please fix your rec…
-
Suggestion for property/value message passing interface from ARM to GPU.
We have a generic message passing structure. The first word is always the property of interest (could be small integers or fou…
-
How can you open other mail boxes after the login into the main account? Thanks.
-
Eliminate the request and response wrappers by moving the code into the base Request class and by creating a base Response class.