Alexandre

Results 196 comments of Alexandre

Well, that `datatables` plugin works great ; in that example, if you enter just `'a'`, then `'ai'`, the remaining rows are *always* shown, while with `vue-flexi-table`, when you type `'a'`,...

The fact that the query is debounced is not relevant here I think ; it's just that while you are typing the search term, the table is emptied. No matter...

Take a look at this [tweet](https://twitter.com/youyuxi/status/857485825868578818) from Evan, there is an idea there with the delay before showing a loading image. I still think you should *not* clear the table...

What @tirdadc is referring to is the latest version in the `next` branch where we made *major* changes. For starters, we do not depend on anything anymore (yay!) 🎉 Also,...

Using the latest stable 10.7, I too cannot share new calendars (while the old ones works correctly). However I do not see any `Sharing backend for not found` error in...

The screenshot: ![2018-04-13 bug owncloud calendar](https://user-images.githubusercontent.com/7248877/38766283-4985fb0a-3f6b-11e8-96dd-62f11bf73012.png) You can see there that while I'm typing the start of a group name, no menu is shown, and that one of the older...

Yes there are. I see that on each keystroke a `GET` request is sent to the server, and I then get the following error message: ``` TypeError: result.ocs.data.exact is undefined...

The version: ```php $OC_Version = array(10,0,7,2); $OC_VersionString = '10.0.7'; $OC_Build = '2018-02-19T16:29:54+00:00 90535c97bad0d5455e92d1190012fb856cf7e8b0'; ``` The calendar one: ```xml calendar Calendar 1.4.2 AGPL Georg Ehrke, Raghu Nayyar, Bernhard Fröhler Calendar GUI...

I just ran: ```sh sudo -u www-data ./occ market:upgrade ``` and now the server is not responding. If I run ```sh sudo -u www-data ./occ market:list ``` I get the...

Ok I removed the buggy line from `config.php`, ran `sudo -u www-data ./occ market:list` and it listed all the available apps correctly. Now, when I run `sudo -u www-data ./occ...