t0
t0
The code below doesn't really need the `error` as return type, so I remove it ```go func printOptions(buf *bytes.Buffer, cmd *cobra.Command, name string) error { flags := cmd.NonInheritedFlags() flags.SetOutput(buf) if...
Would it make sense to allow similar structure as in nextra-theme-docs? Rather than - posts (multiple articles) - index.md - blog1.md - readings.md (single page) - about.md (single page) Maybe...
Hi, I am using nextra-theme-docs. After I deploy the app on GitLab CI, my GitLab pages are live,  however, as you can see, assets loading fails.  This is...
Hi, I am building a docs site using Nextra, and deploy with GitLab Pages. When running locally, code are highlighted correctly.  However, after deploying to GitLab, it no longer...
To reproduce: - Visit https://github.com/YikSanChan/stork-demo/tree/zh-cn-not-working - I build my index based on files in zh-cn/: `~/softwares/stork-macos-10-15 build --input ch.toml --output ch.st` - I try queries (with >= 3 chars) like...
Here is the quickstart example: https://www.tensorflow.org/recommenders/examples/quickstart It works fine, but I am not able to save the model by `model.save('my_model')` at the end. It throws exception: ``` WARNING:tensorflow:Skipping full serialization...
Fix typo