Ryan Ramage

Results 43 issues of Ryan Ramage

here is the simplest pear app to reproduce ``` /* global Pear */ console.log(`welcome!`) Pear.updates((info) => { console.log('got update', info) Pear.restart() }) ``` If you run this with its key,...

``` ~/apps/langchain-pear via  v18.14.1 took 25s 🐟 bare index.js Uncaught ModuleResolveError: PACKAGE_PATH_NOT_EXPORTED: Package subpath '.' is not defined by "exports" in [object Object] at exports.packageExports (file:///bare.bundle/node_modules/bare-module-resolve/index.js:243:16) at exports.packageExports.next ()...

**Is your feature request related to a problem? 😢 Please describe.** I have multiple projects that I want to keep the todos isolated from each other. Right now it seems...

enhancement