Montana Flynn

Results 101 comments of Montana Flynn

@polizoto thanks for the report, I'll look into this and reply back when there's a solution.

Also in the meantime you should see the PDF at https://snip.mathpix.com/ where you can export to docx or any other format without re-processing the same pdf for each exported format.

Thanks for the suggestion! I've found that after installing [LaTeX language support](https://marketplace.visualstudio.com/items?itemName=torn4dom4n.latex-support) once I change the language to Latex and get the highlighting and autocomplete so I think we could...

That method doesn't exist in Gin 1.7.3 version.

I'm not using `engine.Run` so that won't work either. Here's an example, this is very common, please also see https://github.com/gin-gonic/gin/issues/2697 ```go package main import ( "fmt" "log" "net/http" "github.com/gin-gonic/gin" )...

I tried using this but got some permissions issues: ``` Permission denied: '/home/appuser/app/logs/activity.log ```

@mikekelly the permissions are: ``` drwxr-xr-x 2 root root 4096 Apr 19 10:33 logs ``` Also I tried using a fresh git clone, and just making the changes in this...

@mikekelly no permissions issues with that branch, although I did get this warning which I hadn't seen before: ``` Warning: The file 'AutoGpt.json' does not exist. Local memory would not...

Same issue, using debian and docker compose

Looks like this is missing the fix for `auto_gpt_workspace` being put in the `./autogpt/auto_gpt_workspace` directory. I'd prefer if it just used the `./auto_gpt_workspace` next to the `./ai_settings.yaml` as I expected....