issues Search Results · language:Dune language:JavaScript language:Java language:JavaScript language:JavaScript language:C#
Filter by
39.4M results
Overview: Upon switching the language to Arabic on the Enatega Food Delivery website, an issue is identified where the
placeholder text for entering a voucher code remains in English. This inconsistency ...
MappingRedisOMConverter has grown large and now owns several distinct responsibilities: entity read/write orchestration,
hash bucket path handling, map/collection reconstruction, type hint handling, custom ...
Problem
DBTools/DBTools.csproj sets Deterministic false /Deterministic, which produces non-reproducible builds. Identical source
can yield different assembly hashes across builds.
Proposed solution
...
Problem
Both DBTools.csproj and DBToolsUnitTest.csproj set Nullable disable /Nullable, missing compile-time null safety that is
standard for modern .NET libraries.
Proposed solution
1. Enable Nullable ...
Problem
The library supports SQL Server, PostgreSQL, MySQL, and SQLite, but legacy SQL Server naming and metadata remain:
- Core public API is still named SqlClient / IAsyncSqlClient
- AssemblyInfo.cs ...
Problem
~80 tests are marked inconclusive/skipped in CI because they require a live SQL Server at 127.0.0.1:1433. There are no
integration tests against PostgreSQL, MySQL, or SQLite.
Current CI (PR #24) ...
Overview: When switching the language to Arabic in the Enatega Food Delivery website and proceeding to the card payment
settings during checkout, a language inconsistency is observed. The page that requests ...
Problem
The test suite has ~221 tests, but several newer subsystems have no dedicated test coverage:
| Area | Files |
| --- | --- |
| Async API | AsyncSqlClient, AsyncLinqHelper |
| EF-like context | ...
Problem
Documentation states SQLite only requires the Database key (file path), but DbConfiguration always requires Host, Uid,
Password, and Port.
Relevant code: DBTools/Core/DbConfiguration.cs (both ...
Problem
The README references an MIT license badge and links to a LICENSE file, but no license file exists in the repository.
Proposed solution
- Add a standard MIT LICENSE file at the repo root
...

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.