Ari Prakash

Results 10 issues of Ari Prakash

Related to #390. Fix environment variable generation for `fnm env` in Windows. Cygwin, MSYS, and Git Bash use UNIX-style paths (like `/c/Users/username/AppData/Local/fnm_multishells`), but fnm generates Windows-style paths (like `C:\Users\username\AppData\Local\fnm_multishells`) in...

PR: Bugfix
os:windows

### Role I install lots of mods ### Suggestion I want the mods menu to have an option to paste in a URL to download from. ### Benefit It's more...

suggestion

**Description of bug** The bot will not send a notification for any keywords found in forum channels. Applies to the initial post message and any subsequent messages in the thread....

bug

**Description of bug** Using a category as the optional channel argument for the `/add` command causes an error with the message "Channel for keyword to add not cached". **To Reproduce**...

enhancement

#### Description Add a new prompt item (disabled by default, since it works only on macOS) to display battery percentage. Requires two variables to be set `$tide_mac_battery_icons` and `$tide_mac_battery_colors`. ####...

#### Current Behavior Initializing starship with `eval "$(starship init zsh)"` fails with this error message: ``` /proc/self/fd/11:92: no such file or directory: Files/starship/bin/starship.exe prompt --terminal-width="$COLUMNS" --keymap="${KEYMAP:-}" --status="$STARSHIP_CMD_STATUS" --pipestatus="${STARSHIP_PIPE_STATUS[*]}" --cmd-duration="${STARSHIP_DURATION:-}" --jobs="$STARSHIP_JOBS_COUNT")...

🐛 bug

For local development, the Python backend expects a working AWS setup pointing at us-east1. This should be reflected in the local development instructions to avoid issues with the Python server...

backend
documentation

# Description Added file icons for [Pyret](https://pyret.org/) (which uses `.arr` files), and compiled pyret code (`.jarr` files). Icons slightly modified from the [pyret-lang](https://github.com/brownplt/pyret-lang) repository. ## Contribution Guidelines - [x] By...

icons

WIP support for websocket-based communication for reactors. TODO: - make the `websocket-connector` to actually manage the server connection - potentially can come with a usable WS library for other use...

Sister PR to brownplt/pyret-lang#1786 for the CPO changes required