killua-eu
killua-eu
Would you kindly provide some documentation on how to upgrade from Jose\Easy? There are so many classes and methods within the framework that I get lost on how to reimplement...
I encountered an error when using the literal type to change columns. ``` use Phinx\Db\Adapter\MysqlAdapter; use Phinx\Util\Literal; class ContactsGenerated2 extends Phinx\Migration\AbstractMigration { public function change() { $this->execute('SET unique_checks=0; SET foreign_key_checks=0;');...
I looked at https://github.com/cakephp/phinx/blob/master/docs/en/migrations.rst#custom-column-types--default-values but still can't really figure out how to apply this to generate mysql virtual columns. The example sql would be ``` ALTER TABLE `t_calendar_sources` ADD `c_flag_deleted`...
I wanted to write a fail2ban rule for node-red. After defining some users in adminAuth in reference to https://github.com/node-red/node-red/issues/539 I expected to see errors on failed login attempts in the...
Hey, I switched to using this middleware (and whooops) also for APIs. Endpoints accessed by javascript that encounter an exception get a 500 error message - see discussion in https://github.com/filp/whoops/issues/666...
Hi, I'm trying to parse an ical, some vevents have multiple ATTACH properties. I tried looking at json_encode($event->attach) but got only the first ATTACH occurrence, so I guess either I'm...
```php $query = 'UPDATE `t_fin_trx` SET `c_json` = JSON_SET(`c_json`, "$.id", `c_uid`) WHERE (NOT `c_uid` = c_json->>"$.id") or (NOT JSON_CONTAINS_PATH(c_json, "one", "$.id"));'; $this->db->rawQuery($query); ``` https://github.com/ThingEngineer/PHP-MySQLi-Database-Class/blob/db3f585c89c9afbd41c7a79acb772f268ddc8c70/MysqliDb.php#L559 will result in an `Undefined offset:...
The template below is mostly useful for bug reports and support questions. Feel free to remove anything which doesn't apply to you and add more information where it makes sense....
Hi, I tried to deactivate a user with ``` curl -X POST 'https://matrix.xxx.xxx/_matrix/client/r0/admin/deactivate/%40someuser%3Amatrix.xxx.xxx?access_token=SOMETOKEN' --data '{}' ``` got ``` { "errcode": "M_UNKNOWN", "error": "Failed to remove threepid from ID server" }...
Hi, a feature-request here ... could you please add gentoo-sources and hardened to the list? Thanks lots in advance, Pavel