Deleted user

Results 135574 comments of Deleted user

@DarthGandalf I added in support for socks5 pretty quickly, but I don't want to work on maintaining it, so I'll just leave this here. The LOCALE stuff probably is not...

Hi @Doc1faux Thank you for quick response. I'm also using API 34 and gradle version is 8.5.2 latest one.

@Eloitor How about validating the combinations of parameters before passing them to the table? Do you need to include these invalid combinations in the table? For instance, you need to...

I suggest a simpler nomenclature - let's just introduce shortcuts: - `::` for `extends` - `:` for `implements` - `with` - remains as is (rarely used, the shortcut is not...

As someone who had a (mis)fortune to code in java for approx. 20 years (before gotten kicked out for good, which ended the torture), I can tell you that the...

@eernstg: I think you made a mistake by presenting the case in an overly abstract form. ```dart // Hypothetical Dart. class C : S & M : I, J {}...

But it doesn't happen with games or apps (made even before gamebar was a thing)

I think it should write to disk simultaneously when recording, rather than preparing to save it after recording @phw

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for **4 days**. It will be closed...

To comply with current architecture this also needs a landlock config rules section https://github.com/pufferffish/wireproxy/blob/d7106831812f3b69d827148ddfb06a9a48e6c8ad/cmd/wireproxy/main.go#L133-L153