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-08-23-
Attendees
Agenda
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →serde
drama?if
:use (if $constfoo { 'spam.nu' } else { 'eggs.nu' })
def
vs. requiringconst def
)extern-wrapped
def-wrapped
)def
(see Discussed Topics):
in input/output type declaration necessary? Yesdef foo []: int -> int { ... }
- can we remove the:
? Nodef foo []: [int -> int, bool -> bool] { ... }
- can we remove the:
? NoDiscussed Topics
0.84.0 first impression
Public birthday of 4 years
amtoine's PR backlog
Uutils based
cp
serde
kerfuffle - retrospective fixesCargo.toml
version restriction during the time the binary blob was an active issue/discussion pointrelated issue arrow2/polars
--locked
for now)const
future - parse time evaluation$nu
const fastBig
Value
refactorFirst step JT started: Having Span in all
Value
casesThen the next step can be
struct SpannedValue
and theenum UnspannedValue
A lot of places to adjust
-> get the all-span value polished and then go step by step
Degradation of span quality
we need to experiment a bit
Related
Record
PR v2 now up from IanManske-> Get it in before the despanning
extern-wrapped
Suggestion (chosen approach):
BUT, you could be tempted swap the flag locations (maybe it's okay?):
Suggestion 2 (the env/wrapped is now a property of signature, not
def
=> could be expanded to closures in general):death-env ->
def --env
gonna ruffle some feathers –> appropriate deprecation
update a lot of documentation/troubleshooting FAQ
Issues