René's URL Explorer Experiment


Title: Added ordered question inserting feature and more configuration options by HarrySu123 · Pull Request #19 · lambda-feedback/in2lambda · GitHub

Open Graph Title: Added ordered question inserting feature and more configuration options by HarrySu123 · Pull Request #19 · lambda-feedback/in2lambda

X Title: Added ordered question inserting feature and more configuration options by HarrySu123 · Pull Request #19 · lambda-feedback/in2lambda

Description: Overview renaming of Module to Set implemented ordered question inserting added more configuration options for the api added relevant and correct python docstring where needed fixed test.yml to pass properly renaming of Module to Set The file/class Module.py has been renamed to set.py. All reference to "module" has been changed to "set", to match the terminology of lambda feedback. implemented ordered question inserting Done inside json_convert.py def _zip_sorted_folder(folder_path, zip_path): """Zips the contents of a folder, preserving the directory structure. Args: folder_path: The path to the folder to zip. zip_path: The path where the zip file will be created. """ with zipfile.ZipFile(zip_path, "w") as zf: for root, dirs, files in os.walk(folder_path): # Sort files for deterministic, alphabetical order for file in sorted(files): abs_path = os.path.join(root, file) rel_path = os.path.relpath(abs_path, folder_path) zf.write(abs_path, arcname=rel_path) used to create the zip folder and files, and order the files in deterministic, alphabetical order to achieve ordered question inserting. called inside converter(), added more configuration options for the api lambda feedback, apart from the question.json file also uses a set.json file with extra settings like the name, description... etc. json_convert/minimal_template_set.json contains the minimal_template_set.json it is used similar to how monimal_template_question.json is used The settings used for workedSolutionVisibility, structuredTutorialVisibility and chatbotVisibility all uses the same three options, OPEN, HIDE and OPEN_WITH_WARNINGS. These three options is referred to using enum classes to avoid magic numbers. This can be found in api/visibility_status.py, along with a Controller that wraps around it to allow for custom methods and ease of conversion between the 3. The relevant settings are also added to the class Set.py as attributes fixed test.yml to pass properly updates setuptools, wheel and virtualenv when installing python dependencies, ensuring it is always up to date. fixed Linting Checks and pytests by running all the scripts inside the poetry virtual environment.

Open Graph Description: Overview renaming of Module to Set implemented ordered question inserting added more configuration options for the api added relevant and correct python docstring where needed fixed test.yml to pa...

X Description: Overview renaming of Module to Set implemented ordered question inserting added more configuration options for the api added relevant and correct python docstring where needed fixed test.yml to pa...

Opengraph URL: https://github.com/lambda-feedback/in2lambda/pull/19

X: @github

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:979e36e7-a830-f6fb-34f6-98281f084978
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idBC1E:131B5F:1B1AEF8:224F23F:699194DA
html-safe-nonce3d18f0882ec0d64e2ab0d2f51e8709565f514d18d12f13c9f8752fcfaca746a7
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCQzFFOjEzMUI1RjoxQjFBRUY4OjIyNEYyM0Y6Njk5MTk0REEiLCJ2aXNpdG9yX2lkIjoiNTEzNzQ1MjQzNTk4ODY0OTE3OCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac38ae93bfba67f371bb95543c0e2d57e42df54bd2c20a2729f0821a4d23ca023d
hovercard-subject-tagpull_request:2796492223
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/lambda-feedback/in2lambda/pull/19/files
twitter:imagehttps://avatars.githubusercontent.com/u/147165239?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/147165239?s=400&v=4
og:image:altOverview renaming of Module to Set implemented ordered question inserting added more configuration options for the api added relevant and correct python docstring where needed fixed test.yml to pa...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None42c603b9d642c4a9065a51770f75e5e27132fef0e858607f5c9cb7e422831a7b
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/lambda-feedback/in2lambda git https://github.com/lambda-feedback/in2lambda.git
octolytics-dimension-user_id87027795
octolytics-dimension-user_loginlambda-feedback
octolytics-dimension-repository_id657816860
octolytics-dimension-repository_nwolambda-feedback/in2lambda
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id657816860
octolytics-dimension-repository_network_root_nwolambda-feedback/in2lambda
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release848bc6032dcc93a9a7301dcc3f379a72ba13b96e
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/files#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Flambda-feedback%2Fin2lambda%2Fpull%2F19%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Flambda-feedback%2Fin2lambda%2Fpull%2F19%2Ffiles
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=lambda-feedback%2Fin2lambda
Reloadhttps://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/files
Reloadhttps://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/files
Reloadhttps://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/files
lambda-feedback https://patch-diff.githubusercontent.com/lambda-feedback
in2lambdahttps://patch-diff.githubusercontent.com/lambda-feedback/in2lambda
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Flambda-feedback%2Fin2lambda
Fork 5 https://patch-diff.githubusercontent.com/login?return_to=%2Flambda-feedback%2Fin2lambda
Star 0 https://patch-diff.githubusercontent.com/login?return_to=%2Flambda-feedback%2Fin2lambda
Code https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda
Issues 0 https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/issues
Pull requests 4 https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pulls
Actions https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/actions
Security 0 https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/security
Insights https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pulse
Code https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda
Issues https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/issues
Pull requests https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pulls
Actions https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/actions
Security https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/security
Insights https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2Flambda-feedback%2Fin2lambda%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://patch-diff.githubusercontent.com/login?return_to=%2Flambda-feedback%2Fin2lambda%2Fissues%2Fnew%2Fchoose
HarrySu123https://patch-diff.githubusercontent.com/HarrySu123
mainhttps://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/tree/main
ordered-question-insertinghttps://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/tree/ordered-question-inserting
Conversation 6 https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19
Commits 21 https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/commits
Checks 4 https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/checks
Files changed https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/files
Please reload this pagehttps://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/files
Added ordered question inserting feature and more configuration options https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/files#top
Show all changes 21 commits https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/files
b2e7827 added ordering to the questions HarrySu123 Jul 28, 2025 https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/commits/b2e78270a8a950b0863dabbcbc22c2185874c03c
85fdc12 renamed all use of module with set HarrySu123 Jul 29, 2025 https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/commits/85fdc126b1d3393270076b2956cbf8dd9938a925
70354e7 included minimal json template for set in json converter HarrySu123 Jul 30, 2025 https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/commits/70354e75bf6bed2179e64d8b305bae7a6038ecc1
14c8958 implemented sorted imports HarrySu123 Jul 30, 2025 https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/commits/14c8958b6c0d555ff923199b1d1989b768883b04
72ccbd7 refactoring and now allows setting name and description for the set HarrySu123 Jul 30, 2025 https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/commits/72ccbd7ab2ea9082e49447ec19b1f26361e99da8
9ef11ad updated yml file HarrySu123 Jul 30, 2025 https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/commits/9ef11ad71324731b09b59d581467fcb8139fef8d
40dbc83 removed virtualenv from the test.yml file HarrySu123 Jul 30, 2025 https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/commits/40dbc836b2c7c4ac6eaf87ab2b5b0d14163d4cb6
39f5193 used a safer version of requests HarrySu123 Jul 31, 2025 https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/commits/39f5193ff1b7aefc668a8274ebf5bdd701eb2917
bfdacdf corrected formatted and sorted imports in PartsSepSol filter HarrySu123 Jul 31, 2025 https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/commits/bfdacdf320b3e5d7749f45720df013321068865c
6881859 ran isort . and black . to correctly format everything HarrySu123 Jul 31, 2025 https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/commits/6881859c298345086fa8c7021bd560b3f85739f2
722261b further fixing of formatting in function summaries and description HarrySu123 Jul 31, 2025 https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/commits/722261bf7da9fa52eb5259d2fc3589b5715a77eb
2ea43c9 removed blank line after function docstring in set.py HarrySu123 Jul 31, 2025 https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/commits/2ea43c9f0459ef397c81a7aeb57756e8639602dd
c172a9f correected tests to match new results HarrySu123 Jul 31, 2025 https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/commits/c172a9ff3b3f855fb02599f8015814c34b809fd6
49dcd3c added attributes for modifable visiblity for finalanswers , wokred so… HarrySu123 Aug 4, 2025 https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/commits/49dcd3c8581407bafb8d01d5708cdafefb47c1ac
18c17dc added visibility settings to API HarrySu123 Aug 4, 2025 https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/commits/18c17dc102cc78412f146a5eea1e1bfc8287e2d1
47777e8 corretly formatted and sorted imports in set.py HarrySu123 Sep 1, 2025 https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/commits/47777e8731436f9ce41455c4a7138c4d3d631c0e
b46ce09 corrected formatting on import in set.py HarrySu123 Sep 1, 2025 https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/commits/b46ce09948d71b3de5ee1eb62f7f51c1be607ba5
c93ba77 resolved isort and black conflict HarrySu123 Sep 1, 2025 https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/commits/c93ba772024579730448cd4d19d7ddd051c1aa86
1c7aa90 Added missing docstrings for methods in visibility_status HarrySu123 Sep 1, 2025 https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/commits/1c7aa9023ef59796bd68f55b11409a851b0da7e1
98c92e4 added module-level docstring for visibility_status HarrySu123 Sep 1, 2025 https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/commits/98c92e49d359d694e0f63621abee1cc30147efb0
36f8e3c filename generation now handles special characters correctly HarrySu123 Sep 10, 2025 https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/commits/36f8e3cec892ed3c31ddfdb62e6be41d01c86ed5
Clear filters https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/files
Please reload this pagehttps://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/files
Please reload this pagehttps://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/files
test.yml https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/files#diff-faff1af3d8ff408964a57b2e475f69a6b7c7b71c9978cccc8f471798caac2c88
metals.lock.db https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/files#diff-ce079fc53ed926da93887e2c778d40ee9c1c7ca78a0d6aefc059ec6e9dd07ddf
documentation.md https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/files#diff-ebcd10ba05e8ce7fa968207c42f198575b016ed7d0f3fdb8583ef702385de332
module.py https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/files#diff-486983b2daecfddae9142877f66f209c0e830abf31c640f24c1fb437bcd57fb7
question.py https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/files#diff-50bbeb2db298b89836dca8171c02b9187c0746ddfdc7f30ad5e5fa54a97ddbe6
set.py https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/files#diff-6fbbd33a13a8555fd57396f7c18c79e4ce8faf22fb0b85f84ad265567a38223b
visibility_status.py https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/files#diff-997d151e48a68733e9ecbb0fd8056a825279f8e0c3e4c3fad8dc9740034e9d7b
filter.py https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/files#diff-f5227526455cf02edefcc008196ad314974932b42e072357a75353b84d044deb
filter.py https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/files#diff-6d342a1666eb1f190fef2a388b775bfb9e1e79a0bd95730667b7443867456657
filter.py https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/files#diff-9169f08777f813d1558c29c0dc92246e9d38dc902ac751a4fe9bd2680122f262
filter.py https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/files#diff-1ac49144c87468bc5493ce3cc29c4dc7ee2b03ec1aab3da1e88e7dad5d9db0e8
markdown.py https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/files#diff-d6b6a955a3139c1fcd2f0f29d0b5cff70b919a966a5cc5633a58faeb37ce300f
__init__.py https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/files#diff-3da7c6a8856715535f05ab413a32b7be7c0904d9166e2161a5850ab93597d252
json_convert.py https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/files#diff-4219c7be95689b536b94a382105695c66758f0c162fb024d3dae02f59073d350
minimal_template_question.json https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/files#diff-3cc26ec23e149ac19ee01c13507952af2469be9abb70fd0461306045011cfc92
minimal_template_set.json https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/files#diff-45b10343431927b0c34b6eb376d8df42d4eaec67d63b7cad162507bfa50ca862
main.py https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/files#diff-a0725c084785782423d8e91eba2717bf7ecac93809f957e40a2623e8e339097b
poetry.lock https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/files#diff-f53a023eedfa3fbf2925ec7dc76eecdc954ea94b7e47065393dbad519613dc89
pyproject.toml https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/files#diff-50c86b7ed8ac2cf95bd48334961bf0530cdc77b5a56f852c5c61b89d735fd711
.github/workflows/test.ymlhttps://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/files#diff-faff1af3d8ff408964a57b2e475f69a6b7c7b71c9978cccc8f471798caac2c88
View file https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/blob/36f8e3cec892ed3c31ddfdb62e6be41d01c86ed5/.github/workflows/test.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/files#diff-faff1af3d8ff408964a57b2e475f69a6b7c7b71c9978cccc8f471798caac2c88
https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/files#diff-faff1af3d8ff408964a57b2e475f69a6b7c7b71c9978cccc8f471798caac2c88
.metals/metals.lock.dbhttps://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/files#diff-ce079fc53ed926da93887e2c778d40ee9c1c7ca78a0d6aefc059ec6e9dd07ddf
View file https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/blob/36f8e3cec892ed3c31ddfdb62e6be41d01c86ed5/.metals/metals.lock.db
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/{{ revealButtonHref }}
docs/source/contributing/documentation.mdhttps://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/files#diff-ebcd10ba05e8ce7fa968207c42f198575b016ed7d0f3fdb8583ef702385de332
View file https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/blob/36f8e3cec892ed3c31ddfdb62e6be41d01c86ed5/docs/source/contributing/documentation.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/files#diff-ebcd10ba05e8ce7fa968207c42f198575b016ed7d0f3fdb8583ef702385de332
in2lambda/api/module.pyhttps://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/files#diff-486983b2daecfddae9142877f66f209c0e830abf31c640f24c1fb437bcd57fb7
View file https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/blob/5f8d7a01bd711751cb1fba3022e9582604bbad80/in2lambda/api/module.py
Open in desktop https://desktop.github.com
Please reload this pagehttps://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/files
in2lambda/api/question.pyhttps://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/files#diff-50bbeb2db298b89836dca8171c02b9187c0746ddfdc7f30ad5e5fa54a97ddbe6
View file https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/blob/36f8e3cec892ed3c31ddfdb62e6be41d01c86ed5/in2lambda/api/question.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/files#diff-50bbeb2db298b89836dca8171c02b9187c0746ddfdc7f30ad5e5fa54a97ddbe6
in2lambda/api/set.pyhttps://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/files#diff-6fbbd33a13a8555fd57396f7c18c79e4ce8faf22fb0b85f84ad265567a38223b
View file https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/blob/36f8e3cec892ed3c31ddfdb62e6be41d01c86ed5/in2lambda/api/set.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/{{ revealButtonHref }}
Please reload this pagehttps://patch-diff.githubusercontent.com/lambda-feedback/in2lambda/pull/19/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.