Patrick Landolt

Results 9 issues of Patrick Landolt

ID Field as clickable link to open detail action.

feature
status: needs work

I forked the repository and tried travis on PHP 7.3. Here is the error: https://travis-ci.org/scuben/Mosquitto-PHP/jobs/625674701 Is this module php 7.3 ready or not (yet)? PHP 7.2 seems fine.

On the Task `composer:install_executable` which executes ``` rake task :install_executable do on release_roles(fetch(:composer_roles)) do within shared_path do unless test "[", "-e", "composer.phar", "]" composer_version = fetch(:composer_version, nil) composer_version_option = composer_version...

I am not sure if this here is the right place. But as the very same configuration is working in ubuntu 20.04 I think it's worth a shot here. This...

help wanted
invalid
pending-user-answer
no-answer

### Symfony version(s) affected 5.4 (at least) ### Description I am storing money as integer in the database and thus using the `MoneyType` option `divisor` to display the proper value...

Form
Validator
Bug
Status: Needs Review
Status: Waiting feedback
Stalled

`player enableStamina false;` would work fine but the if does not. It seems that `A3E_Param_Stamina` always keeps it's default value. Any idea why that is?

I cannot manage to create a working query filtering based on the ip. I figure the problem is in packing and unpacking the binary before saving in the database. Or...

This PR uses the solution for the RTM Version to use the URL as attachment title if no title is set. Slack made the title mandatory to display the image...

Despite in the docs on https://botman.io/2.0/driver-slack this driver does not support anything beside images. Is that correct? I checked https://github.com/botman/driver-slack/blob/a832671a0bc2a42b083ebaea60ea7a4efee96045/src/SlackDriver.php#L365.