b-fuze
b-fuze
The sidebar on the previous design was super helpful. While reading the docs of any specific item, I would usually quickly scroll the sidebar for something else if I didn't...
Is there a way to control scroll granularity/sensitivity? I'm also thinking scroll shouldn't take effect for small scrolling distances on a trackpad.
Here's a basic example that should work in a browser: ```html const parent = document.querySelector("div"); console.log("NWSAPI", [...NW.Dom.select(":scope > div", parent)].map(d => d.className)); console.log("NATIVE", [...parent.querySelectorAll(":scope > div")].map(d => d.className)); ``` The...
**Is your feature request about something that is currently impossible or hard to do? Please describe the problem.** Currently, it's not possible to invoke C FFI on shared libraries in...
### Discord username (optional) _No response_ ### Describe the solution you'd like? ```text Great work on Warp so far! I thought that it'd be nice if Warp were able to...