Eng Zer Jun
Eng Zer Jun
A small code refactoring. `len(g.children) > 0` is redundant because `range` already skips empty slice.
### Expected Behavior Able to select folder https://github.com/Kong/insomnia/assets/20135478/0f2ffc34-28dd-451d-a40f-9cd384fc641d ### Actual Behavior All folders are greyed out https://github.com/Kong/insomnia/assets/20135478/2352aed2-5e39-4d10-a0ab-a8b4e44a4cc4 ### Reproduction Steps _No response_ ### Is there an existing issue for this?...
Hello :wave: . I see that the project is still using Vite 2, while the latest version is Vite 5 [^1]. Is there any plan to upgrade it? If so,...
## What does this PR change? From the Go specification (https://go.dev/ref/spec#For_range): > "1. For a nil slice, the number of iterations is 0." > "3. If the map is nil,...
From the Go specification [^1]: > "3. If the map is nil, the number of iterations is 0." Therefore, we don't need the `nil` checks for merging the `Extensions`. Just...
#### Environment details 1. Specify the API at the beginning of the title (for example, "Places: ...") https://github.com/googlemaps/extended-component-library/blob/4541b75a28a9059e85714b08caa36eade5dfc2e9/src/place_picker/place_picker.ts#L379-L382 2. OS type and version: Linux 6.7.9 3. Library version: 0.6.7 ####...
## What type of PR is this? - maintenance ## What this PR does / why we need it: Align CI configuration with `v1-maint` (https://github.com/urfave/cli/pull/1887) and `v2-maint` (https://github.com/urfave/cli/pull/1888) ## Which...
The Examples section on the create-next-app page (https://nextjs.org/docs/app/api-reference/cli/create-next-app) has incorrect headings. Each of the examples should be ` element so they are grouped properly under the Examples section. **Current:** ...
Fixes https://github.com/gopasspw/gopass/issues/2963. ### Before https://github.com/user-attachments/assets/22f764d7-bc0c-4add-9bae-e7d9d2381cdd ### After https://github.com/user-attachments/assets/eeb03aed-f835-4e19-b93e-7d6ffe827d70
## Summary This PR updates the 19.0.0 changelog to use diff-styled code blocks for illustrating changes to `useReducer` typings. Also removes the incorrect square brackets in the second diff, it...