Saikat Karmakar

Results 34 issues of Saikat Karmakar

Proper installation method added

If I try to display a photo inside the `.md` like this `../assets/images/fallback.png`, it's working locally. but when I'm deploying it on github pages it's not working.

It messed up my sublime text fonts. Also, oh-my-zsh themes were showing borders. It was just too ugly. ![image](https://github.com/gabrielelana/awesome-terminal-fonts/assets/31238298/6e022460-a949-4518-811b-02fdd76270eb)

## Summary Hi, I got `InvalidURL: Invalid non-printable ASCII character in URL` when I ran `sudo nala update && sudo nala dist-upgrade -y`. ### System ```sh Linux kali 6.5.0-kali3-amd64 #1...

## Summary I'm trying to run `oh-my-posh init fish --config ~/.poshthemes/the-unnamed.omp.json` the command along as `shellArgs` but no success.

### Overview Thanks to `salparadi` at discord for providing the following code. ```py from rich.tree import Tree from rich.text import Text from rich import print as rich_print from ape.utils.trace import...

category: feature

### Overview - As ape is delegating most of the account calls to `eth_accounts`; the `accounts.sign_message` should return the hashed message as well. So that we can get the message...

category: feature

### Overview Currently Ape is not handling the `evm trace` very well. Mostly it shows `python trace` messages. For now, the only message we get is `ERROR: (ContractLogicError) Transaction failed.`...

category: feature

### Overview This is similar to #1396. Currently, the proper error message will only trigger when we try to send funds to a `non payable constructor`. The implementation will be...

category: feature