Thomas Ebert

Results 134 comments of Thomas Ebert

For what it's worth, I'm going to add my boring story of how I came across this error 🀷 In a progressively-enhanced PHP app, I used to create svelte components...

@vogelfreiheit I'm wondering if anything has happened since your original issue was opened? I've set up a Nextcloud instance with `userns-remap`, but I'm running into some issues with the mounted...

And again, I'm this annoying guy only posting links to blogposts while not doing much else πŸ˜‰ https://medium.com/@hellostanley/design-doesnt-scale-4d81e12cbc3e#.rfcck4s4y While we don't have the amount of people, the popularity (yet) and...

@Espina2 Sure, we don't actually know how corporations do their stuff behind the scenes. And of course they often use consultancy. > I think the problem its not having a...

@MariusBluem @Espina2 Yes, Design Guidelines should probably be part of the documentation, but are not as of now, hence https://github.com/nextcloud/documentation is not the place where Design Guidelines are developed at...

Another thing could be doing it the other way round: I have a node.js app using WP-API and caching the data by itself. I would love to have a unified...

This actions looks like what I was looking for: https://github.com/pluginkollektiv/cachify/blob/master/inc/cachify.class.php#L106 Will give it a try.

If I see this right, @nickvergessen, the issue at hand is, that the activity payload (`subjectparams`) is stored as json in a `longtext` column within the database, which makes it...

Okay, I see... > So the relevant information is only available in the UI. I'm not sure, I understand 😳 I'm asking, because I'm looking for a way to get...

Oh, okay, so you mean, we get the results and then filter within the UI. Now I get it 😊 I'll look into the `objectId` in regards to calendar events....