Suraj Sharma

Results 17 issues of Suraj Sharma

i get nothing when i do echo 'Hello World!' | alerter -sound default alerter is in my $PATH also. echo doesn't return to prompt simply stays there like its waiting...

So how come my anybar dot reverts to red after blinking momentarily into the desired colour for a second or two? very frustrating. however this problem fixes itself once i...

my code is simple ``` notifier.notify({ title: "Attention!", message: notifications[random.int((min = 0), (max = notifications.length))], }); ``` this runs in a loop which is triggered randomly every few minutes, however,...

output of `pip install rainbowstream` on my Windows 10 pc with python 3.5.2 ``` Collecting rainbowstream Using cached rainbowstream-1.3.7.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call...

is it possible to have a single toolbar control multiple instances on a single document? if so, how?

After much hassle and experimentation I got the library installed, but using the code below throws the 'icon' error: ``` import Designer, { Text, Rect } from "react-designer"; import React,...

any ideas on how this hook can be used with the chrome extension api?

For those of us who want to test the routes manually using a REST client, what's the best way to go about generating and signing the tokens?

i see there is no implementation in the API for selectors, please add the same

enhancement

like in the tutorial, the following bit errors out where 'cloud.key' is a 100mb+ file ``` //reads the cloud key from file FILE* cloud_key = fopen("cloud.key","rb"); TFheGateBootstrappingCloudKeySet* bk = new_tfheGateBootstrappingCloudKeySet_fromFile(cloud_key);...