Tamotsu Takahashi

Results 7 issues of Tamotsu Takahashi

`/features#Share-Notes` is valid only when `linkifyHeaderStyle` is `"keep-case"` (default). You should add ``` app.locals.linkifyHeaderStyle = config.linkifyHeaderStyle ``` to app.js and `

Use more recent marked. 0.6.2 is vulnerable. [This](https://raw.githubusercontent.com/markedjs/marked/0ee3aa988b3e846a1952813f9eeaa96c85b3d8f5/test/specs/redos/link_code.md) can DOS-attack CodiMD. [You can use 0.7.0.](https://github.com/j201/meta-marked/commit/44c5db0afb8b1dc4550c273c66fadaf190bc9329) [Comparing @hackmd with the original](https://github.com/j201/meta-marked/compare/master...hackmdio:master), I don't think you need to stick to the old...

Maybe useful as a build instruction. Currently it builds 2 archs with both enabled. You can configure the matrix, e.g. to build 24 types ``` build: [Debug, RelWithDebInfo, Release] arch:...

Examples are at https://github.com/sejori/peko/tree/main/example

Github Actions help us keep files in sync. If you'd like to do it manually, decline this PR.

This uses github actions to minify the js when modified.

Now it is easy to test with raw PCM data. Try `cat pcmf32.raw | stream` (or `pv -qL 64000 pcmf32.raw | stream` in realtime) Note: I haven't tested WIN32 ifdefs....