David Bau

Results 17 issues of David Bau

The download option currently provides no way to set a timeout, so when a server misbehaves, it can take a long time before an error callback arrives. The download timoeut...

help wanted

This test was previously sensitive to the order in which cg.variables is listed; now the test does not assume a particular ordering.

Add human evaluation data.

The parser doesn't support durations ending with a slash, and it doesn't parse mixed-fraction durations correctly. For example, `G/` parses and `G3/2` parses, but `G3/` does not. Here is an...

This is just a preliminary demonstration of promise-style await, built as an extension of iced. If fn is an async function that returns a Promise, then you can now say...

The idiom "for [1..10]" is not supported and causes the iced compiler to crash. To repro: for [1..10] await setTimeout defer(), 1000 console.log 'hello' Expect: 10 hellos, one second apart....

Another oddball stride issue - for loops over an explicit using "by" to stride don't work in iced. Tested on 1.6.3-g. Repro: for x in ['a', 'b', 'c'] by -1...

The virus is a biological meme, 30K of RNA base-pair sequences copied from host to host, randomly mutating in a gradual process to improve its fitness. The population-wide human response...

In the U.S. there is a substantial primarily Spanish-speaking community. We should factor the page to support localization, and then have a spanish-language localization version. The second largest non-English community...

Currently there are various options that are not clearly explained in the UI. With the current interface it is hard to expect people to 1. know what the "norm" menu...