Lucas Rangit MAGASWERAN

Results 18 comments of Lucas Rangit MAGASWERAN

> Can you please add quotes based on shellcheck recommendations? > > ``` > 148: > "/etc/wireguard/${WG_INTERFACE}.conf" || exit 1 > 157: wg-quick up "$WG_INTERFACE" > ``` > > I...

This worked for me! Please merge!

> Furthermore, Adding a feature to directly set the vacation duration rather than parsing. > i.e. > Whenever you enter vacation mode, You are prompted to enter some required details...

Could you test the URL and schedule a retry if the request does not timeout? ``` python try: graph = facebook.GraphAPI(oauth_access_token) response = graph.put_object('me', 'event', data=data) except facebook.GraphAPIError as exc:...

> @lucasrangit I _think_ these zero-width characters are used in the production of the man page, though it's been a long time since I looked into it, does that still...

Thanks for the review @bl-ue . Just curious, does this PR address any issues with `tldr`?

The commit 3754d34613b0c618a0be3e9195b10f1ebb29c95b seems to add Android Q support. @wish7code , I am able to build the project for Android 9 (API level 28) but the Radiocells app doesn't show...