Skip to content

pullrequests Search Results · language:Dune language:TypeScript language:JavaScript language:Java language:HTML language:Python

Filter by

287M results  (2 s)

287M results

The nested append(append(append(s, a), b), c) was exactly the ugliness UFCS was built to remove. Rewrote every emitter as a left-to-right chain. before: append(append(append(append(open, cty(fld.ty)), ...

This PR contains the following updates: | Package | Change | Age | Confidence | | --- | --- | --- | --- | | eslint (source) | 10.4.0 → 10.4.1 | age | confidence | Release Notes details summary eslint/eslint ...
dependencies

Shows Start Date, Salary, Level, and Tier Location each on their own line instead of a single inline sentence. https://claude.ai/code/session_01DaXZ9kMzK6UxAuLUupXWzT

some markdown processors (e.g. myst) need space between html tags and markdown text, otherwise they get handled in funky ways I think this particular one is likely a bug in myst itself, but the spaces ...

Bumps release-it from 20.0.1 to 20.2.0. details summary Release notes /summary p em Sourced from a href= https://github.com/release-it/release-it/releases release-it s releases /a . /em /p blockquote h2 ...
dependencies
javascript

RequireAuth on /onboarding/business was redirecting to /sign-in immediately after sign-up because the Better Auth client store had not received the new session yet.nnFix 1: await auth.getSession() after ...

Implemented endpoints: - GET /vehicles - list all vehicles from repositories/vehicles.json - GET /vehicles/make/:make - return vehicles matching make - GET /vehicles/model/:model - return vehicles ...