I’m creating a rest API and I need to add a custom columns to the customer_entity table and save the value in that fields within API request. Сreated new attributes in the customer_entity table using UpgradeSchema: public function upgrade(SchemaSetupInterface $setup, ModuleContextInterface $context) { $installer = $setup; $installer->startSetup(); if (version_compare($context->getVersion(), '1.0.0', […]
Daily Archives: January 15, 2024
I have a modem/router in one, and it’s going to 2 computers itself. Then I have an Ethernet cable going to an unmanaged switch, then from the switch going to 2 different computers. All have Ethernet connection. I have a PfSense router as my 2nd router and one of the […]
I’ve just read the VLC-based answer to this question: How to play multiple videos side-by-side synchronized? … and it works for me. However, I now want to play one of the videos at a delay. How can I get VLC to do that? Can I specify this as part of […]
I’m trying to get in to the backend of my website in VS Code, but every time I write the password it says could not establish connection to ssh.mydomain.dk I succeeded with log-in in the terminal, but that didn’t help much, because I want to see the files and folders […]
this WORKED a few weeks ago! and no, does not work if I drag to a folder on C: drive… I drag from address bar, it shows ‘little arrow’ but when it lands on desktop, there is no arrow.. it makes a ‘properties’ .URL file that contains only ‘General, security, […]
I have a setup with: ▪︎ Main router provides internet, 192.168.1.1 ▪︎ An access point bridge mode, connected to the main router via wireless WAN, Radio mode: Repeater ▪︎And the second access point connected to the first AP with cable, 192.168.11.1 DHCP disabled, default gateway 192.168.1.1 My problem is some […]