Loïc Carr

Results 10 comments of Loïc Carr

I put this request on the road-map, but it is not a priority. The problem as you mentioned is that there is no easy way for the app to retrieve...

This seems to be an issue with Yunohost that redirects private calls to its SSO. There are prior discussion on shaarli_ynh repo: https://github.com/YunoHost-Apps/shaarli_ynh/issues/39 Let me know if that fixed your...

Hi, Indeed It would be a great improvement for the application, I haven't worked on it yet because nobody have requested this feature. But it is on my [roadmap](https://github.com/dimtion/Shaarlier/blob/master/TODO.md#long-term-evolutions-if-requested) ;)...

Thanks for the heads up, i will look at that for future versions, it will be much easier I think now ! But indeed, I'll need to be careful with...

Thanks for the report, I could reproduce the bug, I'm looking into it.

It seems that the problem is coming from android "battery saving" system which refuses some connections from background services. According to the documentation, the app should wait for the right...

Ok, so for the moment it will be a won't fix, if I want to keep the sharing in the background (in a non blocking way) I must use [GCM](https://developers.google.com/cloud-messaging/)...

Hi @smalltimebloke1 , This is not planned, but I'm opened to PRs! The biggest difficulty would probably be avoiding cluttering the interface when configuring a new account.

Hi all, Sorry for the late response, I don't have a lot of bandwidth to manage Shaarlier these days. @amadeous your assesment is correct the UI and the api accessor...

Good call-out on the forward compatibility of `opts` I changed the interface in the last revision. New usage: ```lua MiniTest.expect.equality(x, y, { msg = "Invalid number of items" }) MiniTest.expect.no_equality(x,...