Julius Härtl

Results 286 issues of Julius Härtl

When talking with Ferdinand during the performance hackweek he mentioned that playwright is very nice and they actually support multiple tabs which is something we lack in cypress. We could...

tests
1. to develop

With https://github.com/nextcloud/text/pull/5930 reducing the polling interval we should improve this further in the future. My current idea is to add the read only state of a session to the db...

enhancement
1. to develop
feature: sync

I noticed that when opening a markdown file or office document the file will first get downloaded before the webview with the online editing through the direct editing API gets...

bug

There are queries that get executed regularly on share removal which do not use an index: https://github.com/nextcloud/photos/blob/c77b9046a17509ec166186f64e0dee934ddc3e9c/lib/Album/AlbumMapper.php#L320 Adding a combined index for owner, file_id should solve this

1. to develop
performances

The following query does not seem ot use an index and do a full table scan on the albums table: https://github.com/nextcloud/photos/blob/2376b7d81d102272917fec65a4a933a07c3136e0/lib/Album/AlbumMapper.php#L138-L146 From a brief look it should be possible to...

1. to develop
performances

Currently it is required to manually run occ richdocuments:update-empty-templates but we should instead just have a migration step. However this needs to be handled with some care as there is...

bug
1. to develop
feature: templates