Aidan Beggs
Aidan Beggs
**Describe the bug** In >1.0.0, `Tab.webview` has type `HTMLElement`. In previous releases of `electron-tabs`, this field was properly typed as `Electron.WebviewTag`. **Expected behavior** I would expect the "webview" field to...
Consider the following request: `https://api.pushshift.io/reddit/search/comment/?q=science&fields=score,score_hidden`. I get the following response: ``` { "data": [ { "score": 1, "score_hidden": true }, { "score": 1, "score_hidden": true }, { "score": 1, "score_hidden":...
I'm installing this driver via https://aur.archlinux.org/packages/rtl88xxau-aircrack-dkms-git, which appears to be installing the v5.6.4.2 branch, commit b8167e66b4ac046b3b76c2c40008d84528e91594. When changing certain settings related to the network interface (for instance, `sudo airmon-ng start...
When using `Target::Pipe` to log to a file (or another similar buffered output interface), the fact that we flush after each line causes a significant slowdown. It would be awesome...
The space (and time for construction) complexity for a Db for a type that has many (but not all) unique `#[venndb(filter)]` fields appears to be `O(n^2)`, which makes constructing (and...
I am attempting to use the following script, but run into issues with the `LIMIT` clause. ```sql .echo on .load sqlite-vec/dist/vec0.so CREATE VIRTUAL TABLE vectors using vec0( id INTEGER PRIMARY...