or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Syncing
xxxxxxxxxx
Nushell core team meeting 2023-12-20
Attendees
Agenda
use ../../foo/bar.nu
--
Discussed Topics
Stabilization steps
Sophia: picking a version that announces stabilization for core sets
Kubouch: listing of categories how stable certain things are
Spreadsheet time?
Stefan: spell out what is ready with each upcoming release
Ed?: what are parts that get stabilized with the headline of the command. Are all options included.
Michael?: how would new-nu-parser be colliding with ongoing work to stabilization
AucaCoyan: Will there be a 2.0?
What is stability?
Stabilization policy considerations
Nightly?
Tangetn: Error make semantics
Red flags
catching and rethrowing effectively impossible right now
errors as values is not yet fleshed out
--
flag fenceactive topic, frequently requested
wait for kubouch
Stack clone
PR: https://github.com/nushell/nushell/pull/11288
slowdown when there is a large datastructure in scope
isolation/perf balance
cow structure of the stack as a potential solution
Sophia: How are things working with closure vs block sharing -> we have semantics of capture/mutation
Logo contest
Antoine prepared announcement
Feedback: simplify/open the priming themes
spread operator in call sites
Contentious issue how should positional or optional positional params be treated.
Spreading of named arguments through records opens extra complexities
Not discussed topic
Issues