Ashish Panigrahi
Ashish Panigrahi
**Is your feature request related to a problem? Please describe it.** It would be a nice addition to add integrated support for [ClutTeX](https://github.com/minoki/cluttex) instead of relying on the generic compiler...
Hi! How do I ensure that a blog section appears at the bottom of the front page? Something like this: https://ashishpanigrahi.now.sh Thanks!
**Describe the bug** A clear and concise description of what the bug is. On enabling treesitter, the startup times are noticeably higher than without treesitter. **Expected behavior** Same startup time,...
Currently, the default number of search results seems to be some number less than 40. I think an option in `conf.sh` could be added to include a user-defined number of...
Hi! Is there any workaround for thumbnails working with dwm swallow? Currently I'm using ytfzf without swallow but having swallow enabled completely removes thumbnails the next time I watch a...
I followed the method mentioned in the pull request for syntax highlighting using `hightlight.js`, however I'm unable to get it to work. `layouts/partials/foot_custom.html`: ``` hljs.configure({languages: []}); hljs.initHighlightingOnLoad(); ``` `layouts/partials/head_custom.html`: ```...
### Feature Request Hi! I'm currently using runit as the init system on my machine and was wondering if it's possible to run betterlockscreen on suspend. The readme only mentions...
When opening a *.ipynb file in vim, the converted notebook implements the standard syntax file for markdown which comes with stock vim. I'm trying to use the [vim-pandoc-syntax](https://github.com/vim-pandoc/vim-pandoc-syntax) plugin for...
Fixes typos and adds REPL code to code blocks.
# Changes made Changed shebang in `build.sh` from `#!/bin/bash` to `#!/usr/bin/env bash`. # Justification In `build.sh`, the bash interpreter path is provided as `#!/bin/bash`, which is good but only for...