Folyd

Results 62 issues of Folyd

I didn't found any principle of **TWIR** regard to the contribution content. Since I often see some non-English articles, I believe the **TWIR** is open to all languages around the...

Add `zine lint` command to help detect some common misbehavior, such as broken links, path typos in the config file, etc. Especially, it is a good tool to auto-find broken...

enhancement
level-medium

To support co-authors, we simply need to change the `author` field to support both single plain string and string array. ```toml [[article]] # single author author = "author1" ``` ```toml...

enhancement
good first issue
level-easy

If the user uploaded the `static` directory to CDN, then they can specify the CDN domain to speed up static assets request. ```toml [site] url = "xxx.tld" cdn = "cdn.xxx.tld"...

enhancement
level-easy

The incremental build is another good choice to speed up build time. When we detect any change, we should rebuild as less files as possible.

enhancement
level-medium

Can we learn something from this project which brings auto instrumentation to golang via eBPF. https://github.com/keyval-dev/opentelemetry-go-instrumentation

enhancement
help wanted

Hi, I found a suspicious website [tor2web.ch](https://www.tor2web.ch/) which was disguised as a fake `systemd` process running 100% CPU. I don't know what the fake process actually do, probably mining. Here...

My bad. The [`Service`]: https://docs.rs/tower/trait.Service.html is a broken link. It should be https://docs.rs/tower/*/tower/trait.Service.html.

This PR simply adds Legend support. Here is the screenshot: ![image](https://user-images.githubusercontent.com/3369694/123532216-f8147800-d73d-11eb-99a0-0307786d5216.png)