Sudhanshu Mishra

Results 11 issues of Sudhanshu Mishra

Going through the code, I can see that the `android_channel_id` argument is present in the rest of the methods except `multiple_devices_data_message`. Is this just a miss or by design? Verison:...

If we can, we should create sphinx generated documentations for SymPy gamma. This will help newcomers in understanding the code mainly the `logic` module.

When I type `point` it interprets it as `p*o*i*n*t` and when I type `Point` it gives me relevant details from the docs. A user won't be searching for class name(because...

I am getting error when building in Qt creator on Ubuntu 12.10 No module named site

iOS requires a key "fcm_options" for the image delivery.

It takes too much memory on prolonged use. It can be made efficient by using some sort of garbage collector.

Enhancement
Memory

@asmeurer This is an additional measure which will help.

I am using `get_many` to retrieve multiple keys at the same time. Surprisingly unlike `set_many`, it calls the Redis individually for each key in the list. Is there a way...

question

Code: ``` use dbase; fn main() { let mut reader = dbase::Reader::from_path("SAL.dbf").unwrap(); for record_result in reader.iter_records() { if let Ok(record) = record_result { for (name, value) in record { match...

**Is your feature request related to a problem? Please describe.** Exposing the metrics such as task names could potentially be a security risk. **Describe the solution you'd like** There should...

enhancement