XOR-op
XOR-op
This PR add support for batched update option for interactive mode. To be specific, I add option `b` for each interaction. And for each app answered with `b`, I record...
I can't make it available on start up page. I have tried about:blank (just a blank), about:newtab (default newtab but not this) and even moz-extension://f80a360e-8248-493f-9d3f-717b8bccc341/newTab.xhtml (the old version used to...
Better handling of killing trailing path separator. Example: ```bash .config/yazi/ # original input # press ctrl-w .config/yazi # w/o this PR .config/ # w/ this PR ```
In the recent PR (#345), there is a discussion on behaviors of navigation and deletion, most of which are related to word boundary. Since users are from different shell backgrounds...
With these new functions, we can customize the underlying UDP socket, for example, call `setsockopt()` over the underlying `RawFd`. This is also the counterpart of `Socks5Stream::use_stream`.
**Describe the bug** When windows from some applications are created, they won't tile properly, until some updates(e.g. internal .add event) to the space containing the misbehaved window. This buggy behavior...
Using tabby v3.1 on Firefox, I found that opening tabby (either by clicking icon or by shortcut) waits too long to load tabs. I estimate the loading time is ~500ms...
In the latest bilibili client, advertisements can have cardType 'cm_v1'.
https://github.com/wwhtrbbtt/TrackMe/blob/d9579a805ef6d3ef1825d4ff9529b15ae09a6c54/ja4.go#L82-L85 is under an unsound assumption that every TLS clienthello will include a padding extension. I don't see any standard that requires padding extension as a mandatory component. In fact,...