bilogic
bilogic
``` - command: "{[Navigate: Page Picker]("Inbox/")}" key: "Ctrl-q" ``` I want to list out all pages starting with `Inbox/`, instead of having to type `Inbox/` everytime after pressing `ctrl+q`. Possible...
In my `Library/Core/Widget/Linked Mentions`, it currently shows a `snippet`  How can I make it show the whole line instead? Thank you. (Side note: the invisible markdown will likely force...
# Problem The names `Online` and `Sync` do not fully convey their meaning until I think really hard about it # Suggestion 1. I'm wondering what are the use cases...
https://github.com/langleyfoxall/xero-laravel/blob/abf58477c02c57e2d00e0e8aa33ec0f4b70ab736/src/OAuth2.php#L121 I was trying to see if we could use Socialite instead of replicating oauth2 implementation and found `getTenants()`. Strictly speaking, is it part of the OAuth2 specification?
sync variable names in examples
Like #48, add a button to test the settings to ensure the JSON parameters are set correctly
Possible to have an `invert()` to invert the colors? 1. `is_suspended`, 0 = green, 1 = red 2. `is_active`, 0 = red, 1 = green Will shorten the code quite...
 My columns shift left when `canSee()` returns false. Any idea? Context: I'm trying to prevent the user from locking themselves out by disabling the toggle for the logged in...
Writing to a fixed path in this manner creates problems in Laravel, i.e. the `/public` folder is not writable for security reasons.
Hi, ```WhatsappExtensions``` partially works, I can see the additional ```Call``` button in the direct message's menu and tapping on it brings up the native phone with number. However, the ```Hide```...