issues Search Results · language:Dune language:JavaScript language:JavaScript language:JavaScript linked:pr language:PHP
Filter by
2.2M results
Summary
Replace all AED (UAE Dirham) currency references with INR (Indian Rupee) throughout the codebase.
Files to Change
- `frontend/src/lib/constants.js` — rename `formatAED` to `formatINR`, change ...
概要
インストーラ疑似体験(compose.installer.yaml)で install.php が新規インストールを完了できないことが判明。共有ホスティングで実際に踏むリリースブロッカー。
バグ
① applySchema の SQL 分割が -- コメント内の ; で破綻(致命的)
public_html/install.php の applySchema() は explode( ...
bug
Description
The Resources icon (located between the notification bell and bookmark icon in the navbar) leads to a 404 Page Not Found
error when clicked. This breaks the user experience as users expect ...
assigned
bug
good first issue
GSSoC'26
level:beginner
mentor:Ayushh-Sharmaa
needs-labels
priority:high
valid-issue
website
Repro
?php
function f($a, $b, $c) { var_dump([$a, $b, $c]); }
$args = [2, 3];
// In php-src this is an Error: named parameter overwrites previous argument.
f(...$args, a: 1);
Zend/php-src (expected) ...
area:vm
implementation-ready
phase-2:language
Summary
The longest-path memoisation in GenerationDepth::walkDeepestDistance() (added in #161) invokes the $neighbours($node)
closure twice per node: once in the ENTER pass (to push children) and once ...
enhancement
priority: low
Bug Description
ENABLE_DB_PROFILING is defined twice in backend/.env.example.
First occurrence
ENABLE_DB_PROFILING=false
Located in the DATABASE - MONGODB section.
Second occurrence
ENABLE_DB_PROFILING=false ...
Repro
?php
function f($a, $b = 2) { var_dump([$a, $b]); }
$args = [ a = 1];
f(...$args);
Zend/php-src (expected)
array(2) {
[0]=
int(1)
[1]=
int(2)
}
php-compiler VM (actual)
array(2) ...
area:vm
implementation-ready
phase-2:language
Is your feature request related to a problem? Please describe.
Sensitive API endpoints related to administration, user management, and platform configuration require stronger
protection against unauthorized ...
assigned
enhancement
good first issue
GSSoC'26
level:beginner
mentor:Ayushh-Sharmaa
needs-labels
needs-more-info
possible-duplicate
priority:high
website
Background
The local integration harness (test/integration/runtime/, added in #645/#646) is a solid container-level integration
test: real node:22-slim container, real zylos installed from source, real ...
Is your feature request related to a problem? Please describe.
A single database failure can cause complete service downtime, preventing users from accessing events, portfolios, and
administrative features. ...
assigned
enhancement
good first issue
GSSoC'26
level:beginner
mentor:Ayushh-Sharmaa
needs-labels
needs-more-info
possible-duplicate
priority:high
website

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.