Tibs (Tony Ibbs)
Tibs (Tony Ibbs)
We used to have to be more cautious about using `:doc:` because Vale would spell check the document names. Now that's not an issue, we could look for all the...
Note: this depends on https://github.com/aiven/devportal/issues/1126 "business nouns" are company names, major products and so on. In https://github.com/aiven/devportal/issues/1126 I propose splitting them out into a separate dictionary. Doing so would enable...
https://github.com/aiven/devportal/pull/836 introduced two links into the Kafka documentation that fail at `make linkcheck`. * https://kafka.apache.org/documentation/#consumerconfigs_auto.offset.reset * https://kafka.apache.org/documentation/#design_consumerposition Both of these definitely exist, and work in a browser. For that PR,...
At the moment, we have one Aiven dictionary for use in our linting, `.github/vale/dicts/Aiven.dic`. This includes words that aren't in the default dictionary, and also "business nouns" - company names,...
The `avn` command is immensely useful, but it has many options and we don't always find out immediately when it gains the ability to do something new, or when how...
https://github.com/aiven/devportal/issues/516 and https://github.com/aiven/devportal/pull/574 fixed the links in the table on the page [Access control lists permission mapping](https://developer.aiven.io/docs/products/kafka/concepts/acl.html) However, both `Alter` and `AlterConfig` have a `docs` link to the same method,...
Fixes issue https://github.com/django-oscar/django-oscar/issues/4370 [node-sass](https://www.npmjs.com/package/node-sass) is deprecated, does not have binary versions for my M1 Mac (Sonoma 14.7, although I think it's for any `arm64`), and will not build for me...
### Issue Summary Building the sandbox with `make sandbox` (which runs `npm install`) fails when it tries to install `node-sass` on a recent M1 Mac with a recent version of...