www.ziglang.org icon indicating copy to clipboard operation
www.ziglang.org copied to clipboard

Results 70 www.ziglang.org issues
Sort by recently updated
recently updated
newest added

It appears that `data.js` does not get compressed like the other assets: `main.js`: `curl -sILH 'Accept-Encoding: gzip,deflate,br' https://ziglang.org/documentation/master/std/main.js` -> `content-encoding: gzip`, looks good `data.js`: `curl -sILH 'Accept-Encoding: gzip,deflate,br' https://ziglang.org/documentation/master/std/data.js` ->...

Info added for each available languages.

Notice how 日本語 is not split in the middle of the word anymore. **Before:** ![image](https://github.com/ziglang/www.ziglang.org/assets/5113257/50200a3b-48ba-4957-b434-7674823d1bc8) **After:** ![image](https://github.com/ziglang/www.ziglang.org/assets/5113257/428016cc-b014-41cc-93e9-d1101a3a243d)

For example, the japanese link href text is ``` 日本 語 ``` This happens in mobile only. I can work on this in an hour. It's an easy change.

Hello! added a [Package Management](https://ziglang.org/learn/overview/#package-management) subsection under build [Zig Build System](https://ziglang.org/learn/overview/#zig-build-system). I think it would be a net positive for communicating language features if this was mentioned in the overview,...

Related to: - https://github.com/ziglang/zig/pull/18103 - https://github.com/ziglang/zig/issues/18101 I was going through the install / hello world tutorial today and saw that it recommends the use of `zig init-exe` which seems to...

In build.zig.zon, "ensure" is spelled "insure" in the example documentation. I know not a big deal, but we aren't protecting it against theft or loss! :P. Line 51.