Rodrigo Oler
Rodrigo Oler
The following error is occurring when trying to use apollo-resolvers with typescript, I noticed that several people were having the same problem and I decided to open the issue, more...
- [x] dist/react-event-components.js - [x] dist/react-event-components.js.map - [x] dist/react-event-components.min.js - [x] dist/react-event-components.min.js.map - [x] dist/service-worker.js cc @felquis
Hello everyone, I tried to test but unfortunately it did not work ... below are the settings made and the error log occurred. webpack.prod.config.js: ```javascript ... const PrepackWebpackPlugin = require('prepack-webpack-plugin').default;...
What do you think about including prettier in the project? If you want, I'll send you a PR.
**Prerequisites** * [x] I have checked that `@thirdweb-dev/react` and the `@thirdweb-dev/sdk` are on the latest _stable_ version and the bug still exists. * [x] I have checked [existing issues](https://github.com/thirdweb-dev/react/issues?q=is%3Aissue) and...
Some suggestions for future implementations - [x] Visual Studio Code; - [ ] IntelliJ IDEA; - [ ] Sublime; - [ ] Atom;
@chenglou when trying to install global jeason the following error occurs. ```sh ❯ yarn add global https://github.com/chenglou/jeason.git yarn add v1.22.0 warning package.json: No license field warning No license field [1/4]...
The following error is occurring when using npm to install dependencies instead of yarn ```bash MacBook-Pro-de-Rodrigo:rebirthdb-desktop rodrigooler$ npm run dev > [email protected] dev /Users/rodrigooler/projects/rebirthdb-desktop > cross-env START_HOT=1 cross-env START_HOT=1 npm...
Fiz o merge de uma PR, porém o pacote não estava dentro do package-lock e os imports estavam quebrados ao rodar o comando npm run test. Para resolver esse problema...
### ✨ Features - **`Mongo.Collection.prototype.watch` method** Enables watching a MongoDB collection using a change stream. Accepts a custom event name and options such as `pipeline` and `fullDocument`. - **`Mongo.watcher` utility...