Yesudeep Mangalapilly

Results 13 issues of Yesudeep Mangalapilly

Hi! Thank you for creating this wonderful library. I have a small request. Could you please turn on -Wall -Wpedantic -Wextra -Wunused and try to minimize the unused variables/parameters? We...

enhancement

`bytes`, `str`, `unicode`, and `basestring` mean different things to Python 2.5, 2.6, and 3.x. Python 2.5 - `bytes` is not available. - `str` is a byte string. - `unicode` converts...

My name is Yesudeep Mangalapilly. =) Cheers!

I'm building Remacs on a relatively new machine with ample RAM, but this thing is taking forever to finish building. What is it trying to do? ``` git:(master) [130]fish> make...

We use [bazel](https://bazel.build) to build a lot of stuff and using it makes development a lot easier. Do you think we could perhaps integrate https://github.com/nelhage/rules_boost rules into boostorg?

This could just be the game changer: https://medium.com/code-adventures/introducing-clib-b32e6e769cb3 I'd love to see this happening. :) HTH.

Could find-things-fast read the git submodules configuration and do a search in it as well? Thank you for an awesome module. Cheers!

You'll need the -o option to git-ls-files. Cheers.

The OAuth 1.0 spec at http://tools.ietf.org/html/rfc5849#section-3.4.1.3.2 clearly states that the encoding is done _before_ the sorting. python-oauth2 sorts before encoding. Also the tests for this routine are incorrect. Please fix...

Bug

Solaris has a File Event Monitoring (FEM) Api that could be wrapped as well. Consider implementing this.

feature
Help welcome :)