azu

Results 808 comments of azu

If possible, I would like to solve #281 as well However, it is necessary to obtain the rule/plugin version from package, and I think that processing requies I/O cost. This...

Another approach is to add a command for CI like BIOME. [Biome v1.5 | Biome](https://biomejs.dev/blog/biome-v1-5/)

I was thinking about this and had written an implementation that takes a version from package.json, but the restrictions of Node.js are too strong, I'm starting to think it would...

@file-cache/package-lock https://github.com/azu/file-cache/releases/tag/v2.0.0

💡 Idea I've come up with a way to use caches to greatly improve the execution speed. Right now, it's a cache for a file unit, but in the way...

I do know why `.focus()`. If https://stackblitz.com/edit/honkit-template?file=README.md (the case of iframes), we can probably get around this by using https://developer.mozilla.org/en-US/docs/Web/API/Document/activeElement.

Maybe https://github.com/honkit/honkit/issues/286 is similar issue. Fundamentally, I feel that replacing the Markdown parser is a good idea. #96

Maybe, this `\b` cause this error. (`toLowerCase` is also a bit suspicious) https://github.com/honkit/honkit/blob/8a47d19d41e611bd43f2127b2d712a644ff3c1ea/packages/honkit/src/output/modifiers/annotateText.ts#L69 ```js function pregQuote(str) { return `${str}`.replace(/([\\\.\+\*\?\[\^\]\$\(\)\{\}\=\!\\|\:])/g, "\\$1"); } const name = "Brancaleone von Andalò"; const searchRegex =...

I agree that this is an odd behavior. We would need to investigate whether this is a core or plugin issue. - [istex/gitbook-plugin-add-js-css](https://github.com/istex/gitbook-plugin-add-js-css)

@dependabot merge 1/11/2024, 12:26:22 AM "honkit/honkit" ***@***.***>