maaarghk

Results 11 issues of maaarghk

trace output: ``` (450.8348079994321): Resolving dependency "jquery/jquery.mobile.custom" from "unknown source" (450.95511799678206): Resolving dependency "mage/common" from "unknown source" (451.0416179969907): Resolving dependency "mage/dataPost" from "unknown source" [...] (452.7179719991982): Resolving dependency "Magento_Catalog/js/more-less" from...

bug
documentation
help wanted

If a cms page is defined as follows: ```yaml my-test-page: page: - source: app/configurator/common/pages/content/my-test-page.html title: My Test Page page_layout: 1column meta_keywords: meta_description: content_heading: is_active: 0 sort_order: 0 layout_update_xml: custom_theme: custom_root_template:...

HI, When installing this package, composer throws the following warning: ``` Package guzzle/guzzle is abandoned, you should avoid using it. Use guzzlehttp/guzzle instead. ``` I'm not sure how backwards compatible...

### Rule Forbid calling Magento\Framework\Module\Status::setIsEnabled ### Reason Experienced downtime as a result of a magento marketplace module (feefo/reviews) calling setIsEnabled(true) in production mode. The target was Magento_Review, which was installed...

proposal
Progress: ready for grooming

n98 Version: 7.0.0-dev (commit: 89ed0b2e46430d4fafc50b0fcb1d218863fb70e4) mage version: 2.4.3-p3 Community php version: 7.4.30 nts In a dev:console session, orders can only be saved once. On following saves, a lock wait timeout...

bug

fix #242 `message` attr is used to differentiate these from `it.skip` but I don't think it makes a difference; this output matches what I expect from using mocha-junit-exporter previously

[`Adyen\Payment\Helper\Invoice::isFullInvoiceAmountManuallyCaptured`](https://github.com/Adyen/adyen-magento2/blob/8e26bb5d81f20190ea1cd7dd8b3dd85b488dca01/Helper/Invoice.php#L382) seems like it may have a bug on multi-currency setups. I'm not sure about generic reproduction steps but this is an accurate description of behaviour I'm seeing in prod:...

Bug report

An uncaught exception in the middle of generating `checkoutConfig` causes the block to not render and therefore the checkout frontend displays a blank screen. Adyen causes an exception like this...

Bug report

for all the same reasons as detailed in #590 for python and #651 for ruby - the ability to set a value in script_name is required. i also think it...

L-Perl

I'm playing about with ImHex as a tool to reverse a program written using [MFC](https://learn.microsoft.com/en-us/cpp/mfc/mfc-desktop-applications?view=msvc-170) which stores files using [CArchive](https://learn.microsoft.com/en-us/cpp/mfc/reference/carchive-class?view=msvc-170). There is a very useful post about this [here](https://www.codeproject.com/Articles/1176939/All-About-MFC-Serialization). I've...