-
https://github.com/GoogleChrome/webrtc/issues/467#event-230065986
phoglund commented 6 hours ago
I reverted the analytics change for now.
When bringing up the server on the bots after the analytics c…
-
To support this: https://bugzilla.mozilla.org/show_bug.cgi?id=1041814
-
```
proc one(dummy: int, size: int) =
var x: array[size, int] # compile error: constant expression expected
proc two(dummy: int, size: int) =
var x: array[size * 1, int] # compiles, but shouldn't…
-
This code:
``` nimrod
proc x() =
var
str = ""
result: seq[int] = @[]
proc a() =
str = "abc"
proc b() =
a()
b()
x()
```
gives this:
```
etc/nimrod.cfg(38, 2) Hint: added …
-
This settings wheel would launch a tiny window where we could have 1 or more viz options. Right now there just needs to be a placeholder for 1: Color ramp: [SELECTBOX].
-
Since jq's version number is greater than 1, jq urgently needs some kind of module system that will help avoid naming collisions. The recent addition of the `env` filter highlights the need. Had jq m…
-
From the homepage "Sugar will never overwrite methods that already exist" -- in what context is this meant? i.e. you obviously override Array.indexOf.
io41 updated
10 years ago
-
We'll want to write an adapter like so: [some adapters](https://github.com/github/hubot/blob/master/docs/adapters.md)
Assume that you'll be passed a message, and a list of people in range.
You'll ne…
-
## Description
Adding multi-user support for ghost so that teams of people can write a blog together. This involves administrators, editors and authors. Shazam.
---
## Details:
### The new owner rol…
-
I've just updated to JDK 7 update 72 and 1.4.0.Beta1 doesn't work any more (win 8.1).
```
# java -version
java version "1.7.0_72"
Java(TM) SE Runtime Environment (build 1.7.0_72-b14)
Java HotSpot(TM)…