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-10-04
Attendees
Agenda
rustls
behind a feature? (#9798)Discussed Topics
unspecified table or record return type
Question posed by #10594, should there be a separate
AnyTable
/AnyRecord
return type that will be accepted by any constraining specific table e.g.table<foo:int>
.JT: in practice it would make sense to just accept
table<>
as the any typeStefan: simpler to teach
Darren: are there possible scenarios?
Revisit if it turns out there is a problem
date
/datetime
into datetime
,datetime now
date ...
commands?API docs
#[warn(missing_docs)]
enabledNew nu parser
def --env
flag is floating at the moment. would this fitGoals:
Test runner for nu code
nupm tests
scope commands
#[test]
eVaL
for reflectioncomptime
reflection to emit a limited set of "macros"nu
rustRustls
Conclusion:
Don't take it now as we try to be conservative. Recommend that they can maintain a fork/patch we will share if folks are interested in running it for their system.
Storm will follow up with this person and let them know that the core team has agreed to link to the doc explaining how folks who want to link in rustls can do so. Also, for folks who are interested in rustls they can talk to other folks in discord about how to build rustls on their own.
Issues