t0

Results 16 issues of 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...

area/docs-generation

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, ![image](https://user-images.githubusercontent.com/17229109/115398784-162f9a80-a21a-11eb-979c-3097a2b0c97f.png) however, as you can see, assets loading fails. ![image](https://user-images.githubusercontent.com/17229109/115398676-fdbf8000-a219-11eb-84ea-76eb8c98e52f.png) This is...

Hi, I am building a docs site using Nextra, and deploy with GitLab Pages. When running locally, code are highlighted correctly. ![image](https://user-images.githubusercontent.com/17229109/115994959-cd0d8b00-a60b-11eb-9420-824e4b2346af.png) 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...

improvement-request
tracking

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...