Melanie Wehowski

Results 11 comments of Melanie Wehowski

Thank you! I am about reading the links right now and will give feedback if I have any questions, thanks!

https://www.html5rocks.com/en/tutorials/file/filesystem-sync/ "The synchronous API can only be used within a Web Worker context, whereas the asynchronous API can be used in and out of a Worker." Ok, well. I read...

"What's the reason for needing synchronous? Your right, most time I'm satisfied with async. I just can give you one example where I would like to have an synchronous access...

Hi Ebidel, although indexedDB maybe better, I think I got it now for readFileSync by just sending a XMLHttpRequest to the filesystemUrl. regards, Till Edit: Sorry, I have to correct:...

The fullPath property of my DirectoryEntries resolves to /filesystem:http:/persitent/path I believe it should be /filesystem:http://persitent/path or just /path ?

I accidentally prepended the scheme/protocol manually to the path in one place. My Testexample is working now, except if I prepend '/' to the path. In my App some files/pathes...

Update: My example above is running in Opera, not FF not IE right now.

Hi ikutz, I found a workaround: As there is no "doubleclick" for touch event, just change to onclick: d.on('dblclick', 'a.icon', function() { change to d.on('click', 'a.icon', function() { regards, Till

Yes, after update it does not work anymore: [https://github.com/humhub/humhub/issues/5986#issuecomment-1362581236](https://github.com/humhub/humhub/issues/5986#issuecomment-1362581236) !?!

> pls explain what you need/ I just updated to the last release: https://github.com/RSS-Bridge/rss-bridge/releases/tag/2025-08-05 and the error happens: PHP Fatal error: Declaration of NiusBridge::generateItemId(FeedItem $item) must be compatible with XPathAbstract::generateItemId(array...