Andrii Iv. (@digitalandyeu)

Results 12 issues of Andrii Iv. (@digitalandyeu)

![out](https://user-images.githubusercontent.com/43708848/63792301-92ff5980-c8fd-11e9-9a75-cdbf53c758bf.gif)

Missing password recovery

enhancement

High CPU & Memory usage. ![CleanShot 2022-09-26 at 07 07 47](https://user-images.githubusercontent.com/43708848/192198113-029d7260-422a-4dd4-be2b-9306832c0208.png) ``` # Device Model Name: MacBook Pro Model Identifier: MacBookPro15,1 Processor Name: 6-Core Intel Core i7 Processor Speed: 2,6...

Current `format:write` script command code violates DRY principles 😿 An example of duplicated `prettier` command code from `package.json`: ```json "format": "prettier \"**/*.{css,js,json,jsx,ts,tsx}\"", "format:write": "prettier --write \"**/*.{css,js,json,jsx,ts,tsx}\"" ``` --- ### Improved...

The expected result for `format:write` can be achieved by passing`--write` flag to the original `format` script

Improved installation docs due to https://github.com/steven-tey/precedent/issues/47 - nix / npm install fails warning - yarn, pnpm, bun starters Tested: https://github.com/steven-tey/precedent/issues/47#issuecomment-1813741052

πŸ‘‹πŸ» Thanks for your great work! I found a small bug on the 2FA login screen when using the autofill feature. Expected behavior: 6 symbols should be typed at once...

Brew distribution can be handy improvement The 85% from my must-have list do provide the brew cask installation. **Even the payed ones** (in my case: `bettertouchtool`,`cleanshot`, `webstorm`, `figma` etc.)

I didn't found any AI-driven tool in library πŸ€” **Invoke AI** can be a good start. Docker container, install.sh, server requirements etc.: https://invoke-ai.github.io/InvokeAI/installation/INSTALLATION

The default next.js box build returns internal server error on a front, build passing with warnings ![CleanShot 2024-09-21 at 16 38 33@2x](https://github.com/user-attachments/assets/ed036849-343a-4b8d-a2df-7e34e243d26d) also, using `start` script with standalone output is...