AnAnalogGuy
AnAnalogGuy
https://github.com/AnasAito/SkillNER/blob/master/how_new_db.md
To make it short: Instead of `menuItems.append(MenuItem("Auto Position Change", Menu(menu_intervals)))` it needs to be `menuItems.append(MenuItem("Auto Position Change", Menu(lambda: menu_intervals)))` To highlight the difference: Menu(**lambda:** menu_intervals) @moses-palmer This is quite hard...
It might be the cash data does not come from the same source as the portfolio data since in the backend these are two different systems. However i would expect...
From the basic mechanism, it must be two requests. Actually, it seems generally the current state is always composed from the last day end state plus relativ changes during the...
Same problem here. NC 29.0.4. "Fixed" with proposed fix. Only local user database and authentication, no ldap. External storage via SMB and SFTP. Problem only happens on the local storage,...
> The case, that the file content is unavailable for whatever reason, should not break the propfind request. With "file content" are you refering to "external storage"? If yes, I...
Just applied https://github.com/nextcloud/text/pull/6155, set occ config:app:set text workspace_available --value=1 and a short test confirms the problem i encountered is gone now (files are shown on local and external storages). --...
> > On an available external storage/SFTP drive, the text area is displayed. > > Isn't that just the content of the README.md file on your sftp storage? ;) Yes,...
> > On the top directory of an available external storage/SMB drive, this warning is shown. Text/content seems to be missing. > > Mind checking the xhr response in your...
The problem i reported above i was able to track down to issues in the handling of file permission in the related php smb library. So it's not related to...