Brian

Results 220 issues of Brian

The browser has it's own unique user agent, you can see that by going to https://ifconfig.me/all The problem with this is that: 1. It leaves a unique fingerprint 1. It...

_This is all valid js_ ```pwsh ❯ minify-js --version minify-js 0.6.0 ❯ @' import { readFile } from 'fs/promises' const buf = await readFile(`test`) '@ | minify-js --mode module thread...

![image](https://user-images.githubusercontent.com/18603393/184239057-517fa804-d72b-4144-b62e-74107a8d35ca.png) I used the script from the readme: ![image](https://user-images.githubusercontent.com/18603393/184239254-cfc0f293-db43-4026-bafd-3c34c9b4ea87.png) Shell: PowerShell 7.3.0-preview.6 tre: tre-command 0.4.0 Same thing occurs on Windows' system PowerShell (5.1)

Rather, pwsh converts `:` to `;`, which translates to a termination when executed with pwsh, and reads everything following it, instead of the actual filename, then spits out this error:...

![image_242](https://user-images.githubusercontent.com/18603393/169600292-d0d6ac6f-419b-4fae-a17c-f636381321e5.png) I can't get it to display anything

That way you wouldn't have to make multiple requests to get a filtered type, you could just do for example: https://harambelogs.pl/channelid/84180052/userid/71092938/random?json&type=1 Or even comma separated for multiple, for example: https://harambelogs.pl/channelid/84180052/userid/71092938/random?json&type=1,2

```make ❯ qmake .. Info: creating stash file ...\mpvz\build\.qmake.stash Project ERROR: Unknown module(s) in QT: x11extras ``` Requires x11extras

**Problem** It's set to `com.android.webview` instead of the usual `com.throium.webview`, this makes it so that you can't install it without getting conflicts. Noticed on `M123.0.6312.133`-`M124.0.6367.218`

#### Describe your feature request Well `Select-String`/`sls` doesn't have to pipe binary data to a forked process, and it's much faster than `grep`, so I was always curious how it...

enhancement