Postmodern
Postmodern
`description` was not originally supposed to contain markdown, but markdown has gotten into it over the years, when copy/pasted from advisories. You could try to render `description` and then fallback...
Note that NVD aggressively rate limits their REST API access.
An idea, `String#unpack_uint8` could be optimized to just return `getbyte(0)`.
Did a Mastodon poll about `_ne` vs. `_net` suffix, and appears most people say to just use `_be` when referring to network-byte-order types. So maybe hold off on the `_ne`/`_net`...
An idea, `Integer#pack_uint8` could probably be optimized to simply return `self & 0xff`.
Did a Mastodon poll about `_ne` vs. `_net` suffix, and appears most people say to just use `_be` when referring to network-byte-order types. So maybe hold off on the `_ne`/`_net`...
On second thought, we should support specifying version range Strings (ex: `>= 1.2.3, < 1.5.9`).
This has been implemented by c050b639e404b4c03e84f7e90764fe011e1567d0.
> Hey, for this issue the search box added can be used to search anything or only the content on the website? Only the contents of the website, hence the...
@amomchilov Could you post your `~/.zshrc` and `/etc/zshrc` files? I suspect there's extra logic there that is exiting if the shell is not in interactive mode. On Fedora Linux with...