Saransh Chopra
Saransh Chopra
### Project link https://github.com/Saransh-cpp/ChaoticEncryption.jl
### GitHub Profile Link https://github.com/Saransh-cpp
## Changes/Additions - Lint all the files - Fix all the deprecations
## Changes/Additions - Added lint instructions in `analysis_options.yaml` - Formatted all the files (to pass the lint check) - Added a new workflow to check lint, build apk, and build...
The application right now lacks tests, we can add a couple of basic ones - - Lint tests (would make sure that no one is using a deprecated API or...
### Title Python packaging: from stone age to the future ### Describe your Talk A brief plan - 1. What is packaging and why would you need it in `Python`?...
(FIxes #2) Fixing one of the issues mentioned by you, added a plain deepPurple colored default splash screen which is followed by a forced splash screen with a simple text...
### Version of Awkward Array 1.9.0rc12 ### Description and code to reproduce MWE ```py import awkward as ak import numpy as np arr = ak.Array([[1,2,3],[1,2]]) np.nan_to_num(arr) arr = ak._v2.Array([[1,2,3],[1,2]]) np.nan_to_num(arr)...
- Anything beyond an `h2` (`##`) does not appear in the sidebar - Fixed a few API references for Zygote - Fixed a few internal cross-references ### PR Checklist -...
Fixes #2062 ### PR Checklist - [ ] Tests are added - [ ] Entry in NEWS.md - [ ] Documentation, if applicable