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
ZEP1 Meeting @ 5/9
ZEP1 PR 🔗 https://github.com/zarr-developers/zarr-specs/pull/149
Attending: Sanket Verma (SV), Josh Moore (JM), Jonathan Striebel (JS), Alistair Miles (AM)
Initial remarks:
General feedback and comments 👇🏻
- 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 →Three: 👍🏻
in favourFour: 👍🏻
in favourFive: 👍🏻
in favourStorage Transformers
, perhaps a diagram? See comment; by Constantin Pape and Ryan A.Core data type - r*
: using them for extension type fallbacks. Data stored in extensions should be readable by Zarr implementations who haven't implemented the given extension. See comment; by Constantin Pape and MarkChunk Grids
: Being explicit about the size of border chunks. See comment; by Constantin Papeentry point metadata document
forzarr_format
andmetadata_encoding
. See commentmetadata_key_suffix
. See commentmetadata_key_suffix
property, and state that suffix should always be .json if metadata encoding is json. For any other metadata encoding, the suffix should be specified by the extension spec defining the encoding.root node
name. See commentMemory layout
- support any arbitrary layouts? See comment; by JeremyFour 👍🏻
in favour/
? See comment by Trevor ManzMilestone RC1
float16
? See comment; by JeremyTwo 👍🏻
in favour0
asminor version
number. See comment by JeremyStorage Keys
- naming scheme drawback. See comment; by Jeremyroot
. See comment; by Ryanstorage transformers
to act on entire store. See commentTwo 👍🏻
in favourLanguage edits 👇🏻
Data type
- see comment by JeremyNode name
- see commentcodecs.rst
- see commentMiscellaneous issues 👇🏻
URLs
- see comment by JeremyV3 Extensions 👇🏻
Open PRs in
zarr-specs
repo 👇🏻not
in favour of thisfill_value
to be defined - see #145; by John A. Kirkhamcodecs
in place of a singlecompressor
field - see #153; by Jeremy