Tomasz Kane

Results 28 comments of Tomasz Kane

Hm, yes, but now it's one of our security/permission policy: Production deploy ask for password? You don't known it? So you don't have permission to do that deploy.

In my company deployment of any project work like this: 1. login as "deployer" user to deployment-host 2. go to project deployment dir 3. run `dep deploy production` This always...

But it actually works: ``` $ dep deploy:is_locked production task deploy:is_locked ⠧ word: ⠼ [production] info Deploy is unlocked. ``` after `⠧ word: ⠼` I paste password from clipboard ant...

> I usually do it as: > > ``` > $object > ->method1() > ->method2(); > ``` Me too, and also when chain is long sometime writes it as: ```...

First one. It's more consistent with arrays: ``` $array = [ 'foo', 'boo', ]; ``` and it easier/more friendly to developer - needs less actions when move last item: 1....

Same problem: `PHP Parse error: syntax error, unexpected token ")" in phar:///home/kane/workspace/expose/vendor/symfony/finder/Finder.php on line 636` after: ``` curl https://github.com/beyondcode/expose/raw/master/builds/expose -L --output expose chmod +x expose ./expose ``` ``` $ php...

> Same issue for me. Does anyone found a solution yet? "yes": ``` { "require-dev": { "beyondcode/expose": "~2.4.0" } } ``` :-)

Oh, https://github.com/beyondcode/expose/blob/2.4.0/composer.json#L19 :-1: So you can: 1. wait 2. try to fix it and do PR 3. fork and change PHP req. to 8.1 and check if it work 4....