Cristiano Cavo

Results 14 issues of Cristiano Cavo

E.g., I use the [scale prompt](https://github.com/enquirer/enquirer#scale-prompt) and I need only 3 choices and not the 5 by default: ``` const { Survey } = require('enquirer'); const prompt = new Survey({...

bug

This: [https://github.com/amcharts/amcharts4/blob/master/dist/geodata/es2015/json/region/world/europeUltra.json](https://github.com/amcharts/amcharts4/blob/master/dist/geodata/es2015/json/region/world/europeUltra.json) give a Russia splitted in half. Please, make a new geojson where Russia is not splitted and is part of Europe.

enhancement

I installed `react-native-make` by ``` npm i --save @bam.tech/react-native-make ``` I run the the commands to generate icons and success both for android and for ios. I test the Apps,...

Cannot build source codes for macOS Mojave. Running: `sudo yarn && yarn preminify` I get: ``` yarn install v1.12.3 warning package-lock.json found. Your project contains lock files generated by tools...

I am trying to change the color of the borders of the button which the cursor is pointing on. I am trying by this without success: ``` def render(self): for...

Bug

Enhancement proposal, in the [documentation here](https://github.com/DeviaVir/zenbot/blob/unstable/docs/installation/raspberrypi.md) is described that there are some limits regarding using MongoDB on 32bit OSes, such as Raspbian. This is true, but it is also possible...

enhancement

I upgraded the plugin from version X to version Y. Everything seems to be fine. I am experiencing a different behavior compared to the previous version, for simplicity I report...

Stale

Using [react-native-push-notification-ios](https://github.com/react-native-push-notification-ios/push-notification-ios), I would like the notification to arrive, not be shown and the notification data to be passed to the React Native layer to the onNotification function. To do...

Hi, I followed the installation and usage guide carefully step by step both on iOS and on Android. I have initialized and configured the pinset.json then I have successfully generated...