-
If python is run with -O, asserts are ignored. Instead we need the equivalent of perl's die(). Something simple to call which means total failure and throws an appropriate exception. Possibly a new py…
-
We'd like to detect if a javascript script froze because we load external javascript which we have no control over.
So we'd need to terminate any long running javascript code.
In Webview1 this cou…
-
Per cURL --help:
--resolve HOST:PORT:ADDRESS Force resolve of HOST:PORT to ADDRESS
(bypasses hosts file)
example usage:
`http --resolve "www.foo.com:127.0.0.1" GET www.foo.com/whatever`
OR
`htt…
-
Signature:
```racket
(splitting-at [pos position?] [before transducer?] [after transducer?]) -> transducer?
```
Example:
```racket
> (transduce (in-range 0 100)
(splitting-at…
-
```
What steps will reproduce the problem?
1. Type "monday +2week"
What is the expected output? What do you see instead?
Expected output: ideally, two weeks from the following monday (although
given …
-
```
What steps will reproduce the problem?
1. Type "monday +2week"
What is the expected output? What do you see instead?
Expected output: ideally, two weeks from the following monday (although
given …
-
```
What steps will reproduce the problem?
1. Type "monday +2week"
What is the expected output? What do you see instead?
Expected output: ideally, two weeks from the following monday (although
given …
-
I've been constructing my own signal to pass a `CGSize` through AVFoundation's very useful [AVMakeRectWithAspectRatioInsideRect](http://developer.apple.com/library/ios/#Documentation/AVFoundation/Refe…
-
```
What steps will reproduce the problem?
1. Type "monday +2week"
What is the expected output? What do you see instead?
Expected output: ideally, two weeks from the following monday (although
given …
-
Pentadactyl has an `emenu` command for executing firefox menu items (see [here](http://bug.5digits.org/help/pentadactyl/gui.xhtml)). It gives completions for all available menu items. Some examples ar…