Raine Virta
Raine Virta
Is there a more actively maintained similar library?
I've made a fork and merged the changes from some of the other forks: https://github.com/raine/web-auto-extractor Published as `@rane/web-auto-extractor` to npm.
The readme is incorrect, this project is not on npm.
Some alternatives: https://github.com/seveas/git-spindle https://github.com/raine/gitlab-merge-request
Hello. Can you specify what you are running exactly? I think the error suggests that you would have to provide a volume at `/data` when you run the image, so...
Hey, thanks. For example, ```ts export type Opts = { accountId: string; }; export const getAccount = async (opts: Opts): Promise => {}; ``` ```ts import { buildDocumentation } from...
Ah, I see now how `buildDocumentation` expands the single option argument into multiple params. https://github.com/peterpeterparker/tsdoc-markdown/blob/main/src/lib/docs.ts#L473C1-L482 I was kind of expecting it to parse the arguments from source code without TSDoc...
I wonder if this has something to do with postgres mcp stuff having appeared in @ output also at the same time as this problem started.
1.0.22 is the last version without this issue. I hope it's fixed. ```sh claude config set -g autoUpdaterStatus disabled npm install -g @anthropic-ai/[email protected] ```
Thanks for the reply, I appreciate it. However I find this unintuitive and not a great first impression. The log message says: > If you are seeing this message, the...