Rafael Gomes

Results 14 comments of Rafael Gomes

> i assume this project is dead but i am working hard to develop a marketplace and this framework seemed like the best way to start, if anybody is able...

I was able to install it that way too, but there is an error when trying to register the data, it seeks another class that is probably installed by the...

Edit Redis driver, line 54: ```javascript get(key) { // return this.redis.get(key) this.redis.get(key, (err, result) => { if (err) { throw err } else { return result } }) } ```

> ### How were you trying to build the app? > npm run android > > ### Full build logs > ```tsx > Build file '/Users/yudiedrialviska/projects/nascance/upgrade/haermes3-mobile/node_modules/react-native-vision-camera/android/build.gradle' line: 354 > The...

Change the line 6 on .ngx-unused-css.json ```json ... "styleExt": ".scss" ... ``` To: ```json ... "styleExt": "scss" ... ```

For me, solved with this fork: https://www.npmjs.com/package/@softoat/react-native-geocoder

I did a conversion within my own project. I will create a repository as an example, and maybe create the package

Excel uses the **decimal** format when a column is of type time. To solve this, I used a function below to change the values to the correct format ```Javascript public...

Transform your date to a JS date, like README file: https://github.com/optilude/xlsx-template?tab=readme-ov-file#generating-reports

> It is not working. Could you create a repository with your example of use? Maybe by visualizing I can help you.