-
What can/should we teach people about writing/publishing/reviewing (i.e., the last lap of every scientific project)? Clearly interacts with reproducible research, open access, etc.; what mechanics/to…
-
### Problem
Right now if you want to write a function that transforms an iterator you have to specify the type explicitly:
(1.)
```
struct MyTransformer { ... }
impl Iterator for MyTransformer { ..…
-
Please see if you can debug. It's an essential feature that could make a presentation time flow much smoother.
I need to append the output$... object "dscr.data" (server.R, 63) to the tabPanel "Data…
-
I'm not a JavaScript expert so I could be totally wrong on this, but for the http://www.polymer-project.org/polymer.html docs page, instead of
get foo() {
return foo_;
}
wouldn't it be clearer to…
-
bkha1 updated
11 years ago
-
**THIS THREAD IS CURRENTLY CLOSED. THE PIXEL BOARD IS UP!!! https://trello.com/b/vwuE9fbO/habitrpg-pixel-art
This Github Thread is now permanently closed. Feel free to unsubscribe.... and head on ove…
-
Feature request. Related to #245.
I'm using "should" in the "wish-for" sense in what follows.
Subjects should be able to complete a question with images as "questions" and answers. Imagine a puzzle …
-
The logic in my Authorizer methods has gotten pretty complex. It checks for various roles, permission levels, etc. and also relies on _other_ Authorizer methods. To give a simple example:
``` ruby
de…
-
A possible alternative to allow `do:`/`end` to work instead of `do/end` is limit where new lines appear. The goal is to write:
```
if true, do:
"foo"
else:
"bar"
end
```
Instead of:
```
if true…