-
It's more of general issue. I think that it might be a good idea to check texts used on this website against [SMOG](https://en.wikipedia.org/wiki/SMOG), [Gunning fog index](https://en.wikipedia.org/wi…
-
As a user of the ChatGPTFreeApp, I suggest implementing ESLint for code quality. ESLint is a popular static code analysis tool that helps identify and report pattern and code style problems in JavaScr…
-
# Documenting Review Checklist
- [ ] Need to review and document the checklist template from issue #63
**Related Documentation**
- See Issue #63
- See template review directions in [templat…
-
I encountered a weird situation when bindings were missing in the footer.
Also, ctrl+c doesn't work until they appear again, however, the UI keeps refreshing.
Pressing a button / resizing the termin…
-
I would like to use prosegrinder in a version control system for managing prose, perhaps in a git hook or a GitHub Action so that it runs automatically on each new commit. To make this happen, perhaps…
-
@marcinjakubowski, @andyholmes, @pengshao, @toolstack
in my view we should migrate the codebase to typescript
https://gjs.guide/extensions/development/typescript.html
the pros would range from be…
-
### I have searched through the issues and didn't find my problem.
- [X] Confirm
### What would you like to share?
The build description in the README.md is incomplete and hard to read, and shouold…
-
Would you consider a PR to expand this into more of a "regular" python package? Potential avenues would be
- [ ] requirements.txt (or conda environment.yml) for consistent development environment
…
-
## Feature request
Convert simple class property assignments in constructor to constructor declarations.
```php
class Foo
{
private bool $x;
public function __construct(bool $x)
…
Bilge updated
2 months ago
-
# Goal
I would like to make it easier to verify the behavior of the `OpenAI` class by adding test coverage.
# Proposal
Test coverage will aim at the following scenarios—both for their happy path a…