pullrequests Search Results · language:B4X language:C++ language:JavaScript language:Java language:Java language:PHP
Filter by
155M results
Introduce ModuleDetailTabs on customer, supplier, employee, and category detail views, with sales orders, purchase
orders, and products tables backed by new schema for future module integration.
Summary
- Render plan RR values as ratios like 1:3.25, 1:5, and 1:-- instead of Rand-looking currency strings.
- Add fmtLocalCurrency for the local risk sub-row with browser-safe locale fallback. ...
Summary
Three small, self-contained fixes/improvements to the flatten export path:
- Fix blank export — the export frame origin used bbox_global.y (which is max_x) for the Y origin. The bbox is laid ...
Problem
Drive saves became a coin flip ~60 min into a session: the Google access token expired and a single 401 immediately
wiped the storage_connections row, forcing a manual reconnect. Separately, the ...
Summary
- Add Prisma conversation, participant, and message models with a migration.
- Add 1-to-1 text messaging server actions with block checks, unread counts, read state, and direct conversation ...
Bumps @biomejs/biome from 2.4.13 to 2.4.16. details summary Release notes /summary p em Sourced from a href=
https://github.com/biomejs/biome/releases @biomejs/biome s releases /a . /em /p blockquote ...
dependencies
javascript
Summary
Fixes #131. In -repl, a struct created/mutated by a field assignment (s.x = v) wasn t persisted to the workspace, so a
later REPL turn read an empty s and s.x came back 0.
s.x = 42;
disp(s.x) ...