Greg Hurrell
Greg Hurrell
Probably not useful but check out isolated malloc calls we're doing to see if it would help. (I think our pervasive use of slab allocations already extracts all the benefit...
Not sure if this will be any better but teach the scanner "class" to take a pointer to a cleanup function and a `void *` pointer to be passed to...
Compare: - Old format: 157ddcddecfd4e6775eefd2678b91d914fec655e - New format: 57a30aad88f7d0428da404e3fa5d3e5451fd7acc ie. `git submodule summary` output: ``` * aspects/nvim/files/.config/nvim/pack/bundle/opt/mini.icons b8f6fa6...f9a177c (1): > docs!: transfer to GitHub organization * aspects/nvim/files/.config/nvim/pack/bundle/opt/mini.surround b12fcfe...953fb53 (2): >...
Since migrating away from submodules, any GitHub CI jub using the `actions/checkout` action will fail during post-job cleanup (this ends up being a warning, not an error, so it is...
https://github.com/apple/container/blob/main/docs/tutorial.md [Some more context, from my blog](https://wincent.dev/blog/security): > # Security > > For a long time now I've been worried about the lack of security in my dev environment. >...
`npm` commands have started printing warnings. eg. `npm config list` says (edited excerpt): ``` npm warn Unknown user config "content-repo" (masochist:content-repo). This will stop working in the next major version...
For example on a page like "[TypeScript cheatsheet](https://wincent.dev/wiki/TypeScript_cheatsheet)", I'd like to be able to direct-link to a heading like this one: ```html The satisfies operator ``` Additionally, we could generate...
May be a bit involved because at the moment there is no search field on most pages (clicking on "Search" in the nav takes you to `/search`, at which point...