Luis Rodriguez
Luis Rodriguez
Hello. Great repo, is there any support for slash chords? https://en.wikipedia.org/wiki/Slash_chord I couldn't find anything in the docs. Like, `D/F#` ? I'd like to transpose it but I get something...
I really wish I could do it myself but I have no experience with C#. Can we add a `Open in Atom` option in the menu? Using the terminal I...
Hello. I managed to make it work using [this fork](https://github.com/codebutler/react-navigation-switch-transitioner/tree/fix-issues). But I have two pages which are not transitions smoothly, I believe the reason is because those pages have a...
In order to facilitate development, I suggest we add a `debugMode: boolean` in the settings page. If it's on, `GET /api/passwordless/login?loginToken={tokenFromEmail}` will never set `is_active` to false. This allows the...
Somewhat related to: #1167 I believe having the page count as a parameter gives more control. Currently we have: ``` background: function(currentPage, pageSize) { return `page ${currentPage} with size ${pageSize.width}...
The current logic that determines the flexBasis uses state but this was causing issues for me a lot of other users, this PR leverages useMemo to cache the flexBasis useEffect...