Reetesh Ranjan
Reetesh Ranjan
The `allow_lazy_user` decorator is not designed to be used with class methods that prevents one from using it with class based views. We have added a new decorator `allow_lazy_user_method` that...
The 'fd' in do_import() was leaked. It caused an issue in a deployment where we were updating the data source every 15 minutes and tried to use the 'import' API...
https://en.wikipedia.org/wiki/List_of_country_calling_codes#Alphabetical_listing_by_country_or_region It has few countries with multiple ISD codes. When I look at countries.dart it seems to use 1 of the ISD codes per country. How is this decision made?
Since there are no network to host and vice versa conversion functions for 64-bit, the __bswap64 macro/function is directly used to work these types byte ordering conversion between nginx and...
Port the code that assumed 64-bit addresses (used in the generic code to populate structure with different definitions using metadata). Target function: sphx2_arg_parse_whole_using_hints
### Is your feature request related to a problem? Please describe. 1. **Merchant payments**: [UPI deep linking specification](https://github.com/reeteshranjan/upi_pay/files/6338127/UPI.Linking.Specs_ver.1.6.pdf), implemented by this package, is for merchant payments by design though individual...
After payment nothing happens and the app just stays on its post payment view
The raw response string contains no values for all parameters except the transaction ref which is copied back. An empty transaction ID is hence obtained by the library. This may...