repo
stringlengths
5
53
pr_number
int32
1
321k
task_type
stringclasses
2 values
issue_text
stringlengths
0
81.2k
pr_title
stringlengths
1
319
pr_body
stringlengths
0
105k
base_sha
stringlengths
40
40
head_sha
stringlengths
40
40
gold_diff
stringlengths
0
202M
changed_files
listlengths
0
100
review_threads
listlengths
0
100
test_patch
stringlengths
0
23.4M
merged
bool
1 class
0x7c13/Notepads
1,496
issue_to_patch
ci: fix CI pipeline and bump action dependencies
## Summary - Pin all GitHub Actions runners to `windows-2022` to fix build failures caused by `windows-latest` mapping to `windows-2025`, which lacks Windows SDK 10.0.22621.0 - Replace deprecated `::set-output` with `$GITHUB_OUTPUT` environment file - Upgrade `microsoft/setup-msbuild` v2 → v3 and `NuGet/setup-nuget` v2...
8350f1ca8647670c22bca3d6b1c998107582a359
b1026a31559714bc4cb681744a9502a4eaaed7eb
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1e054725d..75f5f52be 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,7 +35,7 @@ on: jobs: setup: - runs-on: windows-latest + runs-on: windows-2022 outputs: matrix: ${{ steps.set_matrix.outp...
[ ".github/workflows/main.yml" ]
[]
true
0x7c13/Notepads
1,453
issue_to_patch
action-deps: bump actions/setup-java from 4 to 5
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4 to 5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/setup-java/releases">actions/setup-java's releases</a>.</em></p> <blockquote> <h2>v5.0.0</h2> <h2>What's Changed</h2> <h3>Breaking Changes</h3...
39a2159ca24d2c04889b651c41889c72a7a9db43
7f4b50d9071ad5775576cb5b9abaa21e8aebf950
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4edca64c2..c608283d4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -145,7 +145,7 @@ jobs: - if: matrix.runSonarCloudScan name: Set up JDK 11 id: Setup_JDK - uses: actions/setup-java@v...
[ ".github/workflows/main.yml" ]
[]
true
0x7c13/Notepads
1,452
issue_to_patch
action-deps: bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/checkout/releases">actions/checkout's releases</a>.</em></p> <blockquote> <h2>v5.0.0</h2> <h2>What's Changed</h2> <ul> <li>Update actions checkout...
39a2159ca24d2c04889b651c41889c72a7a9db43
56fd9c75c12a39b6979e00ff6b944349c4ea79c8
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4edca64c2..5aa41b512 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -159,7 +159,7 @@ jobs: - name: Checkout repository id: checkout_repo - uses: actions/checkout@v4 + uses: actions/che...
[ ".github/workflows/main.yml" ]
[]
true
0x7c13/Notepads
1,466
issue_to_patch
action-deps: bump actions/cache from 4.2.3 to 4.3.0
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.3 to 4.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/cache/releases">actions/cache's releases</a>.</em></p> <blockquote> <h2>v4.3.0</h2> <h2>What's Changed</h2> <ul> <li>Add note on runner versions...
39a2159ca24d2c04889b651c41889c72a7a9db43
61e46af6bbe71ce0e6bf053c7c62be4c4f5398a7
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4edca64c2..3dcf5f432 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -195,7 +195,7 @@ jobs: - if: matrix.runSonarCloudScan name: Cache SonarCloud packages id: cache_sonar_packages - use...
[ ".github/workflows/main.yml" ]
[]
true
0x7c13/Notepads
1,471
issue_to_patch
action-deps: bump actions/download-artifact from 4 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/download-artifact/releases">actions/download-artifact's releases</a>.</em></p> <blockquote> <h2>v6.0.0</h2> <h2>What's Changed</...
39a2159ca24d2c04889b651c41889c72a7a9db43
82723bd0c06a6150f46b3dcb87880d0fb8dc51a6
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4edca64c2..7c921e362 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -352,7 +352,7 @@ jobs: - name: Download and extract MSIX package id: dl_package_artifact - uses: actions/download-artifact@...
[ ".github/workflows/main.yml" ]
[]
true
0x7c13/Notepads
1,458
issue_to_patch
action-deps: bump ncipollo/release-action from 1.16.0 to 1.20.0
Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.16.0 to 1.20.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ncipollo/release-action/releases">ncipollo/release-action's releases</a>.</em></p> <blockquote> <h2>v1.20.0</h2> <h2>What's Change...
39a2159ca24d2c04889b651c41889c72a7a9db43
880955cbeaa3108e75cf196e4c12db64cc83f165
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4edca64c2..1b07eca7d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -377,7 +377,7 @@ jobs: - name: Create and publish release id: create_release - uses: ncipollo/release-action@v1.16.0 + ...
[ ".github/workflows/main.yml" ]
[]
true
0x7c13/Notepads
1,422
issue_to_patch
Deprecate Microsoft.AppCenter
Deprecate Microsoft.AppCenter since it is scheduled for retirement on March 31, 2025 <!-- Add a brief overview here of the feature/bug & fix. --> ## PR Type Remove Microsoft.AppCenter analytics. ## Other information
ed3c8745cdc0b04bc012a33f8a1ab65ae8f7e530
9adbaac8c3928a35feb94e540540deffe552fb8e
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8ff0c12d9..4edca64c2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -282,8 +282,7 @@ jobs: /p:AppxBundlePlatforms=$env:APPX_BUNDLE_PLATFORMS ` /p:AppxPackageDir=$env:ARTIFACTS_DIR ` /...
[ ".github/workflows/main.yml", "PRIVACY.md", "src/Notepads.Controls/Notepads.Controls.csproj", "src/Notepads/App.xaml.cs", "src/Notepads/AppCenterSecret.cs", "src/Notepads/Brushes/HostBackdropAcrylicBrush.cs", "src/Notepads/Controls/Dialog/FileRenameDialog.cs", "src/Notepads/Controls/TextEditor/TextEdi...
[]
true
0x7c13/Notepads
1,420
issue_to_patch
action-deps: bump actions/cache from 4.2.2 to 4.2.3
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.2 to 4.2.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/cache/releases">actions/cache's releases</a>.</em></p> <blockquote> <h2>v4.2.3</h2> <h2>What's Changed</h2> <ul> <li>Update to use <code>@​actio...
9b68150e2b95577ab738f60fcf2c7cc7c156cfe1
1cae61fc2827b1b4d1f7107063ff1d8adee7502c
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fa6dbae13..8ff0c12d9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -195,7 +195,7 @@ jobs: - if: matrix.runSonarCloudScan name: Cache SonarCloud packages id: cache_sonar_packages - use...
[ ".github/workflows/main.yml" ]
[]
true
0x7c13/Notepads
1,414
issue_to_patch
action-deps: bump ncipollo/release-action from 1.14.0 to 1.16.0
Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.14.0 to 1.16.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ncipollo/release-action/releases">ncipollo/release-action's releases</a>.</em></p> <blockquote> <h2>v1.16.0</h2> <h2>What's Change...
382b1fd46df5be9c5ffa462189ff722cf31f5930
4f5d2bc1cdba5a75be329199920d77fd0edc0c7a
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7da9de555..8c0cd9b5c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -378,7 +378,7 @@ jobs: - name: Create and publish release id: create_release - uses: ncipollo/release-action@v1.14.0 + ...
[ ".github/workflows/main.yml" ]
[]
true
0x7c13/Notepads
1,415
issue_to_patch
action-deps: bump actions/cache from 4.2.0 to 4.2.2
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.0 to 4.2.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/cache/releases">actions/cache's releases</a>.</em></p> <blockquote> <h2>v4.2.2</h2> <h2>What's Changed</h2> <blockquote> <p>[!IMPORTANT] As a re...
382b1fd46df5be9c5ffa462189ff722cf31f5930
9e8e80e646eae9630e95eb64808be91f31ad20b1
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7da9de555..c79eb5952 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -195,7 +195,7 @@ jobs: - if: matrix.runSonarCloudScan name: Cache SonarCloud packages id: cache_sonar_packages - use...
[ ".github/workflows/main.yml" ]
[]
true
0x7c13/Notepads
1,390
issue_to_patch
action-deps: bump NuGet/setup-nuget from 2.0.0 to 2.0.1
Bumps [NuGet/setup-nuget](https://github.com/nuget/setup-nuget) from 2.0.0 to 2.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nuget/setup-nuget/releases">NuGet/setup-nuget's releases</a>.</em></p> <blockquote> <h2>v2.0.1</h2> <h2>What's Changed</h2> <ul> <li>build(deps-...
8acac027e3c80ec58ee0ef12acfa2efc406072df
525fd321c1457aaec9dfe19685ec8d1527e055a4
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a756038f1..e7e1d01d0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -155,7 +155,7 @@ jobs: - name: Setup NuGet id: setup-nuget - uses: NuGet/setup-nuget@v2.0.0 + uses: NuGet/setup-nuge...
[ ".github/workflows/main.yml" ]
[]
true
0x7c13/Notepads
1,392
issue_to_patch
lang: Update Vietnamese
Fix incorrect contexts and use smoother language.
8acac027e3c80ec58ee0ef12acfa2efc406072df
f0d2193e0cdf70cfd6cf946ff4cba76241f38b3f
diff --git a/src/Notepads/Strings/vi-VN/Manifest.resw b/src/Notepads/Strings/vi-VN/Manifest.resw index c63078042..b748e15f1 100644 --- a/src/Notepads/Strings/vi-VN/Manifest.resw +++ b/src/Notepads/Strings/vi-VN/Manifest.resw @@ -510,7 +510,7 @@ <comment>.xsl</comment> </data> <data name="NewTextDocumentDispl...
[ "src/Notepads/Strings/vi-VN/Manifest.resw", "src/Notepads/Strings/vi-VN/Resources.resw", "src/Notepads/Strings/vi-VN/Settings.resw" ]
[]
true
0x7c13/Notepads
1,400
issue_to_patch
action-deps: bump actions/cache from 4.1.0 to 4.2.0
Bumps [actions/cache](https://github.com/actions/cache) from 4.1.0 to 4.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/cache/releases">actions/cache's releases</a>.</em></p> <blockquote> <h2>v4.2.0</h2> <h2>⚠️ Important Changes</h2> <p>The cache backend service h...
8acac027e3c80ec58ee0ef12acfa2efc406072df
6975dbe51376ba20f12265dc6daa023e44752564
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a756038f1..ca9c98581 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -195,7 +195,7 @@ jobs: - if: matrix.runSonarCloudScan name: Cache SonarCloud packages id: cache_sonar_packages - use...
[ ".github/workflows/main.yml" ]
[]
true
0x7c13/Notepads
1,384
issue_to_patch
action-deps: bump actions/cache from 4.0.2 to 4.1.0
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/cache/releases">actions/cache's releases</a>.</em></p> <blockquote> <h2>v4.1.0</h2> <h2>What's Changed</h2> <ul> <li>Fix cache-hit output when c...
47f250e41757c3e6ae77dc4ef3a84de0dde45fdb
3897c96ca62990bcd5e4e231f39b792324213791
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f34ce1ca6..a756038f1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -195,7 +195,7 @@ jobs: - if: matrix.runSonarCloudScan name: Cache SonarCloud packages id: cache_sonar_packages - use...
[ ".github/workflows/main.yml" ]
[]
true
0x7c13/Notepads
1,369
issue_to_patch
lang: Fixed typo in Russian localization
Fixed typo in Russian localization. <!-- Add a brief overview here of the feature/bug & fix. --> ## PR Type What kind of change does this PR introduce? <!-- Please uncomment one or more that apply to this PR and apply required prefix to the title. --> <!-- - Bugfix --> <!-- Prefix title with "fix: " --> ...
bbd579a507c844c27775a73e493fc40d936f6dbb
7766002a48e1500d3400e1207a923832726631b7
diff --git a/src/Notepads/Strings/ru-RU/Resources.resw b/src/Notepads/Strings/ru-RU/Resources.resw index da67b779c..3fd601224 100644 --- a/src/Notepads/Strings/ru-RU/Resources.resw +++ b/src/Notepads/Strings/ru-RU/Resources.resw @@ -258,7 +258,7 @@ <comment>RevertAllChangesConfirmationDialog: CloseButtonText.</com...
[ "src/Notepads/Strings/ru-RU/Resources.resw" ]
[]
true
0x7c13/Notepads
1,328
issue_to_patch
action-deps: bump actions/cache from 4.0.1 to 4.0.2
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.1 to 4.0.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/cache/releases">actions/cache's releases</a>.</em></p> <blockquote> <h2>v4.0.2</h2> <h2>What's Changed</h2> <ul> <li>Fix <code>fail-on-cache-mis...
bd3a639675396442726003816bd9fbabe7d1286a
9a701ecb60335be27541ef0aa635e4ea7d2887f8
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ea3712794..f34ce1ca6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -195,7 +195,7 @@ jobs: - if: matrix.runSonarCloudScan name: Cache SonarCloud packages id: cache_sonar_packages - use...
[ ".github/workflows/main.yml" ]
[]
true
0x7c13/Notepads
1,303
issue_to_patch
action-deps: bump al-cheb/configure-pagefile-action from 1.3 to 1.4
Bumps [al-cheb/configure-pagefile-action](https://github.com/al-cheb/configure-pagefile-action) from 1.3 to 1.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/al-cheb/configure-pagefile-action/releases">al-cheb/configure-pagefile-action's releases</a>.</em></p> <blockquote> ...
a671aa01d7400c2420ffd8ad79ae71910f698685
44b51256a39cc2d65dbc9c95ce30c9157193b1ae
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 70c096915..c84f0ab7e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -168,7 +168,7 @@ jobs: - if: matrix.runCodeqlAnalysis name: Configure Pagefile id: config_pagefile - uses: al-cheb/c...
[ ".github/workflows/main.yml" ]
[]
true
0x7c13/Notepads
1,304
issue_to_patch
action-deps: bump NuGet/setup-nuget from 1.2.0 to 2.0.0
Bumps [NuGet/setup-nuget](https://github.com/nuget/setup-nuget) from 1.2.0 to 2.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nuget/setup-nuget/releases">NuGet/setup-nuget's releases</a>.</em></p> <blockquote> <h2>v2.0.0</h2> <h2>What's Changed</h2> <ul> <li>build(deps)...
a671aa01d7400c2420ffd8ad79ae71910f698685
f13dc09650bd97b69d6f4e06d45f4d1ef2f6f5d8
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 70c096915..848a861fc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -155,7 +155,7 @@ jobs: - name: Setup NuGet id: setup-nuget - uses: NuGet/setup-nuget@v1.2.0 + uses: NuGet/setup-nuge...
[ ".github/workflows/main.yml" ]
[]
true
0x7c13/Notepads
1,305
issue_to_patch
action-deps: bump microsoft/setup-msbuild from 1 to 2
Bumps [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild) from 1 to 2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/microsoft/setup-msbuild/releases">microsoft/setup-msbuild's releases</a>.</em></p> <blockquote> <h2>v2</h2> <p>This is a major version bump ...
a671aa01d7400c2420ffd8ad79ae71910f698685
a26e2f41960fff3f6306d5ccd2a33b10e2d034df
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 70c096915..a3461b392 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -151,7 +151,7 @@ jobs: - name: Setup MSBuild id: setup_msbuild - uses: microsoft/setup-msbuild@v1 + uses: microsoft/...
[ ".github/workflows/main.yml" ]
[]
true
0x7c13/Notepads
1,308
issue_to_patch
action-deps: bump ncipollo/release-action from 1.13.0 to 1.14.0
Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.13.0 to 1.14.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ncipollo/release-action/releases">ncipollo/release-action's releases</a>.</em></p> <blockquote> <h2>v1.14.0</h2> <h2>What's Change...
a671aa01d7400c2420ffd8ad79ae71910f698685
58a331bd71a5360963843b131f95b61eab3e5226
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 70c096915..ab96b5d57 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -378,7 +378,7 @@ jobs: - name: Create and publish release id: create_release - uses: ncipollo/release-action@v1.13.0 + ...
[ ".github/workflows/main.yml" ]
[]
true
0x7c13/Notepads
1,320
issue_to_patch
action-deps: bump actions/cache from 3.3.3 to 4.0.1
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.3 to 4.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/cache/releases">actions/cache's releases</a>.</em></p> <blockquote> <h2>v4.0.1</h2> <h2>What's Changed</h2> <ul> <li>Update README.md by <a href...
a671aa01d7400c2420ffd8ad79ae71910f698685
e8b45c6691479a0e3b9ca50265b81613930ec403
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 70c096915..a3185e3d8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -195,7 +195,7 @@ jobs: - if: matrix.runSonarCloudScan name: Cache SonarCloud packages id: cache_sonar_packages - use...
[ ".github/workflows/main.yml" ]
[]
true
0x7c13/Notepads
1,296
issue_to_patch
action-deps: bump actions/cache from 3.3.2 to 3.3.3
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.2 to 3.3.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/cache/releases">actions/cache's releases</a>.</em></p> <blockquote> <h2>v3.3.3</h2> <h2>What's Changed</h2> <ul> <li>Cache v3.3.3 by <a href="ht...
6ccf1872f756189be35e1fbb097f66a267d2bcd1
a53d0419fbd5d2dd3b72c210750bd50f71d1bfd1
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cf5518077..70c096915 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -195,7 +195,7 @@ jobs: - if: matrix.runSonarCloudScan name: Cache SonarCloud packages id: cache_sonar_packages - use...
[ ".github/workflows/main.yml" ]
[]
true
0x7c13/Notepads
1,295
issue_to_patch
lang: nl-NL - Minor improvements without removal of the comments
Minor improvements while keeping the comments
b41084c6764506a35b9b840a2c9e82a583b6244c
4c18dc34565a01617bc9843202de0fc8684c1bf5
diff --git a/src/Notepads/Strings/nl-NL/Settings.resw b/src/Notepads/Strings/nl-NL/Settings.resw index 85c94f6b1..253d360f8 100644 --- a/src/Notepads/Strings/nl-NL/Settings.resw +++ b/src/Notepads/Strings/nl-NL/Settings.resw @@ -1,432 +1,432 @@ -<?xml version="1.0" encoding="utf-8"?> -<root> - <!-- - Microsoft Re...
[ "src/Notepads/Strings/nl-NL/Settings.resw" ]
[]
true
0x7c13/Notepads
1,290
issue_to_patch
lang: nl-NL
Add [nl-NL] i18n done by [Stephan Paternotte](https://github.com/Stephan-P)
5b8174e78d732d1adc6e783d74acde79c7bdb356
7db2b90083b8ea693b737048b3519f481d649336
diff --git a/README.md b/README.md index 780adb36f..2f9f0f977 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,7 @@ TL;DR: You might notice that I work for Microsoft but Notepads is my personal pr * [pt-PT][Portuguese (Portugal)]: [O.Leitão](https://github.com/oleitao) * [sr-Latn][Serbian (Latin)]: [bzzr...
[ "README.md", "src/Notepads/Strings/nl-NL/Manifest.resw", "src/Notepads/Strings/nl-NL/Resources.resw", "src/Notepads/Strings/nl-NL/Settings.resw" ]
[]
true
0x7c13/Notepads
1,281
issue_to_patch
action-deps: bump actions/download-artifact from 3 to 4
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/download-artifact/releases">actions/download-artifact's releases</a>.</em></p> <blockquote> <h2>v4.0.0</h2> <h2>What's Changed</...
99c94ed6ace3489ac7c5e6fdc8766b85563677d3
9b9e75aa75c9728a39f55acacacf109fb9f79aca
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 461ff2dba..e74411daa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -353,7 +353,7 @@ jobs: - name: Download and extract MSIX package id: dl_package_artifact - uses: actions/download-artifact@...
[ ".github/workflows/main.yml" ]
[]
true
0x7c13/Notepads
1,280
issue_to_patch
action-deps: bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/upload-artifact/releases">actions/upload-artifact's releases</a>.</em></p> <blockquote> <h2>v4.0.0</h2> <h2>What's Changed</h2> <p>T...
99c94ed6ace3489ac7c5e6fdc8766b85563677d3
9e778b14a4b20ce7f2bbf7464172e835072a0c00
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 461ff2dba..657da5611 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -332,7 +332,7 @@ jobs: - if: matrix.newVersion != '' name: Upload build artifacts id: upload_artifacts - uses: actio...
[ ".github/workflows/main.yml" ]
[]
true
0x7c13/Notepads
1,282
issue_to_patch
action-deps: bump github/codeql-action from 2 to 3
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/github/codeql-action/releases">github/codeql-action's releases</a>.</em></p> <blockquote> <h2>CodeQL Bundle v2.15.4</h2> <p>Bundles CodeQL CLI v2....
99c94ed6ace3489ac7c5e6fdc8766b85563677d3
3f9de7989e0ebf10587cf92fbbac5d533947df00
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 461ff2dba..a67faa284 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -264,7 +264,7 @@ jobs: - if: matrix.runCodeqlAnalysis name: Initialize CodeQL id: init_codeql - uses: github/codeql-...
[ ".github/workflows/main.yml" ]
[]
true
0x7c13/Notepads
1,276
issue_to_patch
action-deps: bump actions/setup-java from 3 to 4
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/setup-java/releases">actions/setup-java's releases</a>.</em></p> <blockquote> <h2>v4.0.0</h2> <h2>What's Changed</h2> <p>In the scope of this ...
631f2584dcecb706c9dd268c2827083928d04ade
8e1ab07c914714697c11be6e68fa1c297cbac227
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5e62fff1d..461ff2dba 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -145,7 +145,7 @@ jobs: - if: matrix.runSonarCloudScan name: Set up JDK 11 id: Setup_JDK - uses: actions/setup-java@v...
[ ".github/workflows/main.yml" ]
[]
true
0x7c13/Notepads
1,273
issue_to_patch
nuget-deps: bump System.Text.Json from 7.0.3 to 8.0.0 in /src/Notepads
Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 7.0.3 to 8.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dotnet/runtime/releases">System.Text.Json's releases</a>.</em></p> <blockquote> <h2>.NET 8.0.0</h2> <p><a href="https://github.com/dotnet/core/relea...
631f2584dcecb706c9dd268c2827083928d04ade
0dc93e991fc68c9788e00d0ea7a08fb261e0de1f
diff --git a/src/Notepads/Notepads.csproj b/src/Notepads/Notepads.csproj index bb6af9392..f0d45d239 100644 --- a/src/Notepads/Notepads.csproj +++ b/src/Notepads/Notepads.csproj @@ -435,7 +435,7 @@ <Version>13.0.3</Version> </PackageReference> <PackageReference Include="System.Text.Json"> - <Versio...
[ "src/Notepads/Notepads.csproj" ]
[]
true
0x7c13/Notepads
1,275
issue_to_patch
nuget-deps: bump Win2D.uwp from 1.27.0 to 1.27.1 in /src/Notepads
Bumps Win2D.uwp from 1.27.0 to 1.27.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Win2D.uwp&package-manager=nuget&previous-version=1.27.0&new-version=1.27.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot...
631f2584dcecb706c9dd268c2827083928d04ade
66d345dccc02441e3f2cd109220623009ea8521e
diff --git a/src/Notepads.Controls/Notepads.Controls.csproj b/src/Notepads.Controls/Notepads.Controls.csproj index 545e6e63f..7212a051b 100644 --- a/src/Notepads.Controls/Notepads.Controls.csproj +++ b/src/Notepads.Controls/Notepads.Controls.csproj @@ -290,7 +290,7 @@ <Version>7.1.3</Version> </PackageRefer...
[ "src/Notepads.Controls/Notepads.Controls.csproj" ]
[]
true
0x7c13/Notepads
1,265
issue_to_patch
lang: update pt-PT translation
Translated the remaining strings and did a comprehensive pass over the rest adhering the [Microsoft Localization Style guide](https://learn.microsoft.com/globalization/reference/microsoft-style-guides). ## PR Type What kind of change does this PR introduce? - Translation
11a860757c505432900e2b7191a7c18686d2ea7a
c1f03ff912326043b17ca972bfc24894a5bffc7e
diff --git a/src/Notepads/Strings/pt-PT/Manifest.resw b/src/Notepads/Strings/pt-PT/Manifest.resw index b552be99c..81505a940 100644 --- a/src/Notepads/Strings/pt-PT/Manifest.resw +++ b/src/Notepads/Strings/pt-PT/Manifest.resw @@ -138,7 +138,7 @@ <comment>.bash_aliases</comment> </data> <data name="BashHistory...
[ "src/Notepads/Strings/pt-PT/Manifest.resw", "src/Notepads/Strings/pt-PT/Resources.resw", "src/Notepads/Strings/pt-PT/Settings.resw" ]
[]
true
0x7c13/Notepads
1,266
issue_to_patch
style: update bing logo
Bing logo, used in the search engine settings, updated to the 2020 redesign. **Result:** <img width="720" alt="Notepads app with the settings panel open to illustrate the new Bing logo" src="https://github.com/0x7c13/Notepads/assets/698155/ffc102f9-731d-4728-81b5-19f30833ee08"> ## PR Type What kind of change do...
11a860757c505432900e2b7191a7c18686d2ea7a
19261ecdeed6e989592fda03f45e504c2165fd39
diff --git a/src/Notepads/Assets/search_bing.png b/src/Notepads/Assets/search_bing.png index addebc78c..3c3ac2253 100644 Binary files a/src/Notepads/Assets/search_bing.png and b/src/Notepads/Assets/search_bing.png differ
[ "src/Notepads/Assets/search_bing.png" ]
[]
true
0x7c13/Notepads
1,263
issue_to_patch
nuget-deps: bump Microsoft.AppCenter.Crashes from 5.0.2 to 5.0.3 in /src/Notepads
Bumps Microsoft.AppCenter.Crashes from 5.0.2 to 5.0.3. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.AppCenter.Crashes&package-manager=nuget&previous-version=5.0.2&new-version=5.0.3)](https://docs.github.com/en/github/managing-security-...
15588a7b77bd65a9065759c760aa89dfe858cffe
8ff05a61563cd6a95b646a24f7768d93c40f4e01
diff --git a/src/Notepads/Notepads.csproj b/src/Notepads/Notepads.csproj index d54ac5817..47aced09a 100644 --- a/src/Notepads/Notepads.csproj +++ b/src/Notepads/Notepads.csproj @@ -417,7 +417,7 @@ <Version>5.0.2</Version> </PackageReference> <PackageReference Include="Microsoft.AppCenter.Crashes"> - ...
[ "src/Notepads/Notepads.csproj" ]
[]
true
0x7c13/Notepads
1,264
issue_to_patch
nuget-deps: bump Microsoft.AppCenter.Analytics from 5.0.2 to 5.0.3 in /src/Notepads
Bumps Microsoft.AppCenter.Analytics from 5.0.2 to 5.0.3. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.AppCenter.Analytics&package-manager=nuget&previous-version=5.0.2&new-version=5.0.3)](https://docs.github.com/en/github/managing-secur...
15588a7b77bd65a9065759c760aa89dfe858cffe
e1253887f9790b0d9d172372f46a13e7e2c4e803
diff --git a/src/Notepads/Notepads.csproj b/src/Notepads/Notepads.csproj index d54ac5817..6800fbf24 100644 --- a/src/Notepads/Notepads.csproj +++ b/src/Notepads/Notepads.csproj @@ -414,7 +414,7 @@ <Version>1.7.1</Version> </PackageReference> <PackageReference Include="Microsoft.AppCenter.Analytics"> - ...
[ "src/Notepads/Notepads.csproj" ]
[]
true
0x7c13/Notepads
1,261
issue_to_patch
action-deps: bump actions/cache from 3.3.1 to 3.3.2
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 3.3.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/cache/releases">actions/cache's releases</a>.</em></p> <blockquote> <h2>v3.3.2</h2> <h2>What's Changed</h2> <ul> <li>Fixed readme with new segme...
6c47fee614c98775ed33b8370222d2fd29596efb
5c63afc7c9b36e07f2f61342f70845e5b572407b
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d2c36d2ed..4ee414cb9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -195,7 +195,7 @@ jobs: - if: matrix.runSonarCloudScan name: Cache SonarCloud packages id: cache_sonar_packages - use...
[ ".github/workflows/main.yml" ]
[]
true
0x7c13/Notepads
1,262
issue_to_patch
action-deps: bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/checkout/releases">actions/checkout's releases</a>.</em></p> <blockquote> <h2>v4.0.0</h2> <h2>What's Changed</h2> <ul> <li>Update default runtime ...
6c47fee614c98775ed33b8370222d2fd29596efb
e80aa17193bed98919c667eaab2821118ff853c3
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d2c36d2ed..460ebbd60 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -159,7 +159,7 @@ jobs: - name: Checkout repository id: checkout_repo - uses: actions/checkout@v3 + uses: actions/che...
[ ".github/workflows/main.yml" ]
[]
true
0x7c13/Notepads
1,256
issue_to_patch
nuget-deps: bump Win2D.uwp from 1.26.0 to 1.27.0 in /src/Notepads
Bumps Win2D.uwp from 1.26.0 to 1.27.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Win2D.uwp&package-manager=nuget&previous-version=1.26.0&new-version=1.27.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot...
abe851cff23d9f17a293c601944f20f01a9049fa
8d767eb32b320f283de52729e4b1f66e178600fc
diff --git a/src/Notepads.Controls/Notepads.Controls.csproj b/src/Notepads.Controls/Notepads.Controls.csproj index 696aacb50..1e6f2ff85 100644 --- a/src/Notepads.Controls/Notepads.Controls.csproj +++ b/src/Notepads.Controls/Notepads.Controls.csproj @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="utf-8"?> +<?xml version...
[ "src/Notepads.Controls/Notepads.Controls.csproj" ]
[]
true
0x7c13/Notepads
1,252
issue_to_patch
nuget-deps: bump ColorCode.UWP from 2.0.14 to 2.0.15 in /src/Notepads
Bumps [ColorCode.UWP](https://github.com/CommunityToolkit/ColorCode-Universal) from 2.0.14 to 2.0.15. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/CommunityToolkit/ColorCode-Universal/releases">ColorCode.UWP's releases</a>.</em></p> <blockquote> <h2>v2.0.15</h2> <h2>What's ...
abe851cff23d9f17a293c601944f20f01a9049fa
e50b026b49697dc46c2b053d2035d446d2c4a952
diff --git a/src/Notepads.Controls/Notepads.Controls.csproj b/src/Notepads.Controls/Notepads.Controls.csproj index 696aacb50..7cc3d9f4b 100644 --- a/src/Notepads.Controls/Notepads.Controls.csproj +++ b/src/Notepads.Controls/Notepads.Controls.csproj @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="utf-8"?> +<?xml version...
[ "src/Notepads.Controls/Notepads.Controls.csproj" ]
[]
true
0x7c13/Notepads
1,258
issue_to_patch
action-deps: bump ncipollo/release-action from 1.12.0 to 1.13.0
Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.12.0 to 1.13.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ncipollo/release-action/releases">ncipollo/release-action's releases</a>.</em></p> <blockquote> <h2>v1.13.0</h2> <h2>What's Change...
abe851cff23d9f17a293c601944f20f01a9049fa
57739689419f2716b13a49915abaddb29bc5e975
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5aa8b3587..d2c36d2ed 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -378,7 +378,7 @@ jobs: - name: Create and publish release id: create_release - uses: ncipollo/release-action@v1.12.0 + ...
[ ".github/workflows/main.yml" ]
[]
true
0x7c13/Notepads
1,226
issue_to_patch
action-deps: bump NuGet/setup-nuget from 1.1.1 to 1.2.0
Bumps [NuGet/setup-nuget](https://github.com/NuGet/setup-nuget) from 1.1.1 to 1.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/NuGet/setup-nuget/releases">NuGet/setup-nuget's releases</a>.</em></p> <blockquote> <h2>v1.2.0</h2> <h2>What's Changed</h2> <ul> <li>build(deps)...
722cced0c2a06d753ada38008fee8ec32c6c53c9
5bf8ce66f75ced285e3c11ee3bb28eba859189d5
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e6168d71a..5aa8b3587 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -155,7 +155,7 @@ jobs: - name: Setup NuGet id: setup-nuget - uses: NuGet/setup-nuget@v1.1.1 + uses: NuGet/setup-nuge...
[ ".github/workflows/main.yml" ]
[]
true
0x7c13/Notepads
1,233
issue_to_patch
nuget-deps: bump Microsoft.AppCenter.Analytics from 5.0.1 to 5.0.2 in /src/Notepads
Bumps Microsoft.AppCenter.Analytics from 5.0.1 to 5.0.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.AppCenter.Analytics&package-manager=nuget&previous-version=5.0.1&new-version=5.0.2)](https://docs.github.com/en/github/managing-secur...
722cced0c2a06d753ada38008fee8ec32c6c53c9
75ee09b06a673baac06159354e9b530bac713eaf
diff --git a/src/Notepads/Notepads.csproj b/src/Notepads/Notepads.csproj index 8f1f65fa5..d820da209 100644 --- a/src/Notepads/Notepads.csproj +++ b/src/Notepads/Notepads.csproj @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="utf-8"?> +<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="15.0" DefaultTargets="...
[ "src/Notepads/Notepads.csproj" ]
[]
true
0x7c13/Notepads
1,234
issue_to_patch
nuget-deps: bump Microsoft.AppCenter.Crashes from 5.0.1 to 5.0.2 in /src/Notepads
Bumps Microsoft.AppCenter.Crashes from 5.0.1 to 5.0.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.AppCenter.Crashes&package-manager=nuget&previous-version=5.0.1&new-version=5.0.2)](https://docs.github.com/en/github/managing-security-...
722cced0c2a06d753ada38008fee8ec32c6c53c9
8727e805ce92cb13c30cd6096a09b421e9fcd8d1
diff --git a/src/Notepads/Notepads.csproj b/src/Notepads/Notepads.csproj index 8f1f65fa5..3c88f3c22 100644 --- a/src/Notepads/Notepads.csproj +++ b/src/Notepads/Notepads.csproj @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="utf-8"?> +<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="15.0" DefaultTargets="...
[ "src/Notepads/Notepads.csproj" ]
[]
true
0x7c13/Notepads
1,241
issue_to_patch
nuget-deps: bump System.Text.Json from 7.0.2 to 7.0.3 in /src/Notepads
Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 7.0.2 to 7.0.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dotnet/runtime/releases">System.Text.Json's releases</a>.</em></p> <blockquote> <h2>.NET 7.0.3</h2> <p><a href="https://github.com/dotnet/core/relea...
722cced0c2a06d753ada38008fee8ec32c6c53c9
5ad6ed3776ad368d90f6a525b4b91d44b8de9898
diff --git a/src/Notepads/Notepads.csproj b/src/Notepads/Notepads.csproj index 8f1f65fa5..b874b5771 100644 --- a/src/Notepads/Notepads.csproj +++ b/src/Notepads/Notepads.csproj @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="utf-8"?> +<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="15.0" DefaultTargets="...
[ "src/Notepads/Notepads.csproj" ]
[]
true
0x7c13/Notepads
1,197
issue_to_patch
lang: Update french translation
## PR Type Update french translation. However, the French translation takes up more space than the English one and overflows the side panel: ![French translation updated in advanced settings panel](https://user-images.githubusercontent.com/11057437/218196567-ba49548e-4f07-4838-873d-f5de538e15d0.png) Should ...
870f3d52e2ddb98f023997fdcb4210aa71f7ab6d
6f8993d1403c39fb751ad0f28fc3a37a621128bb
diff --git a/src/Notepads/Strings/fr-FR/Settings.resw b/src/Notepads/Strings/fr-FR/Settings.resw index c54f11d8c..0f5b23b05 100644 --- a/src/Notepads/Strings/fr-FR/Settings.resw +++ b/src/Notepads/Strings/fr-FR/Settings.resw @@ -126,7 +126,7 @@ <comment>AboutPage Disclaimer Content display text. (The MIT License D...
[ "src/Notepads/Strings/fr-FR/Settings.resw" ]
[]
true
0x7c13/Notepads
1,217
issue_to_patch
other: Code refactoring for LoggingService.cs
Code refactoring for LoggingService.cs ## PR Type What kind of change does this PR introduce? other: Code refactoring for LoggingService.cs ## Other information I've refactored the code to make it more readable, maintainable. Changes: 1. Renamed the` MessageFormat` constant to `MessageFormatString` to ...
17f26a1730405c918d4415cf1127886afc3d2248
ad7c8d959d20f38045f980bd6683265cb823f9d2
diff --git a/src/Notepads/Services/LoggingService.cs b/src/Notepads/Services/LoggingService.cs index 5c291013d..1d9deaa9b 100644 --- a/src/Notepads/Services/LoggingService.cs +++ b/src/Notepads/Services/LoggingService.cs @@ -13,7 +13,7 @@ public static class LoggingService { - private const string Me...
[ "src/Notepads/Services/LoggingService.cs" ]
[ { "comment": "Space", "path": "src/Notepads/Services/LoggingService.cs", "hunk": "@@ -136,6 +123,20 @@ private static async Task<bool> InitializeLogFileWriterBackgroundTaskAsync()\n \n return false;\n }", "resolving_sha": "ad7c8d959d20f38045f980bd6683265cb823f9d2", "resolving...
true
0x7c13/Notepads
1,217
comment_to_fix
other: Code refactoring for LoggingService.cs
Space
17f26a1730405c918d4415cf1127886afc3d2248
ad7c8d959d20f38045f980bd6683265cb823f9d2
diff --git a/src/Notepads/Services/LoggingService.cs b/src/Notepads/Services/LoggingService.cs index 5c291013d..1d9deaa9b 100644 --- a/src/Notepads/Services/LoggingService.cs +++ b/src/Notepads/Services/LoggingService.cs @@ -13,7 +13,7 @@ public static class LoggingService { - private const string Me...
[ "src/Notepads/Services/LoggingService.cs" ]
[ { "comment": "Space", "path": "src/Notepads/Services/LoggingService.cs", "hunk": "@@ -136,6 +123,20 @@ private static async Task<bool> InitializeLogFileWriterBackgroundTaskAsync()\n \n return false;\n }", "resolving_sha": "ad7c8d959d20f38045f980bd6683265cb823f9d2", "resolving...
true
0x7c13/Notepads
802
issue_to_patch
Bump DiffPlex from 1.6.3 to 1.7.0
Bumps [DiffPlex](https://github.com/mmanela/diffplex) from 1.6.3 to 1.7.0. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/mmanela/diffplex/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibili...
38dfba1f5f9f79c517fd08d28b7e0417219f6115
e2dca136d6474f851c7a1a65df24f37775400a1a
diff --git a/src/Notepads/Notepads.csproj b/src/Notepads/Notepads.csproj index d6ee95105..8c19dda40 100644 --- a/src/Notepads/Notepads.csproj +++ b/src/Notepads/Notepads.csproj @@ -408,7 +408,7 @@ </ItemGroup> <ItemGroup> <PackageReference Include="DiffPlex"> - <Version>1.6.3</Version> + <Version>1...
[ "src/Notepads/Notepads.csproj" ]
[]
true
0x7c13/Notepads
1,215
issue_to_patch
action-deps: bump actions/cache from 3.2.6 to 3.3.1
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.6 to 3.3.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/cache/releases">actions/cache's releases</a>.</em></p> <blockquote> <h2>v3.3.1</h2> <h2>What's Changed</h2> <ul> <li>Reduced download segment si...
fe52f89d841646e44d85081a1dbedd99466f1241
f572388f98e40d000baac76aebfcc417e6d868a1
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d473d9170..e6168d71a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -195,7 +195,7 @@ jobs: - if: matrix.runSonarCloudScan name: Cache SonarCloud packages id: cache_sonar_packages - use...
[ ".github/workflows/main.yml" ]
[]
true
0x7c13/Notepads
1,211
issue_to_patch
nuget-deps: bump Newtonsoft.Json from 13.0.2 to 13.0.3 in /src/Notepads
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 13.0.2 to 13.0.3. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/JamesNK/Newtonsoft.Json/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-bad...
22f201f4ac91a0ba632228b75b7e0ccee3e2d5b3
b2858006a65c5d9861fe47856706d490481dc4a9
diff --git a/src/Notepads/Notepads.csproj b/src/Notepads/Notepads.csproj index 6dd4afc52..8f1f65fa5 100644 --- a/src/Notepads/Notepads.csproj +++ b/src/Notepads/Notepads.csproj @@ -432,7 +432,7 @@ <Version>2.0.1</Version> </PackageReference> <PackageReference Include="Newtonsoft.Json"> - <Version>...
[ "src/Notepads/Notepads.csproj" ]
[]
true
0x7c13/Notepads
1,213
issue_to_patch
lang: Update to pt-PT
Minor update, now mirrors Notepad.exe and Media Player. ## PR Type Translation <img width="517" alt="Captura de ecrã 2023-03-10 155701" src="https://user-images.githubusercontent.com/698155/224366347-1adc0b13-aa34-4f55-9330-b1719e066291.png"> <img width="868" alt="Captura de ecrã 2023-03-10 161237" src="https...
22f201f4ac91a0ba632228b75b7e0ccee3e2d5b3
5dcfa957707aa6884447533a9b6c3ee2ab20a62d
diff --git a/src/Notepads/Strings/pt-PT/Settings.resw b/src/Notepads/Strings/pt-PT/Settings.resw index a717ea63c..373d24910 100644 --- a/src/Notepads/Strings/pt-PT/Settings.resw +++ b/src/Notepads/Strings/pt-PT/Settings.resw @@ -178,11 +178,11 @@ <comment>PersonalizationPage AccentColorSettings Title display text....
[ "src/Notepads/Strings/pt-PT/Settings.resw" ]
[]
true
0x7c13/Notepads
1,203
issue_to_patch
action-deps: bump actions/cache from 3.2.5 to 3.2.6
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.5 to 3.2.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/cache/releases">actions/cache's releases</a>.</em></p> <blockquote> <h2>v3.2.6</h2> <h2>What's Changed</h2> <ul> <li>Updated branch in Force del...
fb9a39e9cd2840dffe696676fa2b7b0d4afbce58
2c80e8e92f13f008b7b04a01f24ba9df531bf59f
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e3ee7bc0f..d473d9170 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -195,7 +195,7 @@ jobs: - if: matrix.runSonarCloudScan name: Cache SonarCloud packages id: cache_sonar_packages - use...
[ ".github/workflows/main.yml" ]
[]
true
3b1b/manim
2,426
issue_to_patch
Fix shared reference issue in traced_points initialization
## Motivation While using `TracingTail`, I observed incorrect trail behavior. The issue was caused by list multiplication during initialization: ```python self.traced_points = n_points * [curr_point] ``` This creates multiple references to the same NumPy array instead of independent copies. As a result, updat...
e7787d791006c43ece9b86c7939fc0146b89e2a9
4af71dc97c5a83acfed1b75cd9c7da5c0d0a812b
diff --git a/manimlib/mobject/changing.py b/manimlib/mobject/changing.py index fd3993081a..5d56d0f4f1 100644 --- a/manimlib/mobject/changing.py +++ b/manimlib/mobject/changing.py @@ -173,4 +173,4 @@ def __init__( ) curr_point = self.traced_point_func() n_points = int(self.time_traced / self.t...
[ "manimlib/mobject/changing.py" ]
[]
true
3b1b/manim
2,424
issue_to_patch
Shader Replacement Based on Program Type
## Motivation Currently, shader code replacement in `set_color_by_code` is not program-type aware. If `set_color_by_code` is called multiple times on the same `VMobject` with different `program_type` values (e.g., `"fill"`, `"stroke"` and `"depth"`), only the last applied shader modification takes effect. This...
e7787d791006c43ece9b86c7939fc0146b89e2a9
952b9935915534a1bf505e2a11a3f3908f392345
diff --git a/manimlib/mobject/types/vectorized_mobject.py b/manimlib/mobject/types/vectorized_mobject.py index 15b54d031a..7df6eb270d 100644 --- a/manimlib/mobject/types/vectorized_mobject.py +++ b/manimlib/mobject/types/vectorized_mobject.py @@ -52,7 +52,7 @@ if TYPE_CHECKING: from typing import Callable, Tuple,...
[ "manimlib/mobject/types/vectorized_mobject.py", "manimlib/shader_wrapper.py" ]
[]
true
3b1b/manim
2,432
issue_to_patch
Dedenting copied code for checkpoint_paste
For some reason, it seems like this may only cause an issue for certain users (potentially Windows users in particular).
e7787d791006c43ece9b86c7939fc0146b89e2a9
99c4235913b68cf580e9d49be545f431104bfa24
diff --git a/manimlib/scene/scene_embed.py b/manimlib/scene/scene_embed.py index 54a88185d5..03f9cef97d 100644 --- a/manimlib/scene/scene_embed.py +++ b/manimlib/scene/scene_embed.py @@ -2,6 +2,7 @@ import inspect import pyperclip +import textwrap import traceback from IPython.terminal import pt_inputhooks @@ -...
[ "manimlib/scene/scene_embed.py" ]
[]
true
3b1b/manim
2,437
issue_to_patch
Multiple clip planes
A few additions and bug fixes made while working on the most recent video - Allow for multiple clip planes, and add Mobject.clip_to_box - Use tex "i" for complex numbers
2636e8dfefb803e476a2322e5a0baa79977fae26
b931b43bd6c2a89ea299ec847abe07b8110d2370
diff --git a/manimlib/mobject/coordinate_systems.py b/manimlib/mobject/coordinate_systems.py index 353ff67ce2..c9837db917 100644 --- a/manimlib/mobject/coordinate_systems.py +++ b/manimlib/mobject/coordinate_systems.py @@ -742,6 +742,9 @@ def point_to_number(self, point: Vect3) -> complex: def p2n(self, point: Vec...
[ "manimlib/mobject/coordinate_systems.py", "manimlib/mobject/mobject.py", "manimlib/mobject/numbers.py", "manimlib/mobject/types/surface.py", "manimlib/shader_wrapper.py", "manimlib/shaders/inserts/emit_gl_Position.glsl" ]
[]
true
3b1b/manim
2,423
issue_to_patch
Replace TEXT_MOB_SCALE_FACTOR with a dynamically calculated value
Rather than having a hard-coded TEXT_MOB_SCALE_FACTOR to determine text size, which causes discrepancies between different systems, let this scaling factor be determined dynamically. - In the config files, a value is set for the font at which a "0" would render at height 1 (default to 144) - On initialization, rend...
268f1eb42d0fd21c9cf03af0e16ee4aac7034d73
5c45af42b699e0bbbb57a9dbb7ff4ccd12dd0581
diff --git a/manimlib/default_config.yml b/manimlib/default_config.yml index eb2d0d84b7..a4a7b9ac6d 100644 --- a/manimlib/default_config.yml +++ b/manimlib/default_config.yml @@ -82,10 +82,14 @@ mobject: tex: # See tex_templates.yml template: "default" + # The font size at which Tex("0") has a height of 1 manim...
[ "manimlib/default_config.yml", "manimlib/mobject/svg/old_tex_mobject.py", "manimlib/mobject/svg/svg_mobject.py", "manimlib/mobject/svg/tex_mobject.py", "manimlib/mobject/svg/text_mobject.py" ]
[]
true
3b1b/manim
2,375
issue_to_patch
Add a lightweight alternative to MacTeX in the README
## Motivation Installing the full MacTeX distribution (~6 GB) can be prohibitive for users who only need a minimal set of LaTeX packages to render Manim examples. BasicTeX (a smaller, ~100 MB distribution) lets users install on demand and keeps their setup lightweight. ## Proposed changes Enhance the installation ...
41613db7eca9eabbb40aa830631e5206c9282f0f
f87ec58c319fff685cbdbf1775f92788265caaa0
diff --git a/README.md b/README.md index 65cf328598..2ff2536165 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,15 @@ manim-render example_scenes.py OpeningManimExample ```sh brew install ffmpeg mactex ``` + <details> + <summary>💡 An alternative to heavyweight MacTeX bundle.</summary> + + ...
[ "README.md" ]
[]
true
3b1b/manim
2,374
issue_to_patch
Minor Fixes for Example Scenes
## Motivation During the evaluation of example scenes, I encountered the following issues: 1. **SurfaceExample** Failed with the message: `FileNotFoundError: [Errno 2] No such file or directory: 'downloads/b4905915eb51c77d.jpg'` 2. **GraphExample and CoordinateSystemExample** `Dot`s appeared in the wrong...
41613db7eca9eabbb40aa830631e5206c9282f0f
aa11b5e65cf8ce3db9bb20b23b338a0417b2eb9a
diff --git a/docs/source/getting_started/example_scenes.rst b/docs/source/getting_started/example_scenes.rst index e6cdee06e8..486cc92eab 100644 --- a/docs/source/getting_started/example_scenes.rst +++ b/docs/source/getting_started/example_scenes.rst @@ -426,7 +426,7 @@ CoordinateSystemExample # you can ca...
[ "docs/source/getting_started/example_scenes.rst", "example_scenes.py", "manimlib/utils/file_ops.py" ]
[]
true
3b1b/manim
2,380
issue_to_patch
Minor edits
<!-- Thanks for contributing to manim! Please ensure that your pull request works with the latest version of manim. --> ## Motivation <!-- Outline your motivation: In what way do your changes improve the library? --> Some minor code edits. ## Proposed changes <!-- What you changed in those files --> - U...
41613db7eca9eabbb40aa830631e5206c9282f0f
efb6585ae5db69157fae638403157dcb1f259fb1
diff --git a/manimlib/mobject/coordinate_systems.py b/manimlib/mobject/coordinate_systems.py index bb8b5aa160..df0b2115ff 100644 --- a/manimlib/mobject/coordinate_systems.py +++ b/manimlib/mobject/coordinate_systems.py @@ -137,9 +137,10 @@ def get_axis_label( edge: Vect3, direction: Vect3, bu...
[ "manimlib/mobject/coordinate_systems.py", "manimlib/mobject/mobject.py", "manimlib/scene/scene_embed.py" ]
[]
true
3b1b/manim
2,379
issue_to_patch
feat(InteractiveScene): add z-axis object grabbing support
## Motivation In the current interactive scene implementation, object grabbing is limited to the X and Y axes. This makes it difficult to manipulate objects in full 3D space without writing extra transformation code. This update adds Z-axis grabbing support, enabling depth movement directly through interactive...
41613db7eca9eabbb40aa830631e5206c9282f0f
0868c18e7df97f306c516bccdf065709deb438c2
diff --git a/manimlib/default_config.yml b/manimlib/default_config.yml index 098c6c45d5..b6af75bc85 100644 --- a/manimlib/default_config.yml +++ b/manimlib/default_config.yml @@ -116,6 +116,7 @@ key_bindings: grab: "g" x_grab: "h" y_grab: "v" + z_grab: "z" resize: "t" color: "c" information: "i" diff...
[ "manimlib/default_config.yml", "manimlib/scene/interactive_scene.py" ]
[]
true
3b1b/manim
2,392
issue_to_patch
Fix StrokeArrow: preserve tip geometry for large angles
## Motivation `StrokeArrow` did not preserve the tip geometry correctly for certain arc angles. The arrow tips could disappear, distort, or scale incorrectly depending on the arc length. ## Proposed changes - Fixed condition in `insert_tip_anchor` to properly handle arc length and tip length. - Replaced `poi...
41613db7eca9eabbb40aa830631e5206c9282f0f
33f45461a6448f32dc4e00e366c2b75819510d0a
diff --git a/manimlib/mobject/geometry.py b/manimlib/mobject/geometry.py index 9fc575d35e..de57ef8c0b 100644 --- a/manimlib/mobject/geometry.py +++ b/manimlib/mobject/geometry.py @@ -964,15 +964,13 @@ def insert_tip_anchor(self) -> Self: prev_end = self.get_end() arc_len = self.get_arc_length() ...
[ "manimlib/mobject/geometry.py" ]
[]
true
3b1b/manim
2,389
issue_to_patch
Deprecation warning: pkg_resources is deprecated, replace with importlib.metadata ## Description Running `manimgl` on Python 3.13+ shows a warning: UserWarning: pkg_resources is deprecated as an API... This is because `__init__.py` imports `pkg_resources` only to fetch the version string. ## Fix Replaced: ```python...
Fix: remove pkg_resources usage (deprecated), use importlib.metadata
<!-- Thanks for contributing to manim! Please ensure that your pull request works with the latest version of manim. --> ## Motivation Currently, running `manimgl` on Python 3.13+ produces a warning: UserWarning: pkg_resources is deprecated as an API... This happens because `manimlib/__init__.py` imports...
41613db7eca9eabbb40aa830631e5206c9282f0f
5fdd64df7d10dc5b7c341a534925e94e8d9311e4
diff --git a/manimlib/__init__.py b/manimlib/__init__.py index 6df40dc8fd..ea7811391c 100644 --- a/manimlib/__init__.py +++ b/manimlib/__init__.py @@ -1,6 +1,13 @@ -import pkg_resources +try: + from importlib.metadata import version, PackageNotFoundError +except ImportError: # For Python <3.8 fallback + from imp...
[ "manimlib/__init__.py" ]
[]
true
3b1b/manim
2,391
issue_to_patch
LaTeX compilation failed when running simple ManimGL scene # LaTeX compilation failed when running simple Manim scene ### Describe the error I am trying to run a simple **Manim** scene, but I am getting a **LaTeX compilation failed** error. I just want to render a basic animation, but it stops with this error. --- ...
fix(Latex): add latex_cache directory to resolve LaTeX compilation errors. Fixes #2390
Fixes #2390 ## Motivation LaTeX compilation in Manim was failing due to missing directory configuration for cached compilation results. By adding a dedicated `latex_cache` directory, we can avoid repeated compilation and resolve errors caused by missing paths. This improves both **performance** (fewer recom...
41613db7eca9eabbb40aa830631e5206c9282f0f
f6ecddd38e234e77d06e5d103804f61df858fbb0
diff --git a/manimlib/default_config.yml b/manimlib/default_config.yml index 098c6c45d5..51676848e6 100644 --- a/manimlib/default_config.yml +++ b/manimlib/default_config.yml @@ -30,6 +30,8 @@ directories: data: "data" # When downloading, say an image, where will it go? downloads: "downloads" + # For ...
[ "manimlib/default_config.yml", "manimlib/utils/tex_file_writing.py" ]
[]
true
3b1b/manim
2,394
issue_to_patch
Geometry improvements
## Motivation Currently, some methods were implemented only in `Arrow` even though they are more general and applicable to all `Line`-based objects (including `StrokeArrow`). This caused: - Code duplication (same logic repeated in `Arrow`). - Inconsistency (methods unavailable in `StrokeArrow`). - Bugs (e.g., `se...
41613db7eca9eabbb40aa830631e5206c9282f0f
d7b69aa2ee7a3b12458720241bdc9918fdb10a74
diff --git a/manimlib/mobject/geometry.py b/manimlib/mobject/geometry.py index 9fc575d35e..a4ed7bb6fe 100644 --- a/manimlib/mobject/geometry.py +++ b/manimlib/mobject/geometry.py @@ -31,7 +31,7 @@ from typing import TYPE_CHECKING if TYPE_CHECKING: - from typing import Iterable, Optional + from typing import I...
[ "manimlib/mobject/geometry.py" ]
[]
true
3b1b/manim
2,395
issue_to_patch
Fix x_range slicing in get_area_under_graph to prevent TypeError
## Motivation Fix a bug in `get_area_under_graph` where passing the full `graph.x_range` to `inverse_interpolate` could cause a `TypeError`: TypeError: inverse_interpolate() takes 3 positional arguments but 4 were given This happened when `graph.x_range` had more than 2 elements. Slicing the x_range ensu...
41613db7eca9eabbb40aa830631e5206c9282f0f
314333d8f0288ce9b943e7b91ed1fbaf3cfd49fb
diff --git a/manimlib/mobject/coordinate_systems.py b/manimlib/mobject/coordinate_systems.py index bb8b5aa160..3fd4a468d7 100644 --- a/manimlib/mobject/coordinate_systems.py +++ b/manimlib/mobject/coordinate_systems.py @@ -417,7 +417,7 @@ def get_area_under_graph(self, graph, x_range, fill_color=BLUE, fill_opacity=0.5 ...
[ "manimlib/mobject/coordinate_systems.py" ]
[]
true
3b1b/manim
2,396
issue_to_patch
fix(interactive_scene): handle OverflowError in on_key_press for large key symbols
## Motivation Currently, pressing certain system keys (like `Win`, `PrtScr`, or special key combinations) inside the interactive window causes an `OverflowError: Python int too large to convert to C int`. This fix prevents crashes by safely handling such cases, improving stability when working with `InteractiveScene...
41613db7eca9eabbb40aa830631e5206c9282f0f
6439114b7dd1ed5b4677870f4d49f1800116ae91
diff --git a/manimlib/scene/interactive_scene.py b/manimlib/scene/interactive_scene.py index c4a4214f23..ef14ce0b56 100644 --- a/manimlib/scene/interactive_scene.py +++ b/manimlib/scene/interactive_scene.py @@ -475,7 +475,10 @@ def nudge_selection(self, vect: np.ndarray, large: bool = False): # Key actions de...
[ "manimlib/scene/interactive_scene.py" ]
[]
true
3b1b/manim
2,397
issue_to_patch
fix(SceneState): clear updaters on restore_scene
## Motivation Restoring scene checkpoints did not clear updaters from mobjects. As a result, after reverting to a previous checkpoint, updaters that were not present originally continued to run, causing inconsistent scene states. This PR fixes the issue by ensuring that updaters are cleared during scene restora...
41613db7eca9eabbb40aa830631e5206c9282f0f
fbc3ec41791522a6f95c7539c9e6478ab5637e12
diff --git a/manimlib/scene/scene.py b/manimlib/scene/scene.py index 6ca06c3faa..defeaa680c 100644 --- a/manimlib/scene/scene.py +++ b/manimlib/scene/scene.py @@ -918,7 +918,7 @@ def restore_scene(self, scene: Scene): scene.time = self.time scene.num_plays = self.num_plays scene.mobjects = [ ...
[ "manimlib/scene/scene.py" ]
[]
true
3b1b/manim
2,406
issue_to_patch
Fix: Update installation guide to use Python 3.9 (Python 3.8 incompatible with ipython>=8.18.0)
The installation instructions suggested python=3.8, but manimgl depends on ipython>=8.18.0, which requires Python ≥3.9. This PR updates the environment creation command to use Python 3.9 to avoid installation errors. ## Motivation imporve the readme. ## Proposed changes The python version in README.md
e5298385edabb34a09cf63743c1a4ec983f1ab11
6182e31b7fdc9cd79d1ea1244ab196068fdccb56
diff --git a/README.md b/README.md index 65cf328598..dec87245d3 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ manim-render example_scenes.py OpeningManimExample ## Anaconda Install 1. Install LaTeX as above. -2. Create a conda environment using `conda create -n manim python=3.8`. +2. Create a conda envir...
[ "README.md" ]
[]
true
3b1b/manim
2,407
issue_to_patch
Improve SVG path parsing by using the referenced path
<!-- Thanks for contributing to manim! Please ensure that your pull request works with the latest version of manim. --> ## Motivation In SVG file, a reference path is created for same characters: <img width="1167" height="561" alt="image" src="https://github.com/user-attachments/assets/acd758e0-bd1f-4d30-9ea...
e5298385edabb34a09cf63743c1a4ec983f1ab11
8b82d307ebd63ff948e207ce67f2017419e057f5
diff --git a/manimlib/mobject/svg/svg_mobject.py b/manimlib/mobject/svg/svg_mobject.py index 7bd408e0d8..800d66084c 100644 --- a/manimlib/mobject/svg/svg_mobject.py +++ b/manimlib/mobject/svg/svg_mobject.py @@ -191,7 +191,7 @@ def mobjects_from_svg(self, svg: se.SVG) -> list[VMobject]: if isinstance(shape,...
[ "manimlib/mobject/svg/svg_mobject.py" ]
[]
true
3b1b/manim
2,408
issue_to_patch
Fix Mobject.get_area_vector() using subpath area sum
## Motivation Previously Fix Mobject.get_area_vector() computes the area using the entire path, ignoring subpaths in the mobjects. This may result in inaccurate area. ## Proposed changes Get the subpath first, then compute the area sum for each subpath. ## Test <!-- How do you test your changes --> **Code**: ...
e5298385edabb34a09cf63743c1a4ec983f1ab11
7137a957c00f335bfd66f98e060efa2a72c8e2cd
diff --git a/manimlib/mobject/types/vectorized_mobject.py b/manimlib/mobject/types/vectorized_mobject.py index 2000553354..8cf64a9b7f 100644 --- a/manimlib/mobject/types/vectorized_mobject.py +++ b/manimlib/mobject/types/vectorized_mobject.py @@ -872,17 +872,22 @@ def get_area_vector(self) -> Vect3: if not sel...
[ "manimlib/mobject/types/vectorized_mobject.py" ]
[]
true
3b1b/manim
2,418
issue_to_patch
chore: Update outdated GitHub Actions versions
<!-- Thanks for contributing to manim! Please ensure that your pull request works with the latest version of manim. --> ## Motivation The update ensures compatibility with the latest GitHub Actions versions, improving support and functionality for workflows using these actions. ## Proposed changes - Updated `a...
e5298385edabb34a09cf63743c1a4ec983f1ab11
0df9d51bee6dd1dd37b7d1ec7bbd67d2296ed887
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 04d651fc95..4abc9e350c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,10 +14,10 @@ jobs: python: ["py37", "py38", "py39", "py310"] steps: - - uses: actions/checkout@v2 + - uses: ...
[ ".github/workflows/publish.yml" ]
[]
true
3b1b/manim
2,420
issue_to_patch
Fix degenerate bezier handles
<!-- Thanks for contributing to manim! Please ensure that your pull request works with the latest version of manim. --> ## Motivation <!-- Outline your motivation: In what way do your changes improve the library? --> In some edge cases (colinear or nearly-colinear points), Bezier handles can become degener...
e5298385edabb34a09cf63743c1a4ec983f1ab11
c8b13c690e95450589ad8436c3d7e94648dd2ea7
diff --git a/manimlib/mobject/types/vectorized_mobject.py b/manimlib/mobject/types/vectorized_mobject.py index 2000553354..924190c06e 100644 --- a/manimlib/mobject/types/vectorized_mobject.py +++ b/manimlib/mobject/types/vectorized_mobject.py @@ -499,6 +499,9 @@ def add_cubic_bezier_curve_to( quad_approx =...
[ "manimlib/mobject/types/vectorized_mobject.py" ]
[]
true
3b1b/manim
2,422
issue_to_patch
Updates made for the Hairy Ball Theorem video
Mostly minor tweaks, but some basic functionality was added for importing 3d models with geometry and texture.
e5298385edabb34a09cf63743c1a4ec983f1ab11
06cef2c12cffa5b496b18f3793759ddc94d1c868
diff --git a/manimlib/animation/creation.py b/manimlib/animation/creation.py index 5371fa7e0e..098d29ec1a 100644 --- a/manimlib/animation/creation.py +++ b/manimlib/animation/creation.py @@ -32,8 +32,8 @@ def __init__(self, mobject: Mobject, should_match_start: bool = False, **kwargs) def interpolate_submobject(...
[ "manimlib/animation/creation.py", "manimlib/default_config.yml", "manimlib/mobject/mobject.py", "manimlib/mobject/svg/drawings.py", "manimlib/mobject/svg/special_tex.py", "manimlib/mobject/types/surface.py", "manimlib/utils/directories.py", "manimlib/utils/images.py", "manimlib/utils/tex_to_symbol_c...
[]
true
3b1b/manim
2,402
issue_to_patch
Video work
Various changes and bug fixes made while animating the Laplace Transform videos. - Add "hide_zero_component" option for complex DecimalNumber - Fixes to TracingTail - Add Mobject.put_start_on and Mobject.put_end_on - Allow for coloring Surfaces by a uv function - Allow for coloring VMobject stroke by a function ...
41613db7eca9eabbb40aa830631e5206c9282f0f
30303e0ab129bd38155991e178c3b91128ba12f0
diff --git a/.gitignore b/.gitignore index c8350ec344..2822abd435 100644 --- a/.gitignore +++ b/.gitignore @@ -152,3 +152,4 @@ dmypy.json /videos /custom_config.yml test.py +CLAUDE.md diff --git a/manimlib/animation/transform_matching_parts.py b/manimlib/animation/transform_matching_parts.py index 7e30d2ad62..72a79e...
[ ".gitignore", "manimlib/animation/transform_matching_parts.py", "manimlib/animation/update.py", "manimlib/mobject/changing.py", "manimlib/mobject/coordinate_systems.py", "manimlib/mobject/mobject.py", "manimlib/mobject/number_line.py", "manimlib/mobject/numbers.py", "manimlib/mobject/svg/svg_mobject...
[]
true
3b1b/manim
2,342
issue_to_patch
Enhance Autocompletion for `mobject.animate.` to Display `Mobject` Methods
## Motivation <!-- Outline your motivation: In what way do your changes improve the library? --> Currently the autocompletion for `mobject.animate.` does not display the available methods of mobject (e.g., `.rotate`, `.scale`, `.set_color`, etc.). This PR improves the library by enabling autocompletion for mobject me...
f4737828f65999252c0cab9824d9d34cfabf4341
64919e6d2f5e0cf58a340303b0850bd5c95c3c3d
diff --git a/manimlib/mobject/mobject.py b/manimlib/mobject/mobject.py index 687f96f856..37a112fde9 100644 --- a/manimlib/mobject/mobject.py +++ b/manimlib/mobject/mobject.py @@ -160,7 +160,7 @@ def set_uniforms(self, uniforms: dict) -> Self: return self @property - def animate(self) -> _AnimationBui...
[ "manimlib/mobject/mobject.py", "manimlib/typing.py" ]
[]
true
3b1b/manim
2,334
issue_to_patch
Update URL to pango in README.md
https://pango.gnome.org gets `ERR_NAME_NOT_RESOLVED` <!-- Thanks for contributing to manim! Please ensure that your pull request works with the latest version of manim. --> ## Motivation <!-- Outline your motivation: In what way do your changes improve the library? --> Fix broken link in documentation ...
f4737828f65999252c0cab9824d9d34cfabf4341
1593954e712528ea360fb880220f0b912ad03e4e
diff --git a/README.md b/README.md index 527ff5163f..198c0ec05a 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Note, there are two versions of manim. This repository began as a personal proj Manim runs on Python 3.7 or higher. System requirements are [FFmpeg](https://ffmpeg.org/), [OpenGL](https://www.op...
[ "README.md" ]
[]
true
3b1b/manim
2,278
issue_to_patch
Have autoreload update shell namespace with reloaded module variables
In response to https://github.com/3b1b/manim/issues/2275 When --autoreload is set, during the interactive mode, before each cell execution the user's module will be reloaded. @Splines, is this what you had in mind? At the moment I removed the calls to shell.magic("autoreload all") because it feels like this accom...
0c69ab6a32d4193f03ba9a604278eb3ce9699518
f6dbb1886a4ac52bc28213501f1ca5839b80a8ad
diff --git a/docs/source/getting_started/configuration.rst b/docs/source/getting_started/configuration.rst index 47e1a2e8ff..465203c63a 100644 --- a/docs/source/getting_started/configuration.rst +++ b/docs/source/getting_started/configuration.rst @@ -63,7 +63,7 @@ flag ...
[ "docs/source/getting_started/configuration.rst", "manimlib/scene/scene_embed.py" ]
[ { "comment": "might want to adjust the docstring to make clear we don't use the `%autoreload` IPython line magic and instead reload user modules with our custom logic", "path": "manimlib/scene/scene_embed.py", "hunk": "@@ -143,8 +143,11 @@ def reload_scene(self, embed_line: int | None = None) -> None:\n...
true
3b1b/manim
2,356
issue_to_patch
Video work
Miscellaneous updates during recent video animation, primarily small bug fixes.
f4737828f65999252c0cab9824d9d34cfabf4341
a0bfde64f88833af308e6f9f4b97e07dbc09d0d7
diff --git a/manimlib/animation/composition.py b/manimlib/animation/composition.py index 40b09dcfd3..aa99860b83 100644 --- a/manimlib/animation/composition.py +++ b/manimlib/animation/composition.py @@ -43,7 +43,7 @@ def __init__( mobs = remove_list_redundancies([a.mobject for a in self.animations]) i...
[ "manimlib/animation/composition.py", "manimlib/animation/fading.py", "manimlib/animation/numbers.py", "manimlib/mobject/number_line.py", "manimlib/mobject/svg/drawings.py", "manimlib/mobject/svg/special_tex.py", "manimlib/mobject/vector_field.py", "manimlib/scene/scene.py", "manimlib/utils/sounds.py...
[]
true
3b1b/manim
2,044
issue_to_patch
added information for M1 Users
## Motivation <!-- Outline your motivation: In what way do your changes improve the library? --> Had a really bad time trying to make it work for M1 Apple ## Proposed changes - Added a small instruction to readme file ## Test <!-- How do you test your changes --> **Code**: manimgl in the terminal **Resu...
d8428585f84681055fed8aa3fabfb6ae95e4a0ff
2f2fc297005b3245e56db4c3143d8f0420907ecd
diff --git a/README.md b/README.md index 240d03a698..3451515742 100644 --- a/README.md +++ b/README.md @@ -67,8 +67,13 @@ manim-render example_scenes.py OpeningManimExample ```sh brew install ffmpeg mactex ``` + +2. If you are using an ARM-based processor, install Cairo. + ```sh + arch -arm64 brew...
[ "README.md" ]
[ { "comment": "I think it should be more generalized:\r\n\r\n```suggestion\r\n2. If you are using an ARM-based processor, install Cairo. \r\n```", "path": "README.md", "hunk": "@@ -67,8 +67,13 @@ manim-render example_scenes.py OpeningManimExample\n ```sh\n brew install ffmpeg mactex\n ```\n+\...
true
3b1b/manim
2,044
comment_to_fix
added information for M1 Users
I think it should be more generalized: ```suggestion 2. If you are using an ARM-based processor, install Cairo. ```
d8428585f84681055fed8aa3fabfb6ae95e4a0ff
2f2fc297005b3245e56db4c3143d8f0420907ecd
diff --git a/README.md b/README.md index 240d03a698..3451515742 100644 --- a/README.md +++ b/README.md @@ -67,8 +67,13 @@ manim-render example_scenes.py OpeningManimExample ```sh brew install ffmpeg mactex ``` + +2. If you are using an ARM-based processor, install Cairo. + ```sh + arch -arm64 brew...
[ "README.md" ]
[ { "comment": "I think it should be more generalized:\r\n\r\n```suggestion\r\n2. If you are using an ARM-based processor, install Cairo. \r\n```", "path": "README.md", "hunk": "@@ -67,8 +67,13 @@ manim-render example_scenes.py OpeningManimExample\n ```sh\n brew install ffmpeg mactex\n ```\n+\...
true
3b1b/manim
2,332
issue_to_patch
Refactor: move `mobject` type validation to top of `Animation.__init__` and extract into method
<!-- Thanks for contributing to manim! Please ensure that your pull request works with the latest version of manim. --> ## Motivation This PR moves the type validation of the `mobject` argument to the top of the `Animation.__init__` method, as it was previously placed at the end. ## Proposed changes - A...
f4737828f65999252c0cab9824d9d34cfabf4341
30658501c8e60f78b95fadc3606a269af3590d92
diff --git a/manimlib/animation/animation.py b/manimlib/animation/animation.py index a11c976f6e..53b9684c99 100644 --- a/manimlib/animation/animation.py +++ b/manimlib/animation/animation.py @@ -33,7 +33,7 @@ def __init__( lag_ratio: float = DEFAULT_ANIMATION_LAG_RATIO, rate_func: Callable[[float], fl...
[ "manimlib/animation/animation.py" ]
[]
true
3b1b/manim
2,340
issue_to_patch
Fix typos in GLSL comments and add constants `PURE_RED`, `PURE_GREEN`, `PURE_BLUE`
<!-- Thanks for contributing to manim! Please ensure that your pull request works with the latest version of manim. --> ## Motivation This PR - fixes some typos found in GLSL shader comments: "delaration" → "declaration", etc. - add constants: `PURE_RED`, `PURE_GREEN`, `PURE_BLUE`
f4737828f65999252c0cab9824d9d34cfabf4341
300116be5763b124c8d454021f879abab31d9418
diff --git a/manimlib/constants.py b/manimlib/constants.py index 93fc2c5a48..f5ac823945 100644 --- a/manimlib/constants.py +++ b/manimlib/constants.py @@ -130,6 +130,9 @@ LIGHT_PINK: ManimColor = manim_config.colors.light_pink GREEN_SCREEN: ManimColor = manim_config.colors.green_screen ORANGE: ManimColor = manim_con...
[ "manimlib/constants.py", "manimlib/default_config.yml", "manimlib/shaders/inserts/emit_gl_Position.glsl", "manimlib/shaders/inserts/finalize_color.glsl", "manimlib/shaders/true_dot/frag.glsl" ]
[]
true
3b1b/manim
2,214
issue_to_patch
Update ManimPango requirement
d499544366570b67a070dcfcb303f31ce4483712
aa18373eb7487895b0d91e21067d70d373d2be84
diff --git a/requirements.txt b/requirements.txt index 5f1eab8c8a..0737d3fc5d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ colour ipython>=8.18.0 isosurfaces fontTools -manimpango>=0.4.0.post0,<0.5.0 +manimpango>=0.6.0 mapbox-earcut matplotlib moderngl
[ "requirements.txt" ]
[]
true
3b1b/manim
1,791
issue_to_patch
`ImageMobject` is broken after #1764 ### Describe the bug <!-- A clear and concise description of what the bug is. --> After #1764 (precisely https://github.com/3b1b/manim/pull/1764/commits/8b1f0a8749d91eeda4b674ed156cbc7f8e1e48a8), `ImageMobject` is broken. **Code**: <!-- The code you run which reflect the bug....
Fix `ImageMobject` by overriding `set_color` method
<!-- Thanks for contributing to manim! Please ensure that your pull request works with the latest version of manim. --> ## Motivation <!-- Outline your motivation: In what way do your changes improve the library? --> Fixes #1790. Because `set_color` of `ImageMobject` actually does nothing, I override it t...
859680d5ab6d511299b92d305250b44686923dc3
55684af27df956ce3f9d95a3f1fd61a3263ae637
diff --git a/manimlib/mobject/types/image_mobject.py b/manimlib/mobject/types/image_mobject.py index d3f11f2b30..54166d36ff 100644 --- a/manimlib/mobject/types/image_mobject.py +++ b/manimlib/mobject/types/image_mobject.py @@ -48,6 +48,9 @@ def set_opacity(self, opacity: float, recurse: bool = True): mob.d...
[ "manimlib/mobject/types/image_mobject.py" ]
[]
true
3b1b/manim
2,351
issue_to_patch
Fixed minor typos in example_scenes.py
<!-- Thanks for contributing to manim! Please ensure that your pull request works with the latest version of manim. --> ## Motivation <!-- Outline your motivation: In what way do your changes improve the library? --> Brushed up example_scenes.py by fixing some typos ## Proposed changes <!-- What you chan...
f4737828f65999252c0cab9824d9d34cfabf4341
139055ff98742ea3919da1393caf732b818f0b95
diff --git a/example_scenes.py b/example_scenes.py index 4646c85711..b78bd6f4e8 100644 --- a/example_scenes.py +++ b/example_scenes.py @@ -326,7 +326,7 @@ def construct(self): ) self.wait() - # In general, you can alway call Mobject.add_updater, and pass in + # In general, you can alwa...
[ "example_scenes.py" ]
[]
true
3b1b/manim
2,346
issue_to_patch
Created a method ``remove_all_except()`` in scene.py and interactive_scene.py, and made default colors easily configurable.
# Change 1: Created a method ``remove_all_except()`` in scene.py and interactive_scene.py <!-- Thanks for contributing to manim! Please ensure that your pull request works with the latest version of manim. --> ## Motivation <!-- Outline your motivation: In what way do your changes improve the library? -->...
f4737828f65999252c0cab9824d9d34cfabf4341
0ec5d71d5f9acb4b72d9a7fd621bacb7134c0917
diff --git a/.gitignore b/.gitignore index 71be35c460..c8350ec344 100644 --- a/.gitignore +++ b/.gitignore @@ -151,3 +151,4 @@ dmypy.json # For manim /videos /custom_config.yml +test.py diff --git a/manimlib/constants.py b/manimlib/constants.py index 93fc2c5a48..7c159f5441 100644 --- a/manimlib/constants.py +++ b/ma...
[ ".gitignore", "manimlib/constants.py", "manimlib/default_config.yml", "manimlib/mobject/changing.py", "manimlib/mobject/coordinate_systems.py", "manimlib/mobject/geometry.py", "manimlib/mobject/interactive.py", "manimlib/mobject/mobject.py", "manimlib/mobject/number_line.py", "manimlib/mobject/num...
[]
true
3b1b/manim
2,341
issue_to_patch
Fix No matching distribution found for audioop-lts (python < 3.13) (#2283)
<!-- Thanks for contributing to manim! Please ensure that your pull request works with the latest version of manim. --> ## Motivation <!-- Outline your motivation: In what way do your changes improve the library? --> ## Proposed changes <!-- What you changed in those files --> - pip-requirements ``` au...
f4737828f65999252c0cab9824d9d34cfabf4341
6f6c60e81e3ad1d9b79578975bdd5d5a3fe64649
diff --git a/requirements.txt b/requirements.txt index 9b87a30011..5629de3a10 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ addict appdirs -audioop-lts +audioop-lts; python_version>='3.13' colour diskcache ipython>=8.18.0 diff --git a/setup.cfg b/setup.cfg index 3e9acf0e78..5adbee3cec 100644...
[ "requirements.txt", "setup.cfg" ]
[]
true
3b1b/manim
2,328
issue_to_patch
Fix error when using `VFadeIn` (and its subclasses)
<!-- Thanks for contributing to manim! Please ensure that your pull request works with the latest version of manim. --> ## Motivation Fix error when using `VFadeIn` (and its subclasses). ### Explanation of Issue The `VFadeIn` animation uses `.set_stroke` and `.set_fill` (see: [source](https://github.com...
f4737828f65999252c0cab9824d9d34cfabf4341
b4eed687b0d262856e5d3406361fc6cda02cd66c
diff --git a/manimlib/mobject/mobject.py b/manimlib/mobject/mobject.py index 687f96f856..159c8508d0 100644 --- a/manimlib/mobject/mobject.py +++ b/manimlib/mobject/mobject.py @@ -1361,7 +1361,7 @@ def set_rgba_array_by_color( rgbs = resize_with_interpolation(rgbs, len(data)) data[n...
[ "manimlib/mobject/mobject.py", "manimlib/mobject/types/vectorized_mobject.py" ]
[]
true
3b1b/manim
2,330
issue_to_patch
Resolving minor bug in StreamLines
<!-- Thanks for contributing to manim! Please ensure that your pull request works with the latest version of manim. --> ## Proposed changes <!-- What you changed in those files --> - Getting different input parameter in `self.init_style()` from `self.draw_lines()`, by removing the asterisk (*), the parameter...
f4737828f65999252c0cab9824d9d34cfabf4341
d7866a7226ca7e9edd4b8cf3ef58dfb09d644536
diff --git a/manimlib/config.py b/manimlib/config.py index e0a24036b9..3cbb0d7e3f 100644 --- a/manimlib/config.py +++ b/manimlib/config.py @@ -257,7 +257,7 @@ def update_camera_config(config: Dict, args: Namespace): if args.color: try: camera_config.background_color = colour.Color(args.color)...
[ "manimlib/config.py", "manimlib/mobject/vector_field.py" ]
[]
true
3b1b/manim
2,327
issue_to_patch
update readme instructions to add manimgl to path first
<!-- Thanks for contributing to manim! Please ensure that your pull request works with the latest version of manim. --> ## Motivation <!-- Outline your motivation: In what way do your changes improve the library? --> minor update to macos installation instructions to clarify step i missed when trying to inst...
f4737828f65999252c0cab9824d9d34cfabf4341
e17e7ccd3ca468b995503d50b398286ae3e1ef41
diff --git a/README.md b/README.md index 527ff5163f..0929ef8fa6 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ manim-render example_scenes.py OpeningManimExample git clone https://github.com/3b1b/manim.git cd manim pip install -e . - manimgl example_scenes.py OpeningManimExample + manimgl...
[ "README.md" ]
[]
true
3b1b/manim
2,304
issue_to_patch
Add missing dependencies to setup.cfg and requirements.txt
## Motivation There are dependencies not specified in `setup.cfg` and `requirements.txt`. ## Proposed changes Add them. ## Test `python -m pip install -e . && run`
7a7bf83f117034b5cdf60ae85511c1b004769651
7dc1eb881b708d998b22af5faa20b10eb92c850c
diff --git a/requirements.txt b/requirements.txt index 38a547fb47..9b87a30011 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ addict appdirs +audioop-lts colour diskcache ipython>=8.18.0 @@ -20,6 +21,7 @@ pyyaml rich scipy screeninfo +setuptools skia-pathops svgelements>=1.8.1 sympy diff...
[ "requirements.txt", "setup.cfg" ]
[]
true
3b1b/manim
2,326
issue_to_patch
Video work
Most recent updates after the block collision video, are predominantly small tweaks and bug fixes. The most substantive change is to update how normals are tracked with surfaces, which remains imperfect, but at least allows for perfect spheres that avoid singularities at the poles.
be7d93cf40a54fdcb0103b5e3d5efc978958b75d
da0605a5f38cb840a9ff2005c88130bf46cd00ac
diff --git a/manimlib/mobject/svg/special_tex.py b/manimlib/mobject/svg/special_tex.py index a2ed996411..f933a11e02 100644 --- a/manimlib/mobject/svg/special_tex.py +++ b/manimlib/mobject/svg/special_tex.py @@ -22,7 +22,7 @@ def __init__( buff: float = MED_LARGE_BUFF, aligned_edge: Vect3 = LEFT, ...
[ "manimlib/mobject/svg/special_tex.py", "manimlib/scene/scene.py", "manimlib/utils/sounds.py" ]
[]
true
3b1b/manim
2,322
issue_to_patch
Fix arc handling for `VMobjectFromSVGPath` when a matrix transform is present in the SVG
<!-- Thanks for contributing to manim! Please ensure that your pull request works with the latest version of manim. --> ## Motivation <!-- Outline your motivation: In what way do your changes improve the library? --> Handling arcs in `VMobjectFromSVGPath` is currently flawed. It works well when there is no...
db421e3981d77676db4a701df9f850fedd545cc7
93838d919e35b28c54ffe92187799672a67e914b
diff --git a/manimlib/mobject/svg/svg_mobject.py b/manimlib/mobject/svg/svg_mobject.py index e39d6774bd..739644caea 100644 --- a/manimlib/mobject/svg/svg_mobject.py +++ b/manimlib/mobject/svg/svg_mobject.py @@ -8,6 +8,7 @@ from pathlib import Path from manimlib.constants import RIGHT +from manimlib.constants import...
[ "manimlib/mobject/svg/svg_mobject.py" ]
[]
true
3b1b/manim
2,316
issue_to_patch
Performance improved in `set_color_by_rgba_func`
<!-- Thanks for contributing to manim! Please ensure that your pull request works with the latest version of manim. --> ## Proposed changes 1. If `unit_tex` is specified in coordinate labels, "1" is now omitted on both positive and negative axis. 2. While setting the color using rgba (or rgb) func, performan...
7a7bf83f117034b5cdf60ae85511c1b004769651
8fa4a75b4164a750b08e96e327370e7820e16a3e
diff --git a/manimlib/mobject/coordinate_systems.py b/manimlib/mobject/coordinate_systems.py index c835253223..c51bf4ccae 100644 --- a/manimlib/mobject/coordinate_systems.py +++ b/manimlib/mobject/coordinate_systems.py @@ -770,13 +770,6 @@ def add_coordinate_labels( axis = self.get_x_axis() ...
[ "manimlib/mobject/coordinate_systems.py", "manimlib/mobject/mobject.py", "manimlib/mobject/number_line.py" ]
[]
true
3b1b/manim
2,310
issue_to_patch
Fix issues in number_line.py that changes in decimal_number_config["font_size"] get rewritten by number_config
Fix the issue that changes in `decimal_number_config["font_size"]` get rewritten by `number_config` ## Motivation When working with `NumberLine` in manim v1.7.2, I found that the decimal number label's size doesn't change with different `font_size` setting. ## Proposed changes Swaping the position of `self.deci...
7a7bf83f117034b5cdf60ae85511c1b004769651
99a76289b43bc7718affc409dbe16c9a5cfa66ff
diff --git a/manimlib/mobject/number_line.py b/manimlib/mobject/number_line.py index f98b0a0e62..9f9bc4d013 100644 --- a/manimlib/mobject/number_line.py +++ b/manimlib/mobject/number_line.py @@ -164,7 +164,7 @@ def get_number_mobject( **number_config ) -> DecimalNumber: number_config = merge_dict...
[ "manimlib/mobject/number_line.py" ]
[]
true
3b1b/manim
2,299
issue_to_patch
Fix --fps type conversion to int
<!-- Thanks for contributing to manim! Please ensure that your pull request works with the latest version of manim. --> ## Motivation <!-- Outline your motivation: In what way do your changes improve the library? --> I'm using a variety of frame rates, and it's inconvenient to change the value in `default_co...
7a7bf83f117034b5cdf60ae85511c1b004769651
195c69027fcd535a793681297f33edf7eff4d6b6
diff --git a/manimlib/config.py b/manimlib/config.py index ef9a3afc42..e0a24036b9 100644 --- a/manimlib/config.py +++ b/manimlib/config.py @@ -174,6 +174,7 @@ def parse_cli(): parser.add_argument( "--fps", help="Frame rate, as an integer", + type=int, ) pa...
[ "manimlib/config.py" ]
[]
true
3b1b/manim
2,318
issue_to_patch
Video work
Various updates and bug fixes were made during animations for the cosmic distance ladder. - Change how normal vectors on surfaces are tracked - Use a flexible density of anchor points on arc - Add min_total_width option to DecimalNumber
7a7bf83f117034b5cdf60ae85511c1b004769651
ac3c5b8380a2159a563835affcd71fe251e48deb
diff --git a/manimlib/mobject/geometry.py b/manimlib/mobject/geometry.py index ae54ed7e9b..1ea875a8cb 100644 --- a/manimlib/mobject/geometry.py +++ b/manimlib/mobject/geometry.py @@ -208,12 +208,16 @@ def __init__( start_angle: float = 0, angle: float = TAU / 4, radius: float = 1.0, - ...
[ "manimlib/mobject/geometry.py", "manimlib/mobject/numbers.py", "manimlib/mobject/shape_matchers.py", "manimlib/mobject/svg/brace.py", "manimlib/mobject/svg/tex_mobject.py", "manimlib/mobject/three_dimensions.py", "manimlib/mobject/types/surface.py", "manimlib/shaders/quadratic_bezier/stroke/geom.glsl"...
[]
true
3b1b/manim
2,298
issue_to_patch
Only use -no-pdf for xelatex rendering
To address https://github.com/3b1b/manim/issues/2293
24eefef5bf185f7523799b5fcf71b4a90fca8c24
d0f493e95d79a56d32f033553031a84c51510e8d
diff --git a/manimlib/utils/tex_file_writing.py b/manimlib/utils/tex_file_writing.py index 2778a0dc38..cfc91f4fed 100644 --- a/manimlib/utils/tex_file_writing.py +++ b/manimlib/utils/tex_file_writing.py @@ -105,7 +105,7 @@ def full_tex_to_svg(full_tex: str, compiler: str = "latex", message: str = ""): process ...
[ "manimlib/utils/tex_file_writing.py" ]
[]
true
3b1b/manim
2,280
issue_to_patch
Automatically identify the class name based on the specified line number.
<!-- Thanks for contributing to manim! Please ensure that your pull request works with the latest version of manim. --> ### Motivation Whenever some user passes the command `-e <line_number>`, it feels redundant to specify the class name. The closest class name (above the specified `<line_number>`) should ...
39fbb677dcc86fc32075249e66a3cbaba508aa7b
f562d749d94a6f9c8ed2461643524fe9c2e2c4db
diff --git a/manimlib/default_config.yml b/manimlib/default_config.yml index 397de60ebf..6e2135b995 100644 --- a/manimlib/default_config.yml +++ b/manimlib/default_config.yml @@ -5,13 +5,13 @@ # you are running manim. For 3blue1brown, for instance, mind is # here: https://github.com/3b1b/videos/blob/master/custom_con...
[ "manimlib/default_config.yml", "manimlib/extract_scene.py", "manimlib/mobject/probability.py", "manimlib/mobject/svg/string_mobject.py", "manimlib/mobject/svg/text_mobject.py" ]
[ { "comment": "```suggestion\r\n # it should automatically identify the nearest class\r\n```", "path": "manimlib/extract_scene.py", "hunk": "@@ -142,35 +143,48 @@ def get_indent(code_lines: list[str], line_number: int) -> str:\n return n_spaces * \" \"\n \n \n-def insert_embed_line_to_module(modul...
true
3b1b/manim
2,280
comment_to_fix
Automatically identify the class name based on the specified line number.
```suggestion # it should automatically identify the nearest class ```
39fbb677dcc86fc32075249e66a3cbaba508aa7b
f562d749d94a6f9c8ed2461643524fe9c2e2c4db
diff --git a/manimlib/extract_scene.py b/manimlib/extract_scene.py index 5509778b05..28e22256ee 100644 --- a/manimlib/extract_scene.py +++ b/manimlib/extract_scene.py @@ -12,6 +12,7 @@ from manimlib.scene.scene import Scene from typing import TYPE_CHECKING + if TYPE_CHECKING: Module = importlib.util.types.Mod...
[ "manimlib/extract_scene.py" ]
[ { "comment": "```suggestion\r\n # it should automatically identify the nearest class\r\n```", "path": "manimlib/extract_scene.py", "hunk": "@@ -142,35 +143,48 @@ def get_indent(code_lines: list[str], line_number: int) -> str:\n return n_spaces * \" \"\n \n \n-def insert_embed_line_to_module(modul...
true