rgpublic

Results 49 comments of rgpublic
trafficstars

@t3chguy. Okay, I see. Thanks for the explanation. But still I think this is all just terrible usability. Is there already an issue that wants to remove/rename the Guest stuff...

I guess you meant madler :see_no_evil: , right?

For anyone wondering where to apply the fix mentioned by @lirossarvet: Just call Preferences => Customize Color Scheme and add this between the square brackets under "rules": ``` { "name":...

Huh. Does the checksum feature work for anyone? I have in my packages.json sth. like: ``` "dist": { "url": "https:\/\/blablabla.com\/bla.tar.gz", "type": "tar", "checksum": "idontcare" } ``` ...and the package happily...

@alcohol Thanks for your answer. Yes, it is read. I checked with -vvv. It seems as if it doesnt have any effect what I write as value.

https://gist.github.com/rgpublic/996e3a42b6b196081a54b9d6bfef95aa

Yes, this is the package I try to (re-)download. I delete it from the folder (modules/autocron). Run the command. It downloads and installs again. I wonder why. I've added the...

``` "pw6\/autocron": { "25.0.0": { "name": "pw6\/autocron", "version": "25.0.0", "type": "drupal-custom-module", "dist": { "url": "https:\/\/packages.test.local\/download.php\/8.x\/autocron.tar.gz", "type": "tar", "checksum": "idontcare" } } }, ```

Ah, okay. Solved it now. Thanks @alcohol for bringing me on the right track. I've unpacked the PHAR archive of composer to debug everything and followed the files. I finally...