rahulserver

Results 11 issues of rahulserver

Kindly add generator.pink as a supporter. Our smart contract link: https://etherscan.io/address/0x3700367bAa14B198BAa8591B4C38A17cD9599568 (The source is verified).

- `status-board` version: 1.1.61 - `node` version: 11.10.0 - `npm` (or `yarn`) version: 6.7.0 Relevant code or config ```javascript ``` What you did: Just added status-board as dependency to an...

Enhancement
Help Wanted

I tried sending message to a group using group id, and it works. But finding the group id was very complicated using websocket traffic tracking in chrome. Is it possible...

Just gave ignite cli a try and when I do a `ignite new sometestapp`, I get this error trace on windows 10: ``` ----------------------------------------------- ( ) ( )\ ) (...

question

Whenver I try to run the `Twilio.TwilioVoiceClient.call(token, target)`, app is crashing with this error: ``` libc++abi: terminating with uncaught exception of type NSException *** Terminating app due to uncaught exception...

When I use `window.Twilio.TwilioVoiceClient.call(token, "client:clientname")` I don't see any calls being made in twilio console. Removing the `client:` prefix in recipient also yields same result. So whats the right way...

In templates, using trackBy in ngFor is not recognized as a valid syntax. Check screenshot: ![image](https://user-images.githubusercontent.com/5101740/32408113-acb60200-c1b8-11e7-8714-3d94bca65f0d.png) I even tried with a space between semicolon and trackBy expression, still that does...

Here is my code: ``` File compressedFile = await FlutterNativeImage.compressImage(file.path, quality: 25); ``` This gives below error on miui (Works fine on samsung or android emulator) ``` E/MethodChannel#flutter_native_image(10761): java.lang.NullPointerException: Attempt...

I am trying to create a share button like this: ``` let buttons = []; buttons.push(botly.create()); botly.sendButtons({ id: senderId, text: "some text", buttons: buttons }, ((err, resp) => { console.log("Err:...

The REPORTPYFPDF does not work and following example on wiki page: ``` #app_root/controllers/your_controller.py def static_report_pyfpdf(): static_html = 'My first reportHello world :P using web2py-appreport with pyfpdf engine' return plugin_appreport.REPORTPYFPDF(html=static_html, title...