Tac Tacelosky

Results 545 comments of Tac Tacelosky

Could you add the error message to the log? The problem is that if the REST returns an error, there's no way to know what the error is, it simply...

Also, it should be logger->error, not logger->info, since it is definitely an error and should be tagged as such (that is, you don't need to turn on verbose to see...

FWIW, perhaps it's related to the oAuth signature, per this discussion: https://www.flickr.com/groups/51035612836@N01/discuss/72157666169163671/ But it looks like the addOAuthParameters() method does this. Happy to share my API key with the developer...

I had chosen 'read' instead of 'write' when initially setting up the token. I'd prefer that the choices say "Read Only", "Read/Write", "Read/Write/Delete", to make it clearer. Still, when upload...

On a somewhat related note, since it's on the same line (https://github.com/Codeception/Codeception/blob/cbaa347a683bd5d2f44aefeef57aec31989525ea/src/Codeception/Configuration.php#L750-L752), what about allowing .yaml as an extension? .yml seems so Windows-y, even DOS, the 3-letter file extension.

Yes (actually, it's in a .tar file, so I'm extracting it, parsing it, then saving it to a database. I'm beginning to think that the issue is that for my...

I'm also having a problem inserting. I'm using Ulid's for my identifiers. ```php /** * @Gedmo\TreeRoot * @ORM\ManyToOne(targetEntity="NestedListItem") * @ORM\JoinColumn(referencedColumnName="id", onDelete="CASCADE") * @ORM\Column(name="root", type="ulid", nullable=true) */ private $root; ``` ```php...

Any chance you can look at this?

Any chance of a fix? Sure, it's not urgent, but because it fills up the console with warnings it makes it easy to miss other warnings.

The deprecation warnings make it almost impossible to see real errors. Odd, since this is Sentry's entire reason for being. No idea how to solve it, alas, so I'm just...