Andrii Iv. (@digitalandyeu)
Andrii Iv. (@digitalandyeu)

High CPU & Memory usage.  ``` # 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  also, using `start` script with standalone output is...