MayorUshanka

Results 11 issues of MayorUshanka

The tutorial forces a pace on you by locking you into keystrokes you can type. While I was trying to get familiar with the commands and hjkl etc, the tutorial...

**Describe the bug** Source does not compile **Which operating system do you use? ** ``` Manjaro Linux (xfce) kernel 5.8.6-1 ``` **To Reproduce** ``` $ git clone https://github.com/fireice-uk/xmr-stak.git -b xmr-stak-rx...

Mailchimp documentation: https://mailchimp.com/developer/api/marketing/list-member-tags/add-or-remove-member-tags/ Code: ``` require("vendor/autoload.php"); use \DrewM\MailChimp\MailChimp; MailChimp = new MailChimp(SCRUBBED); // get subscriber hash $subscriber_hash = md5(trim(strtolower($email))); // update member's tags $payload = [ 'tags' => [ 'name'...

Hello! I just downloaded bookworm, and the options to set margins are unsatisfactory. Really, I need to open the settings, click the "larger margins" button, repeat 10x, only to find...

I am using manjaro, gcc8, g++8, nvcc cuda 11. Here is the `cmake -LA` ``` -- Configuring done -- Generating done -- Build files have been written to: /home/michael/Downloads/xmrig-nvidia-2.14.5/build --...

`/usr/bin/ld: injector.o: relocation R_X86_64_32S against symbol `dummy_stack' can not be used when making a PIE object; recompile with -fPIE` I edited the makefile to contain `-fPIE` but the error persists....

Matrices usually have a multitude of any of these subpatterns: - increasing rotation over (some) axis - increasing scale in (some) direction over (some) axis - ordering/permutation of some patterns,...

enhancement

I think users should get to "reroll" the dice once. (Or some tweakable param) I also think some other little tests would be good, but still easily doable in the...

enhancement

The readme promises a great array of features, but offers no actual explanation or example on how to use them, for example what the difference is between runner.execute and runner.dispatch....