Prayag Bhakar

Results 16 comments of Prayag Bhakar

Okay the PR is good to be looked at. What should I do about the translated pages? I don't know those languages but I can chatgpt it.

@sarlalian would you be able to take a look at this PR?

@A1EF would you be able to approve and/or merge these changes?

This can probably be closed out https://github.com/jsdoc/jsdoc/commit/a0240542cfbb8ee1cdc1f0770d584872915193f1

This is quite unfair to say. The package maintainer has committed 10+ commits just in 2025. I think JSDoc is just getting mature and closer to [Finished Software](https://world.hey.com/dhh/finished-software-8ee43637). Plus [JSDoc...

I think you have a couple options here, depending on your setup. 1. The [jsdoc-api](https://www.npmjs.com/package/jsdoc-api) to define an output destination. 2. The `--destination` flag in the CLI. ```bash $ jsdoc...

Missed adding that I grew up writing Java so this is why I have this distinction. edit :: seems like [Java 24](https://docs.oracle.com/en/java/javase/24/core/how-deprecate-apis.html) uses `forRemoval` to provide distinction. I will defer...

@hegemonic could I get a review/feedback here?

I do see the option to commit keys and credentials to `drizzle.config.ts` but (1) i would prefer not to commit these things and (2) even then I will not be...

My current solution is to manually create a SQL file to seed DBs. ```seed.sql BEGIN TRANSACTION; INSERT INTO users (id, name, email, created_at) VALUES ('user-1', 'Alice Johnson', '[email protected]', strftime('%s', 'now'));...