Paul Shen

Results 4 issues of Paul Shen

**Describe the bug** Version: 10.0.2 When loading [email protected] in the browser via ESM import, it gives an error "require is not defined", pointing at `this.fs = require("fs")`. If you pin...

enhancement

In course of working with Replicache, I ran into a situation on my phone where my app stuck in a state which indicated `useSubscribe` not successfully running the query function...

Future
Design Needed

Hi! I'd like to share some feedback on [prop name casing](https://v3.vuejs.org/style-guide/#prop-name-casing-strongly-recommended). I understand the motivation (following language convention). The downside to this approach is that static analysis does not (at...

discussion

When searching for movies by :title, we should return an array unless the user specifies a :limit of 1. The previous spec just happened to test a query that had...