Walther Diechmann

Results 18 comments of Walther Diechmann

I hate to queue up here - but regrettably, I find myself utterly not qualified to resolve this issue 😢 ``` Installing mysql2 0.5.3 with native extensions Bundle complete! 28...

From the depths of peril I'm battling the dragons of silicon cores and whilst betting on ARM64 I must confess that my resolve is wearing thin fast 😢 Updated my...

Thx! Will do - still find it baffling when all I do (with I18n) is add da.yml- but again: thx 🙏

I've trawled through all code and the only change I can find to remotely 'be in the way' of Capistrano is this one ``` # config/application.rb module PpeSpeicher class Application...

dang - I'm afraid it wasn't that easy 😢 ``` 00:57 deploy:symlink:release 01 ln -s /var/www/ppe_staging_speicher/releases/20210323204236 /var/www/ppe_staging_speicher/releases/current ✔ 01 [email protected] 0.185s 02 mv /var/www/ppe_staging_speicher/releases/current /var/www/ppe_staging_speicher ✔ 02 [email protected] 0.130s 00:57...

hi @leehambley - it's so good of you to hang in there with me 😅 ``` group :development do gem 'web-console', '>= 3.3.0' gem 'listen', '>= 3.0.5', '< 3.2' gem...

auch - think I got bit by this 😢 ``` root@ugapp02:~# dokku ps:report astronaut Error: No such object: b23b108c0f861e0ffad0d393c95d61103b0906f4c35b4fb268f3d199afdd5a86 =====> astronaut ps information Deployed: true Processes: 1 Ps can scale:...

I'm not sure whether you are trying to test my error - but this is what I get: ``` NoMethodError - undefined method 'name' for nil:NilClass: /Users/walther/.rbenv/versions/2.1.1/lib/ruby/2.1.0/psych/visitors/yaml_tree.rb:70:in 'block in initialize'...

Oh - my example is of cause hopelessly mundane but my point is that by allowing for branching the stream(s) you increase the vector probability of concurrency (and make it...

ok - yes more fork, join operators will 'cut the mustard' :) like the STDIN where all 2's should go to process 2, all 1's go to process 1 and...