Joel Purra

Results 158 comments of Joel Purra

Looks like this also affects `eslint-config-xo-typescript` v8.0.1: - https://github.com/xojs/eslint-config-xo-typescript/releases/tag/v8.0.1 - https://github.com/xojs/eslint-config-xo-typescript/blob/v8.0.1/package.json#L54 - https://github.com/xojs/eslint-config-xo-typescript/blob/v8.0.1/index.js#L2 - https://github.com/xojs/eslint-config-xo-typescript/blob/v8.0.1/index.js#L698 Guess @yuzhva's workaround to "filter out" json configs could work there as well?

@yuzhva: keeping track of indices is fickle; went with generic/safer filtering: ```javascript xoTypeScript.filter((config) => config.language?.startsWith("json/") !== true) ``` Still not a _good_ solution though. --- Can alternatively override/pin a specific...

Just noticed that both `awesomebox` and `tcolorbox` have markdown usage examples here in pandoc-latex-template. Not the same syntax as Github's alert boxes, of course, but look like decent alternatives. Perhaps...

Guess bumping `version.m4` require a new release v1.5.2? https://github.com/authselect/authselect/blob/1.5.1/version.m4#L2

Ubuntu 25.10, Nvidia graphics card. Same crash-to-login has happened several times in the past two weeks or so. In addition to log lines in the original post, `journalctl --user` includes...

@Downchuck: nice, thanks! Used your example to write a simple nodejs mermaid to svg/png cli renderer in two dozen lines. Discovered [mermaid-cli](https://github.com/mermaid-js/mermaid-cli) only afterwards ;)

@davidjeddy: from v1.8.0 onwards jq uses a version number with three parts. Given the breaking changes in v1.8.0, without a bump to v2.0.0, the version number format change does not...

@r-bt: glad to hear that Logitech c930e works with `uvcc` in macOS, since it rules out a lot of potential hardware and (general) `uvcc` issues. FYI I'm no longer using...