Wilson

Results 7 comments of Wilson

Hi! Your project has helped me a lot. Thank you very much! A few days ago I published the project on npm... I created a repository to which I am...

Hi! If you want, I could give you the permission to publish the package. Or move all the authority over the npm package

Hey, Which languages ​​do we use?

Try installing with .deb file, if you can.

Here too! :/ ```python Traceback (most recent call last): File "background.py", line 10, in from SimpleCV import * File "/Library/Python/2.7/site-packages/SimpleCV-1.3-py2.7.egg/SimpleCV/__init__.py", line 3, in from SimpleCV.base import * File "/Library/Python/2.7/site-packages/SimpleCV-1.3-py2.7.egg/SimpleCV/base.py", line...

I had the same problem as @blqke. Because I didn't find info about `useRequestFetch` in the docs I did this: ```ts export default defineNuxtRouteMiddleware(async (to, from) => { const authCookie...