issues Search Results · language:Dune language:JavaScript language:Java language:JavaScript linked:pr language:JavaScript
Filter by
3.2M results
Description
The withMemoryLock function uses a polling-based spin lock that checks every 5 milliseconds whether a lock has been
released:
function withMemoryLock(key, fn) {
const lockKey = `collab:lock:${key}`; ...
gssoc:approved
mentor:PankajSingh34
Part of #3054.
Scope
Add Geography support to the SedonaFlink measurement and output functions, so geography columns can be measured and
formatted (not just constructed). This mirrors Spark, where these ...
Summary of What Needs to be Done
In src/utils/shareModalUtils.js, the function createShareModalData uses window.location.origin as a default parameter
value:
export const createShareModalData = (event, ...
bug
Summary of What Needs to be Done
In src/hooks/useRoutePrefetch.js, the prefetch callback accesses window directly without an SSR guard:
const prefetch = useCallback((importFn, key) = {
if ( requestIdleCallback ...
bug
Summary of What Needs to be Done
In src/hooks/useLocalStorage.js, the setValue callback uses queueMicrotask to defer the localStorage write. The
microtask callback accesses window without an SSR guard: ...
bug
Summary of What Needs to be Done
In src/hooks/useTokenExpiry.js, the clearExpiredSession callback schedules a redirect using window.location.replace
inside a setTimeout:
const clearExpiredSession = useCallback(() ...
bug
Summary of What Needs to be Done
In src/utils/relativeTime.js, the getRelativeTime function unconditionally returns null for any numeric input:
export function getRelativeTime(dateInput) {
if (typeof ...
bug
Context
From the morning repo audit + Part B tech roadmap. The pitch site (npm run dev) is wired, but the Asset Tracker backend
is doc-only and carries small rough edges. These are low-risk, mechanical ...
enhancement
Summary
Platillo picture uploads fail in production when the file exceeds Spring Boot’s default multipart limit (~1 MB). nginx
allows 50 MB, but the app rejects the request before PlatilloController.uploadPicture ...
bug
enhancement

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.