quazardous

Results 22 issues of quazardous

**Description** Allow more flexibility with the generated configs strategy - config/packages/swiftmailer.yaml - config/packages/uvdesk_mailbox.yaml - config/packages/uvdesk.yaml - config/packages/uvdesk_extensions.yaml (other ?) Add a comment like `#Generated config, edit with care` in all...

Enhancement

Hi, (I'm coming from doctrine/migrations#43) I'm working with pretty big innodb tables and I need partitions more than foreign keys. Since they are mutually exclusive in MySQL I nee to...

Schema Comparison

I'm using the browser http client against a react http server that sends and receives NDJson feeds in a stream to stream fashion (like a packet of Json query for...

values are cast to string so NULL becomes `""`. https://github.com/tz-lom/HSPHP/blob/074514455c579da4090255c4012bf1a61e06197f/src/HSPHP/WriteSocket.php#L110 ```php $query .= self::SEP . $this->encodeString((string)$inValue); ``` fix ```php $query .= self::SEP . $this->encodeString($inValue); ```

Hi, just to know if Amazfit watch are technically supportable Thx for this wonderful project

Hi, new value `KZ_VOEC` for `deemed_reseller_category` ```php SellingPartnerApi\Model\OrdersV0\OrderItem->setDeemedResellerCategory('KZ_VOEC') ```

## The Motivation Desktop Cube is lagging on power save mode on my laptop. And maybe it's not so power friendly. ## The Solution A switch in the config panel...

Hi and thx (first of all), I'm switching from Eclipse because PDT seams dead... Intelephense is not fully Open Source so here I'm. I'm dealing with lots of PHP versions,...

**Description** Besides CTRL-R, it would be nice to have a soft (ajax) refresh button for the threads list. Maybe a global toggle to auto refresh any kind of new messages/notification....

Enhancement