pd

Results 28 issues of pd

PNPM throws constant deprecation warnings about `source-map-resolve` which is due to the `css` dependency. Looking at this `source-map-resolve` package it doesn't appear to have been updated in ~2 years, so...

I'm tinkering around to see if this is possible but would love to avoid going down a rabbit hole if not likely to work. https://github.com/wvbe/experimental-jsdoc-to-tsdoc-tool I've been using a local...

enhancement

Just noticed that `ORDER BY col NULLS FIRST` is not yet implemented. Understandable if not on the agenda, but thought I'd flag it just in case. Thanks!

**Plugin Concept** Some (partially re-rewritten) reference / inspiration code for a hcaptcha generator by @masterchef in Discord: https://gist.github.com/prescience-data/c697b74b4b6b34d2c2aabdc76b39d468 https://discord.com/channels/737009125862408274/737009125862408277/832164538114768896

issue: proposal

Not sure if there's any unforeseen downsides to this idea, but it would be great if there was a way for users to submit new detection tests they find so...

idea

Attempting to address this issue below and looking for feedback and ideas on any potential ways to achieve this more cleanly: https://github.com/berstend/puppeteer-extra/issues/209 The goal is to have Puppeteer run every...

enhancement
plugin: stealth ㊙️
upstream-issue

## Is your feature request related to a problem? Please describe. I note the issue that requested the jsdoc header was implemented here https://github.com/bencoveney/barrelsby/issues/77#issuecomment-490608876 However, when using [`eslint-plugin-tsdoc`](https://www.npmjs.com/package/eslint-plugin-tsdoc) having this...

enhancement

### Describe the feature Disclaimer: Not sure if this is something more specific to my personal use case or if others might find it convenient as well. After playing around...

🪄 enhancement

I'm attempting to build out a series of local `Zod` type definitions and following the pattern from [`types.ts`](https://github.com/colinhacks/zod/blob/master/src/types.ts) However, I've hit a snag not being able to access some of...

wontfix

When needing to attempt to bind an existing Interface to `ZodObject`, there are a few issues with using the more simplistic `ZodSchema` to achieve this - namely losing all the...