chore: Add some scripts and a test console app#21
Merged
Conversation
See RFC https://github.com/PostHog/meta/pull/309/files for some context on these scripts.
This makes it easy to test changes while developing this library.
There was a problem hiding this comment.
Copilot reviewed 9 out of 14 changed files in this pull request and generated no comments.
Files not reviewed (5)
- examples/.gitignore: Language not supported
- examples/feature_flag_demo/config/config.exs: Language not supported
- examples/feature_flag_demo/lib/feature_flag_demo.ex: Language not supported
- examples/feature_flag_demo/mix.exs: Language not supported
- examples/feature_flag_demo/run.exs: Language not supported
rafaeelaudibert
requested changes
Apr 16, 2025
Member
rafaeelaudibert
left a comment
There was a problem hiding this comment.
Lgtm, but there's some references to C#, mind fixing?
Contributor
Author
Fixed! That's what I get for my copy pasta sins. |
b7f23e6 to
9407cb1
Compare
Member
You're forgiven because I got my copy pasta tshirt merch this Monday and it's so so cool |
rafaeelaudibert
approved these changes
Apr 16, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See RFC https://github.com/PostHog/meta/pull/309/files for some context on these scripts.
The app makes it easier to test some of the changes we're making to the library.
No production changes in this PR