-
![Screen Shot 2013-01-24 at 3 37 04 PM](https://f.cloud.github.com/assets/875524/95229/15592e94-6666-11e2-84d3-f9f43c9f8002.png)
-
Ingest calendar so that we can notify of upcoming meetings on new activity feed and new email digest.
-
-
| | |
| --- | --- |
| Bugzilla Link | [18654](https://llvm.org/bz18654) |
| Version | trunk |
| OS | Windows NT |
| Depends On | llvm/llvm-project#18920 |
| Attachments | [SEH codegen/driver patch]…
-
When logged into two gmail accounts (see image 1). Two issues arise in Redfly.
First, I need to log in and grant access every time I open Redfly (see image 2)
Second, when I click "you've emailed ea…
-
- Currently one needs to go to verification link, but users are coming directly to vinely.com
- If they type in their temp password there, it should ask to set your own password
-
- just a list of things like:
- new tags that will be added
- new notes that will be added
- name will be changed to xxxx
- e-mail will be added
-
- Have the client app notify the user and refresh when a client-side error occurs instead of silently failing and creating "weird behavior"
- Send a report of the error back to the server for logging.…
-
Hi!
https://github.com/ldc-developers/ldc#from-a-pre-built-package reads `layman -a ldc` but it does not seem to be in [the layman registry](https://github.com/gentoo/api-gentoo-org/blob/master/fil…
-
The following code compiles with DMD but not with LDC:
```
module app.d;
import std.stdio;
struct test {
uint a = 42;
uint b = 7;
uint getA() {
uint temp;
…