Brocasm

Results 5 comments of Brocasm

I have same problem with php 7.3 and same with new install with php 7.0

Same issue using gitea as registry

> I am having the same issue. When developing on remote server and access app via serverIP:3000, session is empty, after login. When use visual-studio code port mapping to open...

I haven't found this code in data_store.py but in internatl_r.py line 26 ``` def append(self, row): self.beginInsertRows(QModelIndex(), self.rowCount(1), self.rowCount(1)) self._data = self._data.append(row, ignore_index=True) self.endInsertRows() ``` changed to ``` def append(self,...

Same problem using code-server the "Select an Adonis project" prompt is empty. i'm stuck and can't use the extension. The output consols say: `TypeError: Cannot read properties of undefined (reading...