Akshit Sharma
Akshit Sharma
Link of Google Play Card [source](https://github.com/gabrielemariotti/cardslib/blob/master/demo/stock/src/main/java/it/gmariotti/cardslib/demo/fragment) in (https://github.com/gabrielemariotti/cardslib/blob/master/doc/EXAMPLE.md) is broken as the project does not contain https://github.com/gabrielemariotti/cardslib/blob/master/demo/stock/src/main/java/it/gmariotti/cardslib/demo/fragment/GPlayCardFragment.java anymore.
If there is a long statement having assert statement then, yapf is changing into format which is not consistent with [pep8 guidelines](https://www.python.org/dev/peps/pep-0008/#maximum-line-length). sample.py ``` def someConditionTrue(): return True class Foo():...
Support for converting [cuda](https://developer.nvidia.com/cuda-toolkit) from Makefile to compile_commands.json. ### Sample Makefile ```Makefile CXX=g++ all: helloworld hello helloworld: helloworld.cpp $(CXX) -o helloworld helloworld.cpp --std=c++17 -DMAKE hello: hello.cu nvcc -o hello hello.cu...
It will be useful to have the help specific to use case. Existing Behavior: ``` uftrace --help ``` and ``` uftrace replay --help ``` gives the same help prompt. New...
## Steps to reproduce: ``` git clone https://github.com/jgaa/restc-cpp.git && cd restc-cpp mkdir build && cd build conan install ../conan --build=missing # fails over here cmake .. # won't reach here...
### Package and Environment Details (include every applicable attribute) * Package Name/Version: **mesa/19.3.1** * Operating System+version: **Linux Ubuntu 18.04** * Compiler+version: **gcc-8.3.0** * Conan version: **Conan 1.23.0** * Python version:...
Should fix getting inconsistent results as pointed in issues #7, #5 and #6.
Support for ploting [Venn diagram](https://en.wikipedia.org/wiki/Venn_diagram) via implot.
Normally, one will use f for opening the page in current page and F to open it in new background tab. Is it also possible to add, if f is...
I like to sync my configuration files across different machines using git repository. One of the files, which is shared is ```coc-settings.json```. If machine doesn't have clangd installed, then we...