gentle-architect-75453
07/20/2020, 10:30 AMmysterious-king-59256
07/21/2020, 8:13 AMmany-continent-24692
07/22/2020, 11:17 AMRegisterForm
has a password max length of 72 characters - which matches the maximum number of bytes that BCrypt (used by Customer.php
) can encode. But bytes !== chars. So, using this logic, the max password length would need to be 72 / 4 with UTF-8 I think. Did anybody else encounter this issue?ancient-apartment-59274
07/22/2020, 11:39 AMloud-rainbow-44827
07/22/2020, 2:37 PMcms-block-gui module
but now i can't activate any block. CSRF token is always not valid.
I wrote about this problem already. you added these checkings during product add_to_cart action. And was the same problem. How to make it working?silly-motherboard-93855
07/24/2020, 10:34 AMgentle-architect-75453
07/24/2020, 2:31 PMmany-continent-24692
07/27/2020, 8:19 AMrough-scientist-68683
07/27/2020, 10:04 AMnutritious-island-37975
07/27/2020, 10:25 AMAs a Spryker Developer, I want to be able to get a trace of all modules involved in a request.
Think of this feature as an architecture StackTrace. Which modules are involved in handling a request in e.g. Zed?
The main goal of this idea is to reduce the time to “find the right spot to set a breakpoint” within the IDE.https://spryker.ideas.aha.io/ideas/CUSTIDEAS-I-110
purple-forest-91115
07/27/2020, 12:37 PMagreeable-author-21926
07/27/2020, 2:20 PMancient-apartment-59274
07/27/2020, 3:35 PMWriteStream
… in the WriteStream
there is another Writer
injected which has a write(array $data)
method … this Writer
should do basically the same as the DataImport would do. So the next step i was looking for is to connect the DataImporter logic via its corresponding facade, but it seems that you cannot connect to that that easy. Looking at the DataImportFacade
there is only an import()
function which accepts only a DataImporterConfigurationTransfer
which is just meant to read from a file by itself (when running data:import command)…
Looking at the documentation for the middleware (see link) you can see, that in the MyModuleBusinessFactory
there will be all the steps that should be in my opinion still be hidden in the importer and not be done again in some other modules BusinessFactory … so is this a kind of design flaw at this place or do i miss something? For me this looks like violating the DRY principle since there is already the importer module doing the same stuff.
I would expect that with the importFacade
you could do something like import(DataSetInterface $dataset)
instead of passing a configuration … any ideas here? Any other solutions?
Bestbored-journalist-1230
07/28/2020, 8:51 AMrough-scientist-68683
07/28/2020, 11:20 AMstrong-winter-32294
07/29/2020, 7:06 AMPyzTest/Yves/Customer/Presentation/..
) are visible in the file (checked via cat filename
) inside the cli-Container (current docker/sdk 1.16.3) but not reflected when I run the test itself. The failing test still shows that the old code (prior to the file-change) is used?quick-account-45953
07/29/2020, 10:20 AMmany-continent-24692
07/29/2020, 11:55 AMspy_oms_event_timeout
should be in the future (or close to it) ? or?icy-hydrogen-3905
07/29/2020, 2:29 PMmany-continent-24692
07/30/2020, 7:12 AMsparse-fall-78248
07/30/2020, 12:03 PMAbstractDependencyInjector
(the name makes it obvious but asking never hurts) and when would I use something like this? I'm right now looking at implementing my own payment method and this one has me puzzled a bit. When is it called by whom?acoustic-motherboard-16553
07/30/2020, 2:47 PMfew-psychiatrist-24774
07/31/2020, 10:18 AMMerchantOpeningHoursWidget
but I can't find any translations for this widget. Any idea where I can get it or can you provide it here? Thanks!sparse-fall-78248
07/31/2020, 11:59 AMDummyPayment
but rolled my own submodule.
Right now, I have the issue that payment_selection
coming form the form seems to stay NULL while payment_provider
is set to the correct string. Any ideas?rough-scientist-68683
07/31/2020, 2:35 PMcodecept fixtures
but it says that the command "fixtures" is not defined. Is that a new feature of codeception?breezy-crowd-40363
07/31/2020, 2:55 PM'AWS_FILE_SYSTEM' => [
'sprykerAdapterClass' => Aws3v3FilesystemBuilderPlugin::class,
'root' => '/',
'path' => '/',
'key' => 'test',
'secret' => 'test',
'bucket' => 'name',
'version' => 'xxxx',
'region' => 'eu-west-3',
],
it is automatically build an url http://bucket.region.amazonaws.com....but we need something like http://localstack::portnumber. Is there an easy way, without extending all the world behind the plugin?flaky-cpu-76260
08/03/2020, 9:39 AMearly-sundown-61488
08/03/2020, 12:30 PMSpryker\Zed\PersistentCart\Communication\Controller\GatewayController::syncStorageQuoteAction() must be an instance of Generated\Shared\Transfer\QuoteSyncRequestTransfer, null given
few-wall-85517
08/03/2020, 1:59 PMwonderful-lock-52269
08/03/2020, 2:49 PM