Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
grant pushed 1 commit to grant/zane.actions.dec3 anon-dot-com/examples
- ci: yarn fix Signed-off-by: Grant Timmerman <[email protected]> 57d5ac4
grant created a review on a pull request on anon-dot-com/examples
Overall good! I added a few comments. Other comments: - rename folder `actions` to `demos` - add a `README.md` with and overview of the demos and instructions on how to install and run them
grant created a review comment on a pull request on anon-dot-com/examples
Use consistent indentation with 2 spaces
grant created a review comment on a pull request on anon-dot-com/examples
Some of these locators like `.x1xp8e9x.x13fuv20.x178xt8z` will be gone when instagram publishes their website again. Is there a more stable locator?
grant created a review comment on a pull request on anon-dot-com/examples
I would consider using a helper function or something to reduce duplicated code with `like` and `unlike`
grant created a review comment on a pull request on anon-dot-com/examples
Could could just be: ```ts if (isSaved !== on) { await (on ? this.save() : this.unsave()); } ```
grant created a review comment on a pull request on anon-dot-com/examples
Remove this function. Toggling the current status of a like is not a common use-case. Liking or unliking is more common.
grant created a review comment on a pull request on anon-dot-com/examples
formatting. Please format this file.
grant created a review comment on a pull request on anon-dot-com/examples
Rename `postToInstagram` to `post`. We already have context of Instagram with `InstagramActions.post`.
grant created a review comment on a pull request on anon-dot-com/examples
Where is this code? I think you forgot to add to the PR.
grant created a review comment on a pull request on anon-dot-com/examples
Remove comments like these that group functions. The functions should be descriptive enough.
grant created a review comment on a pull request on anon-dot-com/examples
Remove newline spaces where there are 2+ newlines.
grant created a review comment on a pull request on anon-dot-com/examples
Where is the code for `manager/manager`? Is this needed? It sounds like this setup could be simplified.
grant created a review comment on a pull request on anon-dot-com/examples
Make the API key listen to `ANON_API_KEY` as an env variable. Throw an error if it can't read this value.
grant created a review comment on a pull request on anon-dot-com/examples
Make this an environment variables, `ANON_APP_USER_ID`
grant created a review on a pull request on anon-dot-com/examples
Overall good! I added a few comments.
grant created a review on a pull request on anon-dot-com/examples
Overall good! I added a few comments.
grant closed an issue on anon-dot-com/actions
Sample Code Missing Variables
Looking at the sample, it looks like the sample requires some defined variables: Here's the formatted code: ```ts import { NetworkHelper, runCreateLinkedinPost } from "@anon/actions"; impor...grant created a comment on an issue on anon-dot-com/actions
Currently there are no built-in actions for Uber. However, you can link an account and use playwright to build your own actions.
grant opened an issue on greptileai/greptile-vscode
Command L Is Used to Select Line
Please provide sufficient documentation on how to change the command. I use that for selecting a line in VSC. I have no way to disable, so I uninstalled the extension.grant pushed 8 commits to main anon-dot-com/examples
- feat: simplify quickstart Signed-off-by: Grant Timmerman <[email protected]> add938e
- feat: simpler Signed-off-by: Grant Timmerman <[email protected]> 91202e4
- refactor: simple, simple, simple Signed-off-by: Grant Timmerman <[email protected]> e17b54e
- doc: update docs Signed-off-by: Grant Timmerman <[email protected]> dfcb76e
- chore: move old quickstart to example-app Signed-off-by: Grant Timmerman <[email protected]> 48ad844
- feat: simpler Signed-off-by: Grant Timmerman <[email protected]> d277a47
- feat: separate linking and creating posts Signed-off-by: Grant Timmerman <[email protected]> 8f75382
- Merge pull request #46 from anon-dot-com/grant/simplify-quickstart 20f1a85
grant created a review comment on a pull request on anon-dot-com/examples
Thanks. I've updated the sample to not hang but still be minimal. I think the livestreaming URL is a good idea, but will omit right now.
grant pushed 1 commit to grant/simplify-quickstart anon-dot-com/examples
- feat: separate linking and creating posts Signed-off-by: Grant Timmerman <[email protected]> 8f75382
grant pushed 1 commit to grant/simplify-quickstart anon-dot-com/examples
- feat: simpler Signed-off-by: Grant Timmerman <[email protected]> d277a47
grant created a comment on a pull request on anon-dot-com/examples
I changed this PR to move the existing quickstart to an example app and add update to this minimal quickstart.
grant pushed 1 commit to grant/simplify-quickstart anon-dot-com/examples
- chore: move old quickstart to example-app Signed-off-by: Grant Timmerman <[email protected]> 48ad844