Kartik Soneji

Results 26 issues of Kartik Soneji

Adds standalone downloaders for: - POSIX systems: only hard requirement is `curl` (obviously) (GNU `sed` and `base64` needed for the HydraX script). - Windows: no additonal software required except a...

## Add `npx` to command Prefixes `npx` to command name to run locally installed `npm` commands, also corrects misspelled `npx` commands. Example jest npx jest npx jeet npx jest jeet...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Summary Make hoppscotch.io easier to debug by enabling CSS and JS sourcemaps and...

feature

The current implementation of `BorshAccountsCoder.accountDiscriminator()` blindly camel-cases the account names. https://github.com/coral-xyz/anchor/blob/ae0131dbb42c142a5ef95e73da70c6780d49d5ad/ts/src/coder/borsh/accounts.ts#L97-L101 This breaks for names with consecutive capital letters, for example `CollectionPDA` is converted to `CollectionPda`. ```console > printf "account:CollectionPDA"...

Change `test -(e|f|d)` to helper functions for easier debugging. GSoC Microproject. (From: https://git.github.io/SoC-2020-Microprojects/#use-test_path_is_-functions-in-test-scripts) Find one test script that verifies the presence/absence of files/directories with `test -(e|f|d|…)` and replace them with...

Minor CSS Fixes: - Fix clipped heading anchors because of `overflow: hidden` Closes #150 - Remove *zoom hack for IE7 - Use `opacity` instead of `display` to hide heading anchors...

The only WebStore link that I could find is broken: [https://chrome.google.com/webstore/detail/snappysnippet/blfngdefapoapkcdibbdkigpeaffgcil/](https://chrome.google.com/webstore/detail/snappysnippet/blfngdefapoapkcdibbdkigpeaffgcil/)

### Fixes Issue #66 and Issue #50 Related: Issue #55 is fixed, so should be closed.

Adds `image::[loading=eager | loading=lazy]` attributes to the image macro. Also adds global `image-loading` attribute that can used to set the loading policy document-wide. resolves: #3961