-
There's a need to tag entities in the language to refer to them later, currently, that's done with strings so
```
const part001 = startSketchAt([-1.2, 4.83])
|> line([2.8, 0], %)
|> angledLine([45…
-
@bkardell and I went through a number of examples of more traditional application tabs and examples of the proposed panelset pattern, and came up with a proposal to separate them into two different pl…
-
The final portfolio will consist of a single post containing:
1. a **prose reflection** of at least 800-1200 words (1200-1800 recommended), reflecting on the course and framing the portfolio’s cont…
-
I.e. why are they not scoped at the module level instead of at the class level?
This means we can't use #private fields along with class-factory mixins.
This works fine:
```js
class Foo {
…
-
Comment below with questions or thoughts about the reading for [this week's workshop](https://github.com/uchicago-computation-workshop/Winter2020/tree/master/01-16_Parigi).
Please make your comment…
-
Opening this as a tracking bug for all kotlin related documentation that we should be add/best practices that we should call out to make using Dagger w/ Kotlin easier.
One example: How to achieve t…
-
We've discussed this before but I don't think there's a dedicated issue to talk about what could constitute interest on a touch device (e.g. phone, tablet, certain laptops).
We should also discuss wh…
-
This concept would be attractive to different stake holders. I would like to put it forward from accessibility perspective.
I think that we are moving towards the world in which publications will b…
-
In the rule view, it's a common operation to add a new property to an existing rule.
But that's something you have to know is possible, as there is no hints in the UI this can be done.
A new prope…
-
After `tm-close-tiddler`, the tiddler referenced in the `current-tiddler` field in $:/HistoryList is no longer in the story. That seems a bit contradictory. An easy solution would be to navigate back …