Thomas Kam

Results 27 issues of Thomas Kam

Incorrect package imports was breaking docker builds.

cleaned out most packages that had vulnerabilities. Remaining 1 vuln from `npm audit --prod` is related to React Router v6, which is a more substantial upgrade; will do in a...

fit content to mobile screen on most views (that I've noticed)

Instead of custom `refine`, like ```js z.string().refine((val) => !/forbidden-pattern/.test(val)) ``` it'd be nice to write something like ```js z.string().regex(/forbidden-pattern/).reverse() ``` to flip the true / false check of regex Especially...

Related to https://github.com/bluesky-social/social-app/issues/1071; this issue is a feature request for relevant backend implementation. Other relevant discussion: https://github.com/bluesky-social/pds/issues/99#issuecomment-2488309380 ## Is your feature request related to a problem? Please describe. 2 Factor...

Continues https://github.com/protobufjs/protobuf.js/issues/1980, https://github.com/protobufjs/protobuf.js/pull/1869

**Is your feature request related to a problem? Please describe.** It'd be very convenient to retrieve / record data to and from Google fit, Samsung health and other apps, potentially...

enhancement
wontfix