abdullah-kasim

Results 6 comments of abdullah-kasim

The following `.html.erb` is an easily reproducible scenario: ```erb var a = '' var a = '' ``` On prettier 2.2.0 and 2.2.1, it produces the following: ```erb var a...

The issue seems to be located in the files below: ![image](https://user-images.githubusercontent.com/26241442/219578848-d7a1364b-2def-46b4-9482-f5c66c530bd9.png) `domain` is being santized by the `sanitize_user` function, and that function removes the colon from the domain. Here's the...

So we'd need to see if this is supposed to work (was this part of the docs? Is there a way to set the port separately?). I'm not sure if...

Generally it looks like this configuration is not expected to be supported by wp-core. See https://github.com/WordPress/wordpress-develop/blob/0cb8475c0d07d23893b1d73d755eda5f12024585/src/wp-admin/includes/network.php#L141 - we're detecting if non-80 or non-443 ports are being used, and if they...

Filed as a core bug: https://core.trac.wordpress.org/ticket/57748#ticket

> Yup, this has been also the case for me. Happens on EVERY update, to the point that I'm dreading doing 'brew upgrade`..... 🤦‍♂️ @aragalie you could pin yabai using...