Matěj Volf

Results 36 comments of Matěj Volf

I wanted to use this crate with openssl (to use a private key), but turns out I can't specify the type of PKeyWithDigest, because it needs a parameter [`Private`](https://docs.rs/openssl/0.10.40/openssl/pkey/enum.Private.html), which...

The bug is that currently there's no way to match a literal `[` or `]` as a part of a regular expression - they have a meaning there, so you...

To be completely honest I missed that, but that doesn't seem to work either: ```js const PURL = require("./build/pseudo_url.js").default; const purl = new PURL("http://www.example.com/search?do[\x5B]load[\x5D]=1"); console.log(purl.matches("http://www.example.com/search?do[load]=1") ? "Match!" : "No match!");...

I don't really need this anymore, though I still think this might be useful. I'll try to explain it again: If you want to host the Flask-Frozen files in non-root...

My few bits regarding this - I'd say it's impossible to enforce plugins doing this. As we all likely know, due to the nature of the IITC plugin ecosystem, it's...

Thanks for the guidance with black screen solving with `--disable-gpu`. The reason why Among Us version can't be found is that the LOCALAPPDATA variable used in [`src/main/hook.ts`](https://github.com/ottomated/CrewLink/blob/13f6bc5c0c71b276608e1c00859e0630cdc44f41/src/main/hook.ts#L50) points to `Local...

@josiahkeeler this isn't most likely related to Linux support. Are you running a custom CrewLink-server? There was an Among Us update and the [offsets file](https://github.com/ottomated/CrewLink-server/blob/master/offsets/2020.12.9.yml) for this version was created...

Also it's important to mention that CrewLink and Among Us (most likely) need to be both installed and running in the same wine prefix, which I'm not sure if you...

So my full path that works until "Waiting for Among Us" screen: 1. `rm -rf ~/.wine` (clean the wineprefix) 2. `winetricks` 2.1. install application --> steam (yes, inside wine) 2.2....

Hi all! I'm one of the people who ran into issues with automatic outbound link tracking, and decided to do it manually with `sendBeacon`. However, that would require manually crafting...