Wagner Souza
Wagner Souza
Add translation for new languages: - [ ] English - [ ] Portuguese BR I'm on it.
It would be awesome if we can set a max age for a single key or the whole store. For example: ```js store.set('foo.bar', true, { maxAge: expirationDate }); ```
**Is your feature request related to a problem? Please describe.** It's not a problem, but it will be nice if we can know if the service is paid before opening...
I've one e-mail input  When I start typing the `@` and `.` chars appears on the input. Theres a way to not show this on typing?  Also, guide...
I want to recursive delete a folder in the FTP, there's the `rmda` command for that, but when I try to use I get `Error: 500 Unknown command`.
## Is your feature request related to a problem? Please describe I want to add a header with icon to the `Project` component, but it only accepts text, It would...
If I turn on strict mode on vuex, I get the following error `[vuex] Do not mutate vuex store state outside mutation handlers.`  I think that is something related...
I'm getting an error while trying to install this package: ``` ➜ whatsapp-bot git:(master) ✗ npm i @adiwajshing/whatsapp-info-bot -D npm ERR! code E404 npm ERR! 404 Not Found - GET...
I'm trying to make a static pwa with `next.js` and tailwind. ## Steps 1. Use `create-next-pwa`: ``` npx create-next-pwa pwa-test --tailwind ``` 2. Install `gh-pages` dependency and update `package.json` ```json...
Should we add coffeelint support? This will make the source code more concise and professional.