Rory O’Kane
Rory O’Kane
This warning? > These docs are experimental. [Progress depends on the self-hosted compiler](https://kristoff.it/blog/zig-new-relationship-llvm/), [consider reading the stdlib source in the meantime](https://github.com/ziglang/zig/wiki/How-to-read-the-standard-library-source-code). I had already read that. I’m not sure what...
There actually is already a license, [in the readme](https://github.com/mixu/distsysbook/blob/master/readme.md#licence). > # Licence > > This book is available for free, but what I've written remains mine. > > Translations: as...
#### Possible solutions for if a small-window user visits a large map - Just show the user as much of the map as you can, and let the rest be...
The proportional font I use for coding is Verdana. If you include a whitelist of proportional fonts in the app, I nominate Verdana for inclusion. If you could enter an...
The HSP color model seems less useful than the similar [HSLuv](http://www.hsluv.org/) (HSLuv) model. Both models define Saturation as a percentage of maximum chroma, and have a perceptual Lightness. But HSLuv...
Here’s some text the Contributing guide could include: ```markdown The [`property/`](https://github.com/jgthms/css-reference/tree/master/property) directory contains the HTML descriptions of each property. For example, the explanation and examples for the [`align-content`](http://cssreference.io/property/align-content/) property is...
@yuezk Here is why I think the text was originally written with Markdown: - [`_config.yml`] contains `markdown: kramdown` - [a typo] involving `**` double-asterisks caused some text to be bolded...
As a substitute, you can use your browser’s Web Inspector:  It’s worse than a code sample in that it includes...
Like @bhrutledge, I would prefer my copied text use `-` as the list bullet instead of `*`. I don’t have time right now to try to edit this extension, but...
As an alternative to adding an bullet customization option as I described above, we could change the hard-coded bullet character from `*` to `-` by editing the `list` function. Do...