alex
alex
@sampotts , any idea why this shows as a warning when using `import Plyr from "plyr-react";` ? `The YouTube player is not attached to the DOM. API calls should be...
Is this dead?
Sure, feel free to work on any of the issues.
Restructured to: /src/components /src/views /src/controllers/components /src/controllers/views Planned support for grouped components
When running the script, it could check whether the folder exists, and only add the component's index.js rather than overwriting the whole folder, therefore keeping the controller.js and any other...
We haven't been maintaining the repo lately as we shifted our attention to different projects. Can you post a copy of the error log you're getting, please?
Partial support added for first-level directories. Upcoming support for multi-nested directories.
The computed fields function in the doc doesn't work either: ``` CREATE FUNCTION author_full_name(author_row authors) RETURNS TEXT AS $$ SELECT author_row.first_name || ' ' || author_row.last_name $$ LANGUAGE sql STABLE;...
Here's the custom flow I'm using for my app, which seems like the best UI for the user: **Step 1: Click the field that opens up the image picker.** **Step...
I wish it was all possible with minimal plugins / code, cause right now it's a super customized instance of Uppy + Image Editor but feels a bit 'hacky".