CST1229

Results 176 comments of CST1229

That only gets the first 20 members since it's paginated.

Both what? Managers and curators?

And also we can GET from the API multiple times, with increasing `?offset`s (increasing by 20) repeating until the response is `[]`.

Then for each response we store them in an array and iterate through each item of each response to add the members.

> there's so many static file server plugins for many editors There's also some static file servers that don't depend on a code editor, like http-server for node.js. All you...

> the code for a 5x5 smile can look like > `( 5x5, 00000, 01010, 01010, 10001, 01110 :: Matrix)` I think it only really needs to support normal 5x5...

i expected this to be in the same pr as the buffer extension itself

> Why does 1/3*3 equal 0.9999999999... rather than 1? Because division only has 100 digits of decimal precision.

> try using the images extension and converting its output. Creator of the Images extension here, please use Skins instead.