webloft

Results 11 issues of webloft

First of all, great work! But I tested the load-from-string example and the timing is just bad for production. It takes ~70ms to create the component from a simple string....

bug
unconfirmed

Hello, I like this native litte lib to use for RSA encryption but it lacks of support for OAEP (Optimal Asymmetric Encryption Padding) which is required to make it compatible...

If I click on the menu 'Profile Process...' some window opens that lists the processes to select put the PID column is out of the viewport and the pid numbers...

If I add source files or other options to a certain build type only without specifying build options, it overwrites the default buildOptions, so I have to add them manually...

If I have a syntax error in my file I cannot save it because dfmt locks it or prevents from saving. A popup appears ``` Saving 'abc.d': Running 'D Programming...

I have a dub.sdl looking like this: ``` name "abc" license "proprietary" targetType "none" importPaths "code" subPackage { name "xyz" targetType "dynamicLibrary" targetPath "../../build/$BUILD_TYPE" importPaths "code" sourcePaths "packages/lib-common" versions "common"...

bug

Do not use array_values() which will not preverse any ordering of the paths. The paths returned by Extbase may be in different order, depending on typoscript execution. A `ksort($templatePaths);` before...

type: bug

We have an environment with different PHP versions and `php` is linked to our latest, probably not suitable for the Magento version we are working on or with other ini-settings...

feature request

We have measured that the query ``` `SELECT `main_table`.`mailchimp_store_id` FROM `mailchimp_sync_ecommerce` AS `main_table` LEFT JOIN `db`.`core_config_data` AS `core_config` ON value = mailchimp_store_id WHERE (value is null) GROUP BY `mailchimp_store_id` ```...

### Description ### What where you trying to do? Search something - results are opening multiple tabs of table data. ### What actually happened? Tabs do not respond if you...

bug
confirmed