Amber
Amber
### Summary I have a GH Codespace with Prettier installed. In my JSX, Prettier is not formatting the code. If I go to Output > Prettier, it says `["INFO" -...
Fixes #205 in the package instead of having to manually fix it each time.
On my computer I am not a administrator/super user so can't run `gem install bundler` However, I edited the file to have `bundle config set --local path 'vendor/bundle'` and that...
Adding these two lines of code to the else statement in `views.py`'s `delete_post()` function solves this issue(#6): ```diff def delete_post(id): post = Post.query.filter_by(id=id).first() if not post: flash('Post not found', category='error')...
Would you be able to upgrade the mod to 1.20.1 please?
Seems like this is a really great project, but are you going to be releasing a version for macOS? I think quite a lot of people, *especially developers*, use it,...
**Describe the bug** A wrong link or not updated yet. **To Reproduce** Steps to reproduce the behavior: 1. Go to 'README.md' 2. Click on '[Explore the docs »](https://replapi-it.js.org/)' 4. This...
**Describe the bug** Enabling the debug setting does not add the tool to the menu. **To Reproduce** Steps to reproduce the behavior: 1. Go to ext popup 2. Go to...