Anil Kulkarni
Anil Kulkarni
# TL;DR I made some improvements that I'd be happy to backport to this repository if there's interest. Please let me know which pieces are valued and I'll get to...
I'm trying to understand what auth_data for GCM mode is. Between https://crypto.stackexchange.com/questions/35727/does-aad-make-gcm-encryption-more-secure which says that it's optional, and https://en.wikipedia.org/wiki/Galois/Counter_Mode has this blurb: As with any message authentication code, if the...
This fixes issues such as the react lifecycle not working properly, or issues with locals when building webpack.
I have the syncbase app on my mac desktop, as well as the client on android. What I think happened is I accepted a cal invite on my desktop, and...
singularize('rookies') should be 'rookie' etc. for all the words on singular_ie This fixes clips/pattern#227
All of the words in `singular_ie` inside of inflect.py aren't being singularized properly. The code in question is ``` for x in singular_ie: if w.endswith(x+"s"): return w ``` Instead of...
This PR provides the ability to add the total # of visitors as a shortcode. You can use it in your site (say in footer.php) with the following: ```html Visitors:...
What does this PR change? What problem does it solve? ----------------------------------------------------- When creating backups from ZFS or btrfs snapshots, each snapshot will have a different DeviceID. This causes restic to...
Solves https://github.com/kylemcc/twitter-text-go/issues/6 I was curious to see what work it would take to pass the latest conformance.yml for validating the tweet length. It's actually not too bad. The main thing...
I'm not sure what other changes are needed to make this repo current with twitter-text. However, a big one is the new character limit!