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-25
Attendees
Agenda
nu-git-manager
can we land implement whoami using uutils - #10488?(it's landed already)Discussed Topics
triage team
let folks have permissions to triage what they are interested in.
the core team is reachable to help/answer questions if you get stuck.
encourage them to communicate together.
do not create too many new labels for now.
do not try to triage issues out of their interest to avoid burning out / loosing motivation.
tribal knowledge
Demos by Antoine
Nupm
https://github.com/nushell/nupm
Now with 100% more CI
starting point:
package.nuon
(likeCargo.toml
,package.json
)NUPM_HOME
as a directory where it stores the installed packageDarren: would a package modify the config (e.g. to set a hook?)
Antoine: you still need to add a bunch of code to your config
Plugins use a special install script to set them up
Current state basic
nupm install
and anupm test
to run associated tests. Desperately missing mechanism to cleanly update.Darren: Questions about memory utilisation loading all the stuff
nu-git-manager
https://github.com/amtoine/nu-git-manager
Admin all your repos in one place
Hard parts
use
with a bunch of path specificationshide
glob
to search for repo seems incredibly slowglob
pruningIssues