let x = ls | length
let x = (ls | length)
$str += [ a b c ] | str collect
$str += ([ a b c ] | str collect)
$env.PATH |= prepend /foo/bar | append /bar/foo
$env.PATH |= (prepend /foo/bar | append /bar/foo)
(doesn't work in my PR)We recorded notes about doing the release process with JT
Release Process Notes
Work by WindSoilder and then Jakub to allow external commands to use flags not defined in extern
definition.
Our rules are to strict for all commands in the wild
Now also supporting exec
(not as strict rules as regular commands)
Jakub's PR should support most (vote to land)
https://github.com/nushell/nushell/pull/7527
(might still be some edge cases)
-0
will get parsed as int and this removes flag
--
should be handled now
JT will take some time off in the new year
Next release let's try to do it with JT hands off
Create a new github team and retry the cargo
stuff with the new team
(CBenoit mentioned issues with deleted/recreated teams)
Provide some fodder for people having some time over the holidays and want to get started contributing or honing their Rust skills.
explore
commandwork ongoing to make it more seamless:
source $myconst
|=
as a potential new operator
lite_parser
let x = ls | length
let x = (ls | length)
$str += [ a b c ] | str collect
$str += ([ a b c ] | str collect)
$env.PATH |= prepend /foo/bar | append /bar/foo
$env.PATH |= (prepend /foo/bar | append /bar/foo)
(doesn't work in my PR)let
and gather feedback -> incremental improvementor
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