Link to PR
stringlengths 41
65
| Name of the project
stringlengths 4
30
| Project (L/M/S)
stringclasses 3
values | Changes (L/M/S)
stringclasses 3
values | Complexity (L/M/S)
stringclasses 3
values | Comment
stringlengths 3
203
⌀ | Summary
stringlengths 20
347
|
---|---|---|---|---|---|---|
https://github.com/rails/rails/pull/52487 | Rails | L | S | S | null | Rails has in-built translation mechanism i18n and this PR allows to prevent working if the mode for translations is `strict`. This is not breaking change, as by default it continue to work even without proper translation options |
https://github.com/aifoundry-org/llamagator/pull/40 | Llamagator | S | S | S | null | This PR brings new assertion type. This assertion type is using already registered model as a judge for the result of other model. |
https://github.com/aifoundry-org/llamagator/pull/42 | Llamagator | S | S | S | null | Existing assertions are extended to allow more complex options, like Include/Exclude all or Include/Exclude any instead of checking existing include/exclude for each line only. |
https://github.com/simi/mongoid_paranoia/pull/74 | mongoid_paranoia | null | S | S | Bug | When we have document class, and then we want to perform some actions wrapped in a transaction. when we try to perform this code after occurring document.destroy this will hanging ~ 30 seconds and then we see an error. it happens coz we should perform all operations inside the transaction using the same session |
https://github.com/rails/rails/pull/52472 | Rails | L | S | S | 1. Basic password reset flow to show use of signed ids with a mailer. Should be possible to opt out of this.
2. Fix problem with signed id token param not being recognized for POST without a manual route | - templates for password show+edit were added to erb/authentication_generator
- passwords controller, mailer, views where added to rails/authentication_generator
- small refactor, updated description |
https://github.com/mongodb/mongoid/pull/5768 | Mongoid | L | M | S | Drop support for Rails 5 and Ruby 2.6 | - CI config files updated
- min MRI Ruby ver bumped to 2.7
- min JRuby ver bumped to 9.4
- contains some unrelatable changes like addition of copyright text and refactoring
- deprecated code that was commented as to be deleted on ver bump - was deleted
- gemfile config for rails 5.2 was removed |
https://github.com/rails/rails/pull/50410 | Rails | L | S | S | Fix async queries to work with query cache - fixes known bug when async_count returns a Integer instead of a Promise | - changes query_cache: wraps result into FutureResult::Complete in async case
- adds a test case
- changes another test case to expect FutureResult instead of Result |
https://github.com/ruby/securerandom/pull/15 | Ruby | L | S | M | It's my PR that got closed and superseded by another PR. I know the context so I can vouch if the summary is reasonable | Added support for an experimental UUID version |
https://github.com/sidekiq/sidekiq/pull/6286 | sidekiq | M | L | M | Long discussion about sidekiq internals & interface | Added iteration support for long-running jobs |
https://github.com/ankane/searchkick/pull/1267 | searchkick | M | M | M | Added a feature that refers a ticket, got feedback | Add ES scroll support to searchkick |
https://github.com/openai/whisper/pull/1903 | whisper | M | M | L | Bugfix with a complex nature in an AI project, contains graphics in comments | Bugfix: Illogical "Avoid computing higher temperatures on no_speech" |
https://github.com/ggerganov/llama.cpp/pull/61 | llamacpp | L | M | M | null | Interactive mode support for llamacpp |
https://github.com/ggerganov/llama.cpp/pull/3703 | llamacpp | L | S | S | null | Removing mention of not supported Node JS library |
https://github.com/ggerganov/llama.cpp/pull/1443 | llamacpp | L | M | L | null | Adding example with REST API with a big discussion |
https://github.com/ggerganov/llama.cpp/pull/1594 | llamacpp | L | S | S | null | Small OOM error fix |
https://github.com/ggerganov/llama.cpp/pull/6741 | llamacpp | L | M | M | null | New architecture (OLMo) implementation for llamacpp |
https://github.com/django/django/pull/13179 | django | L | L | L | null | Allowing specifying type of auto-created primary keys |
https://github.com/django/django/pull/12952 | django | L | M | L | null | Migrations bugfix with a lot of discussions |
https://github.com/django/django/pull/506 | django | L | S | S | null | A small IPv6/IPv4 convserion bug in docs is fixed |
https://github.com/django/django/pull/9622 | django | L | L | L | null | Database math functions support added |
https://github.com/django/django/pull/17806 | django | L | M | S | null | Setuptools was migrated while having a big discussion in comments |
https://github.com/tloen/alpaca-lora/pull/328 | alpaca-lora | M | S | S | null | Duplicated dependencies were removed |
https://github.com/tloen/alpaca-lora/pull/131 | alpaca-lora | M | S | L | null | Simple model parallelism support with a big discussion |
https://github.com/tloen/alpaca-lora/pull/202 | alpaca-lora | M | S | L | null | Dataset path change with a big discussion |
https://github.com/tloen/alpaca-lora/pull/146 | alpaca-lora | M | M | M | null | Unified PR with tokenizer update |
https://github.com/gurugio/lowlevelprogramming-university/pull/45 | lowlevelprogramming-university | S | S | S | null | Adds link to a book in README |
https://github.com/JedWatson/classnames/pull/362 | classnames | S | S | M | Performance enhancement - use string concatenation instead of array joins | 1. rename result variable
2. change value type of result variable (arr->string)
3. along with result variable type, interface methods call were changed (+= instead of push+join)
4. change loop variable name to more explicit variant |
https://github.com/JedWatson/classnames/pull/286 | classnames | S | S | S | code cleanup | initialization of unused variable was removed |
https://github.com/JedWatson/classnames/pull/360 | classnames | S | M | L | Cleans up the code for the 'dedupe' variant to better match the code-style of the other entrypoints | Removes the immediately invoked function expression that was used to prevent variables from leaking into the global scope, as this is no longer possible now that this code is contained in a module.
This also sorts some methods and renames some variables, but otherwise doesn't touch the code, leading to similar performance to what we had before. |
https://github.com/karpathy/nanoGPT/pull/199 | nanoGPT | S | S | S | bugfix | fix a bug where some 'decode' function wasnt returning result because of the missing 'return' keyword |
https://github.com/karpathy/nanoGPT/pull/428 | nanoGPT | S | S | M | fixes memory leak | recreate the memmap for each batch when processing dataset |
https://github.com/kelseyhightower/nocode/pull/105 | nocode | S | S | S | empty PR | has no changes, merged into main branch ('master') |
https://github.com/brannondorsey/wifi-cracking/pull/20 | wifi-cracking | S | S | S | docs update | adds how-to instruitons for usage on macos in a form of markdown file |
[WIP]
- Downloads last month
- 39