Gianfranco P

Results 118 comments of Gianfranco P

I basically i tried this, but i think there are lot of changes that need to be done. I'm trying first in `mlogvis.py` but because this uses LogLine by calling...

This would be pretty useful. I did a bash script for this some time ago: https://github.com/gianpaj/mongo-scripts/blob/master/rlogtail.sh Most of the times I found that tailing from the bottom was quicker

Updated title: `Add filter to output from last (n) restart(s)`

I would be great to put a note beside any decision or square. For example to use a smaller space: ```mermaid graph TD; Buyer -->|press buy| Product Product --> Shared{Has...

State or Sequence Diagram wouldn't make a lot of sense for me. I have few code paths I'm trying document and, for example, this is just the beginning:

official app is being rolled out to macOS > We're rolling out the macOS app to Plus users starting today, and we will make it more broadly available in the...

increase the limit on `vault-web-server/postapi/fileupload.go` and restart the server `npm run start` for example to increase to 300MB

Where do I find the `instructor.py` file?

I manage to run with Conda ```bash # cd into the repo root folder cd gpt-engineer OPENAI_API_KEY=... python gpt_engineer/main.py projects/example ```