search
  • Sign In
  • Sign Up
Password reset successful

Follow the proiects vou are interested in andi aet the latestnews about them taster

P粉466909449

P粉466909449

Follow
student

Follow 0
fans 0
integral 0
What happened to console.log in IE8?

According to this post it was in the beta, but it's not in the release?

2026-01-15 13:01:12Ask
JavaScript
Laravel Eloquent Query: Using WHERE with OR AND OR?

How do I say WHERE (a = 1 OR b =1 ) AND (c = 1 OR d = 1) For more complicated queries am I supposed to use raw SQL?

2025-11-30 11:22:39Ask
PHP
How to "connect" multiple products using their SKUs?

I want to merge the inventory of two or more products based on their SKU in WooCommerce. Example: (Two products sharing the same inventory) Clear phone case iPhone11-SKU12345 Personalized iPhone11 phone case-SKU56789 (Three or more products sharing the same inventory) iPhone12 clear phone case-SKU12345 Personalized iPhone12 phone case-SKU56789iPhone12 series Mobile phone case-SKU123456 Most of our mobile phone cases are made of transparent, so I want to make these products

2024-04-05 08:53:52Ask
PHP
Macbook Safari displays hidden/overflow text as stacked

I'm using AmplifyUI in a React library and making a card that displays the user and some of his information. However, if they have too much information, the overflow is cut off and can be seen on another page. Everything looks fine except for some users' Macbooks. I'm confused because I haven't encountered this problem even on Iphone. The user card should look like this: But on some people's MacBooks it ends up looking like this: Ignore the red markings for personal information. Here's how I call Amplify's generated component from Figma code

2024-03-30 15:31:02Ask
React
How to uninstall autoloading in custom installer plugin

I've been trying to write a custom installer for my Composer package. But can't make it work. What I need and how I do it now is: I want my package to be installed in the root directory. My package name is rootdata21/hati, so I moved the hati folder into the project root directory. Now I updated composer.j

2023-07-31 10:06:51Ask
PHP