Arnelle Balane

Results 9 comments of Arnelle Balane

Hi @git-zephyrus 👋 Thanks for your request, syncing data is definitely a useful feature and something that I'm already looking into and have started working on a little bit. Might...

Hi @shebaoting , this project has two main components to it: 1. Frontend user interface - This is a static site, and can be deployed to any static-site hosting platforms...

Hi @shebaoting , during development when running `npm run dev` we're using [Netlify CLI](https://docs.netlify.com/cli/get-started/) to run the the API functions locally. On build, the `SNOWPACK_PUBLIC_FUNCTIONS_URL` environment variable needs to be...

@Debasmit-Das Sure, thanks for your interest to work on this. What I have in mind on how this would work is: 1. Add a new "Repeat every" field (or something...

The challenge for this feature is figuring out from the DOM how Google Meet highlights the current speaker (e.g. adding a class to a certain element) and then using [MutationObserver](https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver)...

@anshumanv Instead of assuming that the image is in the `Pictures` directory, I will instead: 1. Add a `-b`/`--base` flag 2. When the `-b` flag is set, the image path...

@aldnav @name3anad Maybe we can modify the form to include a field for binary data (image, video, etc.) as the response. What do you think?