Néstor Soriano

Results 92 comments of Néstor Soriano

Thanks @Dronki, some more questions: > Yes, one day before I posted on this issue, i.e 6/9-22, 92 failed events There should be an "Arguments" column next to the action...

Thanks @Dronki, I'd need one more thing. Are you able to run SQL queries on the site? I'd like to know if somehow these product ids correspond to "orphan" variations...

Hi @seldimi, thanks for your code example, it's really useful. So I see two things here: 1. Yes, a check for product or bool is needed in the WooCommerce code...

> Yes, it will create a WC_Product_Variation object with no parent (Orphan) and a WC_Product_Variable without children. > But it wont break/give any fatal. Of course! I just wanted to...

Thanks for your contribution @ajayghaghretiya-multidots, but I'm closing this as it's a duplicate of https://github.com/woocommerce/woocommerce/pull/34512

Same here. Being able to get a device from VID and PID bypassing GUIDs would be awesome. **EDIT:** I've found this: https://stackoverflow.com/a/13928035/4574 So ` USBDevice.GetDevices("{A5DCBF10-6530-11D2-901F-00C04FB951ED}")` will apparently list all the...

Mine is just experimenting. I want to control [a USB device](https://arduino.stackexchange.com/questions/30465/esp8266-programming-using-esp-01-to-usb-converter) from [a 8 bit computer](https://en.wikipedia.org/wiki/MSX) that of course doesn't have any drivers for it (it doesn't have the concept...

Not sure if it's ok to comment this here or if I should open a new issue. My openMSX keyboard configuration is completely wrong for any non-alphanumeric characters, example: ![image](https://github.com/openMSX/openMSX/assets/937723/1ef32c31-3140-434e-89c8-416491f069be)...

Hi @MBilderbeek and @m9710797. You were a bit too fast and commented while the PR was still in development (see the "Draft" stamp next to the PR title) 🙂. I...

> Disabling authentication has some security implications. ...which are prominently explained in the documentation (adjustments can be made if necessary). > Older existing clients (like the debugger) may not work...