BethanyG
7a12eeb1fc
Update README.md ( #3867 )
...
Formatting shenanigans, due to the way this displays on the Repo.
2025-02-14 16:38:54 -08:00
BethanyG
889cf84054
Added admonition for not accepting community contributions and updated Python versions. ( #3866 )
2025-02-14 16:24:01 -08:00
BethanyG
664f1dbd91
[Sieve]: Update content.md for Comprehension Approach ( #3865 )
...
Added language about the disallowed `%` operator to the Comprehensions approach.
2025-02-14 11:56:08 -08:00
BethanyG
c99a16e837
[Bank Account]: Added Explicit Instruction Append for not Doing Concurrency Tests. ( #3864 )
...
* Added explicit instruction append for not doing concurrency tests.
* Apply suggestions from code review
Co-authored-by: Isaac Good <IsaacG@users.noreply.github.com >
---------
Co-authored-by: Isaac Good <IsaacG@users.noreply.github.com >
2025-02-13 20:45:19 -08:00
Jeremy Walker
6352edb453
Update CONTRIBUTING.md ( #3863 )
2025-02-13 15:34:50 -08:00
BethanyG
1b095278cd
Added link to dict.keys for Mecha Munch Management hints file. ( #3861 )
2025-02-12 12:03:12 -08:00
BethanyG
445e49f3a6
[Mecha Munch Management]: Reformatted Test File & Pulled Data out into Its Own File ( #3860 )
...
[no important files changed]
* Reformatted test file to test file plus test data file.
* Reverted stub to empty.
* Updated config in hopes the tests pass.
2025-02-11 18:06:11 -08:00
dependabot[bot]
bd05215644
Bump actions/stale from 9.0.0 to 9.1.0 ( #3857 )
...
Bumps [actions/stale](https://github.com/actions/stale ) from 9.0.0 to 9.1.0.
- [Release notes](https://github.com/actions/stale/releases )
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md )
- [Commits](28ca103628...5bef64f19d )
---
updated-dependencies:
- dependency-name: actions/stale
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-01 20:19:55 -08:00
dependabot[bot]
550d1aba09
Bump actions/setup-python from 5.3.0 to 5.4.0 ( #3858 )
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](0b93645e9f...42375524e2 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-01 20:19:26 -08:00
qadzek
82e77cedaf
Use correct double quotes ( #3853 )
2025-01-26 16:33:35 -08:00
BethanyG
8141d07da3
Synced Anagram instructions to problem specifications. ( #3849 )
2025-01-16 16:02:39 -08:00
BethanyG
c8b3a3958f
Synced practice exercise intros and instructions to problem-specs. ( #3842 )
2025-01-09 21:42:10 -08:00
BethanyG
8ddd19549b
Synced metadata for practice exercises. ( #3841 )
2025-01-09 21:41:46 -08:00
BethanyG
f94d0fd31e
Updated bob tests.toml and regenerated test file. ( #3840 )
2025-01-09 21:40:56 -08:00
BethanyG
07bf542d0f
Updated test cases for pig-latin and regenerated test file. ( #3839 )
2025-01-09 21:30:04 -08:00
BethanyG
7bec634f5c
Revert "Testing fix for no-important-files workflow. ( #3824 )" ( #3835 )
...
This reverts commit 8dde6fd436 .
2024-12-02 12:45:49 -08:00
BethanyG
26635914c1
[Simple Linked List]: Updated Stub File ( #3834 )
...
* Reworked stub to clean up mutable default argument and missing special method.
* Added bethanyg as contributor.
2024-12-01 22:30:59 -08:00
Charles Ross
f214698e53
Remove extraneous periods ( #3833 )
2024-11-30 16:33:20 -08:00
BethanyG
db94cb0307
[Darts] : Add Approaches ( #3386 )
...
* Initial docs for darts approaches.
* Initial rough draft of darts approaches.
* Removing .articles for now.
* Wrapped up approaches content details and removed performance info.
* Cleaned up typos and changed toss to throw.
2024-11-30 11:37:26 -08:00
glaxxie
01fb2575e8
Update TESTS.md ( #3830 )
...
* Update TESTS.md
- Change placeholder brackets from `{}` to `<>`
- Add a note explain placeholder value
- Change pytest version number to reflect the latest one
* Update TOOLS.md
Small change to fit with the version in `INSTALLATION.md`
* Update docs/TESTS.md
Using exercism note block and clearer example
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com >
* Update docs/TOOLS.md
Add more details about tooling
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com >
---------
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com >
2024-11-25 11:47:14 -08:00
Andrew Pam
c38e94b940
Update content.md ( #3829 )
...
Add missing URI for "dictionary approach"
2024-11-24 11:14:11 -08:00
BethanyG
2779c2749f
[Roman Numeral Approaches]: Fix Broken Link in Approaches Introduction ( #3828 )
...
https://exercism.org/tracks/python/exercises/roman-numerals/approaches/loop-over-roman --> https://exercism.org/tracks/python/exercises/roman-numerals/approaches/loop-over-romans
2024-11-22 09:55:30 -08:00
BethanyG
be191488d5
Added some notes on using * on the left-hand side for unpacking. ( #3826 )
2024-11-19 10:42:05 -08:00
BethanyG
bba3d8010d
Changed list method tests to validate the queue. Also ajdusted instructions. ( #3825 )
...
[no important files changed]
While these are new tests, the majority of existing solutions should pass them, so no need to do a mass re-test.
2024-11-19 10:41:40 -08:00
BethanyG
8dde6fd436
Testing fix for no-important-files workflow. ( #3824 )
2024-11-17 22:29:03 -08:00
JD DeLaune
da351aea14
Fixed broken link in grains performance doc ( #3822 )
2024-11-16 20:41:04 -08:00
BethanyG
102bfb78f2
Hopefully, the last typos of this round. ( #3817 )
2024-11-06 15:17:13 -08:00
BethanyG
27931ea05d
Spellchecking in ref floder. Hopefully for the only time. ( #3816 )
2024-11-06 14:35:18 -08:00
BethanyG
dcc052c730
Updtated tests for Forth from problem specs. ( #3814 )
2024-11-04 16:09:36 -08:00
BethanyG
d7a8e5b8d1
Updated metadata and instructions from problem specs Nov maintenence. ( #3813 )
2024-11-04 15:51:06 -08:00
Andrew Pam
e8b7192243
Update instructions.append.md ( #3812 )
...
* Update instructions.append.md
Clarify that the built-in exponentiation operator ** is equivalent to pow() and therefore doesn't demonstrate an implementation of a square root algorithm, and also note that for the domain of this exercise there are available solutions using only positive integers.
* Update exercises/practice/square-root/.docs/instructions.append.md
Adhere to one sentence per line convention.
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com >
---------
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com >
2024-11-04 11:38:14 -08:00
dependabot[bot]
da94511af8
Bump actions/setup-python from 5.2.0 to 5.3.0 ( #3809 )
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](f677139bbe...0b93645e9f )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-02 13:06:54 -07:00
dependabot[bot]
42bbbfd2af
Bump actions/checkout from 4.2.0 to 4.2.2 ( #3810 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.2.0 to 4.2.2.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](d632683dd7...11bd71901b )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-02 13:06:20 -07:00
BethanyG
bfc578ecdd
fixed typo in itertools compress approach. ( #3808 )
2024-10-31 15:02:34 -07:00
BethanyG
5ad6668ac2
Fix spelling error and heading in instruction.append file. ( #3807 )
2024-10-31 14:52:28 -07:00
BethanyG
f93b0ddcc6
Seperate to separate typo fix. ( #3806 )
2024-10-31 14:45:58 -07:00
BethanyG
abd31ba96e
Initialzed - initialized spelling corrections. ( #3805 )
2024-10-31 14:41:21 -07:00
BethanyG
dc66e5964c
Fixed spelling errors in approaches docs. ( #3804 )
2024-10-31 14:34:29 -07:00
BethanyG
694a421e02
what I hope is the final pass of the wordy typo monsters. ( #3803 )
2024-10-31 14:13:39 -07:00
Ryan Souza
7993df720a
fix: wrong reference ( #3800 )
2024-10-31 13:39:18 -07:00
Luke McGuire
5f70c9d4ee
test: Update Chaitana's tests to verify queue has been updated ( #3799 )
2024-10-23 17:30:28 -07:00
Heitor de Bittencourt
6a7a35111d
[Mecha Munch & Dict Methods Concept]: Fix Typo in Introduction & About Files ( #3796 )
...
* Fix typo in dict methods introduction
* Fix typo in dict-methods concept
2024-10-23 12:24:16 -07:00
Andrew Pam
83e71ed61e
Update resistor_color_expert_test.py ( #3797 )
...
Add additional tests for some edge cases. Note that "1 ohms", "1 kiloohms" and "1 megaohms" should really be "ohm" singular but that's out of scope of the requirements for this exercise.
2024-10-23 01:50:00 -07:00
Wolfgang
1d2c981fc0
Fixed typo.md ( #3794 )
...
Fixed minor typo hasable -> hashable
2024-10-20 13:28:40 -07:00
BethanyG
c230448e3f
Fixed final test and error message. Sometimes, I am an idiot. ( #3792 )
...
[no important files changed]
The test has changed, but this will allow more passing code without need for retest.
2024-10-16 00:13:48 -07:00
BethanyG
df381d86f4
Touch ups and edits for clarity in instructions, introductions, hints and stub file. ( #3791 )
2024-10-15 21:43:01 -07:00
BethanyG
7875b77415
Fixed links and other lingering typos. ( #3790 )
2024-10-15 15:18:06 -07:00
BethanyG
c5922804a8
[Wordy]: Moar Typos & Missing Links. ( #3789 )
...
* Moar typos and missing links. Hopefully, this is the last round.
* Added in missing hints file.
* Further touchup on intro md.
2024-10-14 17:26:36 -07:00
BethanyG
63cc10b06f
Further refinements to approaches. Added hits.md file. ( #3788 )
2024-10-14 16:29:08 -07:00
BethanyG
d2cf34b90a
Changed Wordy difficulty to 3 and reorderd config.json. ( #3786 )
2024-10-12 11:35:12 -07:00