pauljura
pauljura
Hi, I'm just starting out with the chat example from https://github.com/cboden/Ratchet-examples/blob/master/src/Tutorials/Chat.php I made the server with the following code: ``` $app = new App(); $app->route('/chat', new Chat(), ['*']); $app->run(); ```...
**API Platform version(s) affected**: 2.6.8 **Description** I have a bunch of Doctrine entities in my project, but I am only exposing 1 (so far) as an API Resource. I noticed...
I am following instructions here https://symfony.com/doc/current/logging/monolog_email.html to email critical errors. This by itself works just fine. But when I add a custom log handler, any error that triggers the mailer...
**Describe the bug** When AdAway is enabled, I am unable to send or receive chat messages using RCS with the Google Messages app. For those who don't know what this...
Hi, I was following the tutorial here: https://docs.aws.amazon.com/step-functions/latest/dg/tutorial-create-iterate-pattern-section.html After importing the JSON, the "Pass" state that was: ``` "ConfigureCount": { "Type": "Pass", "Result": { "count": 10, "index": 0, "step": 1...
Hi, it seems that your plugin does not support "ResultSelector" at all. Any state that has a "ResultSelector" property will lose it after importing.
Hi, I'm importing an existing state machine that has a Choice state with a condition like this: ``` { "Type": "Choice", "Choices": [{ "And": [{ "Variable": "$.url", "IsPresent": true },...
**Preconditions** * HeidiSQL version: 12.1.0.6540 * Database type and version: postgresql 14.4.0 * OS: Windows **Describe the bug** HeidiSQL is looking for constraints (e.g. foreign key) by examining the `information_schema.constraint_column_usage`...
``` Node: **v12.22.12** Arch: **x64** Platform: **linux** Docker: **true** Database: **mssql** ProjectOnRootDB: **false** RootDB: **mysql2** PackageVersion: **0.91.10** ``` **Steps To Reproduce** 1. I create a new project with an external...
**Need for this feature** If I have a table with a text column that can have NULLs, there is nothing to indicate the difference between a NULL and an empty...