Razvan Grigore
Razvan Grigore
It seems there is a new version of kernel for NX already: ``` dpkg: dependency problems prevent configuration of arducam-nvidia-l4t-kernel: arducam-nvidia-l4t-kernel depends on nvidia-l4t-kernel (= 4.9.140-tegra-32.4.4-20201016123640); however: Version of nvidia-l4t-kernel...
bump. With the latest release actually debian stretch is broken, before it was running with bionic repo, now it doesn't, as a paying customer, I feel very disappointed by the...
Well, I know how to manually fix it, but what I'm suggesting is to find a better way to handle this in the chart, as currently, I would not trust...
I just want to mention that the error logs are not displayed by default, one must also set ``` image: debug: true ``` to see what actually happens, the mnesia...
Regarding logging, if I don't add that image debug true, logs stop here and never output anything: ``` rabbitmq 08:33:51.13 INFO ==> ** Starting RabbitMQ ** 2024-05-13 08:33:56.761574+00:00 [notice] Application...
It works for me, please check your `composer.json` ```json { "name": "eo/passbook", "type": "library", "description": "iOS Passbook for PHP", "keywords": [ "passbook", "ios", "android", "pass", "mobile", "wallet", "coupons", "tickets" ],...
~Same thing for PHP, why can't those libs be properly open-sourced in a git repo? For php, added to composer also... Thanks!~ I stand corrected...by myself. For PHP, one can...
@dbhathena the same seems to be true for Java: https://github.com/googleapis/google-api-java-client-services/tree/main/clients/google-api-services-walletobjects/v1
ok, thanks for the detailed explanation. So no other options? I can't see a viable way to treat this case otherwise. Maybe the sniff could receive a parameter as the...
OK, for now I will just exclude it in the [project](https://github.com/yiisoft/yii2/pull/20121) `phpcs.xml`, but if you think about a clever solution, I'm all in to try it out. Thank you!