Richard W
Richard W
@derrickmehaffy I had to close the other PR due to some issues with my username associated with the commit and the CLA. This should be all good. Sorry about the...
Sounds great @pwizla ! I will take a look at the issue that @remidej is working on. Maybe I can be of more help :-)
> Just to those who see this before trying the project 🤷 - it is working fine with basic import in NextJS component. > > Btw I just switched to...
``` - name: Create Build if: ${{ github.event_name == 'pull_request' && github.event.action == 'synchronize' }} shell: bash run: | export SOURCE_GET_URL=$(echo ${{ toJSON(steps.source_endpoint.outputs.SOURCE_ENDPOINT) }} | jq -r '.get') export OUTPUT_STREAM_URL=$(curl...
@pmbanugo thank you for the explanation. Makes total sense. I'll update my PR 👍
Related to issue https://github.com/pmbanugo/heroku-review-app-actions/issues/21
@pmbanugo So it looks like we may need to request the list of builds and then use the output stream URL of index 0 since that's the build most recently...
> In this case, 0 will be the correct value because it should be the only build for the app. Sounds good. The other issue I'm seeing is we need...
@BladeRunner68 have you had any success finding TILTs with the esp32? I'm actually trying to get it to do the same thing. I'd like to use the values in a...
+1 for a distinct function. The supabase AI references it when searching docs, but the method doesn't exist.