Fea
Fea
This PR adds improved typings to `Array.every` when using the `Boolean` constructor, in a way that's very similar to what's already being done for `Array.filter`. After extensive testing, these types...
### What version of Bun is running? 1.0.0+822a00c4d508b54f650933a73ca5f4a3af9a7983 ### What platform is your computer? Linux 6.1.51 x86_64 unknown ### What steps can reproduce the bug? 1. Use `bun --bun` to...
Fetching/building cargo deps/artifacts fails when using git dependencies that (seem to) use git-lfs
**Describe the bug** When using a git dependency that seems to use [git-lfs](https://git-lfs.com/), `buildDepsOnly` fails with the error ``` fetching git input 'git+file:///home/fea/dev/rust/crane-bug-lfs' fetching git input 'git+https://github.com/Leafwing-Studios/leafwing-input-manager' Downloading assets/Montserrat/Montserrat-Italic-VariableFont_wght.ttf (404...
I use a multi-layered keyboard layout that is a derivative of the [Neo keyboard layout](https://en.wikipedia.org/wiki/Neo_(keyboard_layout)). This keyboard layout has arrow keys bound to `ISO_Level5_Shift+{S,E,D,F}`, which I want to be able...
The action `move-column-to-workspace` got removed from `memo-binds.nix` in the latest flake update. As far as I can tell, this is a mistake, as that option still seems to be a...
Fixes the issue encountered in https://github.com/LuanRT/YouTube.js/issues/965 Currently, deno never uses the "deno" conditional export in `package.json` as [conditional exports are matched in the order they are specified](https://nodejs.org/api/packages.html#conditional-exports), and [deno supports...
### Description Adds the IDL of the CSS Custom Highlight API. - MDN: https://developer.mozilla.org/en-US/docs/Web/API/CSS_Custom_Highlight_API - Spec: https://drafts.csswg.org/css-highlight-api ### Checklist - [x] Verified changelog requirement
I ran into a few issues while installing (and using) steel in your helix fork and eventually realized that this was because no dylibs were getting installed into `$STEEL_HOME/native`. This...