Sophia J. Turner

Results 61 issues of Sophia J. Turner

Here's a picture from one screenshot: ![Eq4Q2IdVEAEqyqM](https://user-images.githubusercontent.com/547158/103575314-65d1ab00-4f36-11eb-8152-333f451e9299.jpg) Asking around on twitter, I was told: "Ok so I assumed this was ligatures from ---- not the actual characters for those lines....

### Problem We've tried a few different ways of adding a team to grant the publishing rights to Nushell's repo, but haven't been able for this to work. Here's what...

C-bug
A-documenting-cargo-itself
E-easy
A-interacts-with-crates.io
Command-owner
S-accepted

Note: this is pretty expensive. Windows requires clang, and this currently takes ~3mins, which is much slower than the other platforms.

(Inspired from brainstorming with Mae Milano and @yaahc) Untracked: ``` class Node { next: Node? } owned class Foo { node: Node? } ``` Tracked ``` class Node { next:...

I was thinking we could use the phrases to train folks: "Make it work, then make it tight" So the opposite would be "loose" like being too loose with memory.

Things to decide on: - [ ] Nominal or structural subtyping - [ ] Explicit subclassing vs `delegate` field - [ ] Support type expansion via named impls? - [...

Currently all June apps have to fit in a single file. We need to extend this so that you can import other files. Current thinking is maybe a simplification of...