jamessawyer

Results 4 issues of jamessawyer

I found your "auth/server" project, you defined the 'services/passport.js' file, but you didn't export it, and used it nowhere. I was wondering how to use it?

I created a new vue-ts project using `pnpm create vite@latest my-app --template vue-ts`, then I add `pinia` & `pinia-plugin-persist` deps。I set up typescript config by the doc, when i import...

First, thanks for this awesome lib! I used this lib to work with [this forked react-native-cached image](https://github.com/fungilation/react-native-cached-image) in my latest project. Here is code snippet: ``` import React from 'react';...

```bash Error: Socket is busy writing; only one send operation may be in progress at any time at ZmqMiddlewareManager.send (file:///Users/lucian/Documents/2024/nodes/node-design-patterns/ch09-behavioral-patterns/05_middleware/ZmqMiddlewareManager.mjs:27:28) { errno: 16, code: 'EBUSY' } ``` try the zeromq@latest...