Kai Salmon
Kai Salmon
If you do a `GET` to `https://api.gotinder.com/v2/fast-match/teaser` you'll get back an object that looks a little bit like: ``` { count: 6 is_range: false teaser_url: "https://preview.gotinder.com/XXXXXXX-5801-45dd-95ec-a1c6cceff0c2/320x320_XXXXXXX-4fbd-4393-966b-a4abe6f27f43.jpg" } ``` The `teaser_url`...
Replaced save feature with modern API, using implementation from https://github.com/eligrey/FileSaver.js/blob/master This library is covered by the MIT Licence (https://github.com/eligrey/FileSaver.js/blob/master/LICENSE.md) This can close https://github.com/jal278/spotify-playlist-export/issues/5 https://github.com/jal278/spotify-playlist-export/issues/8
The email address at the bottom of the page results in the following message > wanamaker.cs.utexas.edu rejected your message to the following email addresses: > [email protected] ([email protected]) The address you...
I don't know anything about how game-icons is hosted, so do not know if this financially feasible, but it would be very convenient to have an API accessible that served:...
I am trying to do a quick-n-dirty pentest on a system where an attacker might know that a given code is known to be (in my case) numerical. Is it...
**Describe the issue** The following unit test fails ``` #[test] fn global_variables_can_be_defined_in_between_prints() { let content = " VAR x = 10 {x} is ten VAR z = 12 Now {x}...
This PR adds a plugin which allows baked world-space ambient occlusion, to create an instant first-pass at shading. If there are any changes needed to have this merged, please let...