Nimish Telang

Results 8 issues of Nimish Telang

This repo: `https://github.com/zchee/zsh-completions` will collide with `https://github.com/zsh-users/zsh-completions` despite being distinct. Reproduce by: ```bash znap install zsh-users/zsh-completions znap install zchee/zsh-completions ``` Expected that all completion functions would be installed to local...

enhancement

Dockerizes the whole stack so it can be run simply. Updates Yii to 1.1.20 for PHP 7 support. TBD: - [ ] Update README to use new docker commands -...

Hi, I have a py_binary that depends on a python pip library (grpcio) that has a native extension bundled in. This means that to create a linux container i'd need...

PYPI doesn't have `cp310` wheels. Could they be generated and uploaded?

The existing docker build and cmake build were not really using cmake to its fullest. This creates and builds `libsparselizard.so` and has a Dockerfile that'll install it to a GNU-style...

The sparse lizard build env is quite complicated, and the cmake tooling does not take it into account especially when using system libraries over custom ones. It also doesn't allow...

`Wire::write(0u)` is otherwise ambiguous in modern C++ compilers, introduced by commit 2958bc00a985cbe5b63400fb4afa117453750255

Since it's already possible to derive one for Binary, it'd make sense to allow for `println("{:x}")` and the other integer printing formatters. A workaround is to manually convert to the...