Emanuel Aguirre

Results 12 issues of Emanuel Aguirre

installation script uses apt-get command ¬¬

enhancement
help wanted

Using http://www.yiiframework.com/wiki/348/xupload-workflow/ as example without the "Moving Files to their final destination" part. ``` ```

When I try to open the generated PO file is corrupted and can't open it with for ex.: poedit. `"invalid multibyte sequence"` I think is a problem with the encoding....

Hi, I've installed this package in my project but when I go to /terminal get this error: ``` Symfony \ Component \ Debug \ Exception \ FatalThrowableError (E_ERROR) Maximum function...

Hi, When trying to use the disableLocking() method it fails as it is protected. ```PHP $model->disableLocking(); ``` > BadMethodCallException with message 'Call to undefined method Illuminate/Database/Query/Builder::disableLocking()' Please accept the PR...

Make disableLocking() method public. Make lockingEnabled() method public.

Hi, I was just following your example to disable optimistic locking by default on a model class but a fatal error is thrown. ``` PHP Fatal error: App\Models\LiveClass and Reshadman\OptimisticLocking\OptimisticLocking...

Hi there, any change we can send, if any ping fails, to a file?

### What happened? Hello, the generated .md file does not have all the response from the original response. ![image](https://github.com/carlrobertoh/CodeGPT/assets/2908209/09f88d6f-d797-437d-92f8-b47cd696cc22) I'm using this because of #225 ### Relevant log output or...

bug